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

Enforce Query ACLs for Knowledge Quick Links

Enforce query ACLs for Knowledge Quick Links using a system property.

When the com.glide.security.query_acl.enabled.knowledge_quick_links system property is set to true, query ACLs are enforced for Knowledge Quick Links. If this property is set to false, an attacker can use blind queries to enumerate and exfiltrate data due to the default behavior of GlideRecord.addEncodedQuery.

If the property doesn’t exist in the System properties [sys_properties] table, the secure default of true is used. A third option, external_and_guests enforces query ACLs only for external users and guests.

Verify that the com.glide.security.query_acl.enabled.knowledge_quick_links system property is set to true.

More information

AttributeDescription
Configuration namecom.glide.security.query_acl.enabled.knowledge_quick_links
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeString - Used as a ternary operator
Recommended valuetrue
Default valuetrue
Fallback valuetrue
CategoryArchitecture, design, and threat modeling
Security risk- Severity score: 5.3 - CVSS score: Medium - Security Risk: ACLs can be bypassed, disclosing field data to users who don’t have permissions to see it. This disclosure could include sensitive data depending on the table exploited.
Functional impactUsers aren’t able to perform specific queries on fields where they don’t have field level access.
Dependencies and prerequisitesNone

To learn more about adding or creating a system property, see Add a system property.

Parent Topic:Architecture, design, and threat modeling