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

Enable ACLs for Encoded Query in Simple List Widget

Learn how to set the glide.service_portal.enable_acls_for_encoded_query_in_list property to the secure value to prevent users from bypassing access control list (ACL) evaluations on a query condition in the Simple List Widget.

When the glide.service_portal.enable_acls_for_encoded_query_in_list system property is not set to true, a user may be able to bypass ACLs evaluation on a query condition in Simple List Widget.

Ensure that the glide property glide.service_portal.enable_acls_for_encoded_query_in_list is set to true. If the property does not exist in the System Properties [sys_properties] table, the default value is true.

More information

AttributeDescription
Configuration namecom.glide.script.fencing.cross_scope_access.shared_table_support
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typestring
Recommended valuetrue
Default valuetrue
Fallback value 
CategoryAccess control
Security risk- Severity score: 4.3 - CVSS score: Medium - Security risk details: It is best practice to evaluate ACLs within queries to ensure a user has access to the fields being queried to prevent unauthorized data leakage.
Dependencies and prerequisitesNone
Functional impactThe Simple List Widget may not display any data depending on the user's role and the underlying ACLs. Additionally, users might encounter security warnings if the Simple List query contains filter conditions with properties that are not accessible to the current user.

Parent Topic:Access control