Restrict access to background script [Updated in Security Center 1.3 and 2.0]

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • Use a system property to set a role requirement for accessing the Script Background module.

    Use the glide.script_processor.admin system property to set a required role to access the Scripts - Background module. If this property isn't set to the recommended value of background_script_admin or another high privileged role, users with lower privileged roles are able to run background scripts on your instance.

    Ensure the property glide.script_processor.admin is set to background_script_admin. This is also the default value.

    경고:
    This is a safe harbor property, meaning the value can't be altered once it's changed. It is non-revertible.

    More information

    Attribute Description
    Configuration name glide.script_processor.admin
    Configuration type System Properties (/sys_properties_list.do)
    Data type string
    Recommended value background_script_admin
    Default value background_script_admin
    Fallback value background_script_admin
    Category Access control
    Security risk
    • Severity score: 8.8
    • CVSS score: High
    • Security risk details: Background scripts allow a complete bypass of the ACL system allowing full access to tables.
    Functional Impact Users without the role specified in the property are unable to access the Scripts - Background module, as intended.
    Dependencies and prerequisites None