CVE-2025-13199
BaseFortify
Publication date: 2025-11-15
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| fabian | email_logging_interface | 2.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-24 | The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "../" sequences that can resolve to a location that is outside of that directory. |
| CWE-23 | The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." that can resolve to a location that is outside of that directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in code-projects Email Logging Interface 2.0, specifically in an unknown function within the file signup.cpp. It involves manipulation of the Username argument that leads to a path traversal attack using '../filedir'. This means an attacker with local access can potentially access files or directories outside the intended scope by exploiting this flaw.
How can this vulnerability impact me? :
The vulnerability can allow an attacker with local access to perform path traversal, potentially accessing or modifying files outside the intended directory. This can lead to unauthorized disclosure, modification, or deletion of sensitive data, impacting confidentiality, integrity, and availability of the system.