1 vulnerabilities classified as CWE-638 (未能使用完整仲裁). AI Chinese analysis included.
CWE-638 represents a critical access control weakness where software fails to verify permissions on every interaction with a protected resource. This flaw typically arises when developers assume that an initial authorization check remains valid for the entire session, ignoring potential privilege changes or context shifts. Attackers exploit this by manipulating requests after the initial validation, such as altering parameters in subsequent API calls or exploiting race conditions where state changes occur between checks. To mitigate this risk, developers must implement complete mediation by enforcing access control checks at every single point of resource access, regardless of prior validations. This approach ensures that the system continuously verifies the entity’s current rights, thereby preventing unauthorized actions even if privileges have been revoked or modified since the initial request.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2024-56512 | Apache NiFi: Missing Complete Authorization for Parameter and Service References — Apache NiFi | 6.5 | - | 2024-12-28 |
Vulnerabilities classified as CWE-638 (未能使用完整仲裁) represent 1 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.