CVE-2018-25286
Buffer Overflow in Easy PhotoResQ 1.0 Causes DoS
Publication date: 2026-04-26
Last updated on: 2026-04-26
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| easy_photoresq | easy_photoresq | 1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-120 | The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
Easy PhotoResQ 1.0 contains a buffer overflow vulnerability that can be triggered by local attackers. This happens when an attacker supplies an excessively long string, specifically a 6000-byte payload, in the Folder/filename field through the File Options dialog. This causes the application to crash.
How can this vulnerability impact me? :
The vulnerability allows local attackers to cause a denial of service condition by crashing the application. This means the application can become unavailable or unresponsive, potentially disrupting normal operations.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, avoid supplying excessively long strings in the Folder/filename field of Easy PhotoResQ 1.0, especially through the File Options dialog.
Since the vulnerability is triggered by local attackers providing a 6000-byte payload, restricting or validating input length in the application can help prevent crashes.
Additionally, consider limiting access to the application to trusted users only, as the attack requires local access.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability in Easy PhotoResQ 1.0 is triggered by supplying an excessively long string (around 6000 bytes) in the Folder/filename field via the File Options dialog, causing a buffer overflow and application crash.
To detect this vulnerability on your system, you can attempt to reproduce the issue locally by launching Easy PhotoResQ 1.0 and inputting a very long string (e.g., 6000 characters) in the Folder/filename field within the File Options dialog to see if the application crashes.
Since this is a local vulnerability triggered by user input, network detection is unlikely. There are no specific network commands or signatures available to detect exploitation attempts remotely.
No specific commands or automated detection tools are provided in the available information.