-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| io.github.karlatemp:unsafe-accessor | maven | >= 1.4.0, < 1.7.0 | 1.7.0 |
The vulnerability stems from missing security checks in the getInstance() method. The commit diff shows the patched version added a critical SecurityCheck.AccessLimiter check that was absent in vulnerable versions. The original implementation only called SecurityCheck.getInstance() without verifying the limiter, making it the root cause of unauthorized access. The CWE-863 (Incorrect Authorization) directly maps to this missing authorization check in the function.
KEV Misses 88% of Exploited CVEs- Get the report