SYM_CLS_0010 - SymbioticSec/Symbiotic-Vulnerability-Database GitHub Wiki

Improper Access Control

Property Value
Language apex
Severity high
CWE CWE-284: Improper Access Control
OWASP A04:2021 - Insecure Design
Confidence Level High
Impact Level Medium
Likelihood Level Medium

Description

Every Apex class should have an explicit sharing mode declared. Use the with sharing or without sharing keywords on a class to specify whether sharing rules must be enforced. Use the inherited sharing keyword on an Apex class to run the class in the sharing mode of the class that called it.