CVE-2025-11155
BaseFortify
Publication date: 2025-09-29
Last updated on: 2025-09-29
Assigner: S21sec
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-261 | Obscuring a password with a trivial encoding does not protect the password. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs because the credentials needed to access the device's web server are sent encoded in base64 within the HTTP headers. Base64 encoding is not a secure form of encryption, so an attacker who intercepts the web request during login can decode the base64 string and obtain the credentials.
How can this vulnerability impact me? :
An attacker could intercept the login request and retrieve the credentials, potentially gaining unauthorized access to the device's web server. This could lead to unauthorized control or access to sensitive information on the device.