CVE-2025-34096
BaseFortify
Publication date: 2025-07-10
Last updated on: 2025-07-15
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| easy_file_sharing | http_server | 7.2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-119 | The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a stack-based buffer overflow in Easy File Sharing HTTP Server version 7.2. It occurs when a specially crafted POST request is sent to the /sendemail.ghp endpoint with an excessively long Email parameter. The server does not properly check the length of this parameter, causing memory corruption. This allows an unauthenticated remote attacker to execute arbitrary code with the same privileges as the server process.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to run arbitrary code on the affected server without authentication. This could lead to full compromise of the server, including data theft, service disruption, or using the server as a foothold to attack other systems.