Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Validate file mime type in AttachmentCreator soap web service [New in Security Center 1.3 and updated in 1.5]

The glide.attachment.enforce_security_validation property determines whether Multipurpose internet Mail Extensions (MIME) files undergo validation.

Ensure that MIME-types are validated for attachments to prevent dangerous files from being uploaded on your instance using wrong file extensions.

Set the glide.attachment.enforce_security_validation system property to true. When set to true, files are uploaded with the correct file type extension.

More information

AttributeDescription
Configuration nameglide.attachment.enforce_security_validation
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default valuetrue
CategoryFile and resources
Security risk- Severity score: 6.7 - CVSS score: Medium - Security risk details: If the property is set to false, there’s no validation for MIME files during uploads. This could enable malicious files to be disguised by changing their file extension.
Dependencies and prerequisitesNone
Referenceshttps://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
Functional impactSet this hardening setting to true to run mime-type and file extension validations on uploaded file attachments. No validations are run if this property is set to false. This property is set to true by default.

Parent Topic:File and resources