CVE-2026-1109
Buffer Overflow in cijliu librtsp rtsp_parse_request Function
Publication date: 2026-01-18
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| cijliu | librtsp | to 2021-03-14 (inc) |
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. |
| 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?
This vulnerability is a buffer overflow in the function rtsp_parse_request of the cijliu librtsp library. It occurs because the function copies an input buffer to an output buffer without checking if the input size fits, leading to memory corruption. Exploiting this requires local access to the system. The flaw can cause denial of service and impacts confidentiality, integrity, and availability of the system. [1, 3]
How can this vulnerability impact me? :
The vulnerability can impact you by allowing a local attacker to cause a denial of service, and potentially compromise the confidentiality, integrity, and availability of the affected system. This means an attacker with local access could disrupt system operations or manipulate data. [1, 3]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability is a local buffer overflow in the rtsp_parse_request function of the cijliu librtsp library. Detection would require checking for the presence of the vulnerable librtsp version (up to commit 2ec1a81ad65280568a0c7c16420d7c10fde13b04) on your system. Since exploitation requires local access and crafted input, network detection is unlikely. You can detect the vulnerable library by inspecting the installed version or git commit hash if built from source. No specific detection commands or signatures are provided. Monitoring for crashes or abnormal behavior in applications using librtsp may help identify exploitation attempts. [1, 3]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include replacing the affected librtsp library with an alternative library, as no known patches or mitigations exist. Since the product uses rolling releases and no updated versions are available, avoid using the vulnerable version. Limit local access to systems running the vulnerable library to trusted users only to reduce risk. Monitor for unusual application behavior that may indicate exploitation attempts. [3]