CVE-2024-38825
BaseFortify
Publication date: 2025-06-13
Last updated on: 2025-06-16
Assigner: VMware
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-287 | When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability is in the salt.auth.pki module, which does not properly authenticate callers. It treats the 'password' field as a public certificate and validates it against a CA certificate. However, this is not true PKI authentication because the caller does not need to have the corresponding private key for the authentication to succeed, allowing potentially unauthorized access.
How can this vulnerability impact me? :
This vulnerability can allow unauthorized users to authenticate successfully without possessing the private key, potentially leading to unauthorized access and actions within the affected system. This can compromise the confidentiality and integrity of the system.