CVE-2019-25464
Received Received - Intake
Buffer Overflow in InputMapper 1.6.10 Causes Application Crash

Publication date: 2026-03-11

Last updated on: 2026-03-11

Assigner: VulnCheck

Description
InputMapper 1.6.10 contains a buffer overflow vulnerability in the username field that allows local attackers to crash the application by entering an excessively long string. Attackers can trigger a denial of service by copying a large payload into the username field and double-clicking to process it, causing the application to crash.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-11
Last Modified
2026-03-11
Generated
2026-06-16
AI Q&A
2026-03-11
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
inputmapper inputmapper to 1.6.10 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2019-25464 is a buffer overflow vulnerability in InputMapper version 1.6.10, specifically in the username field.

Local attackers can exploit this by entering an excessively long string into the username field and then double-clicking to process it, which causes the application to crash.

This vulnerability results from improper handling of input length, leading to a denial of service condition.

Impact Analysis

The primary impact of this vulnerability is a denial of service (DoS) condition.

An attacker with local access can cause the InputMapper application to crash by inputting a very long string into the username field and triggering its processing.

This crash disrupts normal application functionality, potentially preventing legitimate users from using the software until it is restarted.

Compliance Impact

I don't know

Detection Guidance

[{'type': 'paragraph', 'content': 'This vulnerability can be detected by attempting to reproduce the crash condition locally on the system running InputMapper 1.6.10 or earlier. Specifically, you can test the application by inputting an excessively long string into the username field and observing if the application crashes.'}, {'type': 'paragraph', 'content': 'A practical method is to generate a long string (e.g., 15,000 characters) and paste it into the username field, then double-click the field to trigger processing. If the application crashes, the vulnerability is present.'}, {'type': 'paragraph', 'content': 'For example, you can generate a long string using a simple Python command:'}, {'type': 'list_item', 'content': 'python -c "print(\'A\'*15000)" > exploit.txt'}, {'type': 'paragraph', 'content': 'Then, copy the contents of exploit.txt into the username field in InputMapper and double-click to process it.'}] [3]

Mitigation Strategies

To mitigate this vulnerability immediately, avoid entering excessively long strings into the username field in InputMapper 1.6.10 or earlier versions.

Since the vulnerability requires local access and user interaction, restricting access to trusted users and educating them not to input large payloads can reduce risk.

Additionally, consider updating to a newer version of InputMapper if available, as newer versions may have addressed this issue.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2019-25464. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart