CVE-2025-65899
BaseFortify
Publication date: 2025-12-04
Last updated on: 2025-12-10
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| difuse | kalmia | 0.2.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-204 | The product provides different responses to incoming requests in a way that reveals internal state information to an unauthorized actor outside of the intended control sphere. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
Kalmia CMS version 0.2.0 has a user enumeration vulnerability in its authentication mechanism. It returns different error messages for invalid usernames (user_not_found) and valid usernames with wrong passwords (invalid_password), which allows attackers to determine which usernames exist on the system without authentication.
How can this vulnerability impact me? :
This vulnerability can allow unauthenticated attackers to discover valid usernames on the system. Knowing valid usernames can facilitate further attacks such as password guessing, phishing, or targeted attacks against those users.