CVE-2019-1010044
Description
borg-reducer c6d5240 is affected by: Buffer Overflow. The impact is: Possible code execution and denial of service. The component is: Output parameter within the executable.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
borg-reducer c6d5240 has a buffer overflow in write_report's output parameter, risking code execution or denial of service.
Vulnerability
The borg-reducer executable (version c6d5240) contains a buffer overflow in the write_report function. The vulnerable code path is in borg-reducer.h at line 58, where the output variable is set without bounds checking. This variable originates from borg-reducer.c line 80, where dir and filepath are concatenated into a buffer of fixed size 150. If the combined length exceeds 300, the overflow triggers a crash or potential code execution [1].
Exploitation
An attacker needs no special authentication or network position; only the ability to supply a long dir or filepath string to the program. The sequence is: the program reads user input, constructs the output buffer without length validation, then calls write_report which writes beyond the allocated space, causing a buffer overflow [1].
Impact
The overflow can cause a crash (denial of service) or, if carefully crafted, arbitrary code execution. The attacker gains the ability to corrupt memory and potentially execute commands at the privilege level of the running process [1].
Mitigation
No fix is disclosed in the available references. Users should avoid using long input strings, or consider replacing borg-reducer with a safer alternative. The issue remains open as of the publication date [1].
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Range: = c6d5240
- borg-reducer/borg-reducerv5Range: c6d5240
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1- github.com/archivesunleashed/borg-reducer/issues/4mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.