CVE-2026-57880
Deferred Deferred - Pending Action

Stack-Based Buffer Overflow in GeoVision GV-LPC2011 and GV-LPC2211

Vulnerability report for CVE-2026-57880, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-26

Last updated on: 2026-06-26

Assigner: 0df08a0e-a200-4957-9bb0-084f562506f9

Description

An unauthenticated stack-based buffer overflow vulnerability exists in ssvr in GeoVision GV-LPC2011 and GV-LPC2211 V1.12 and earlier. The vulnerability is caused by insufficient bounds checking when parsing RTSP Digest authentication fields. A remote attacker may exploit this vulnerability by sending a crafted RTSP request containing overly long authentication data, resulting in memory corruption, denial of service, or potentially arbitrary code execution.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-26
Last Modified
2026-06-26
Generated
2026-07-16
AI Q&A
2026-06-26
EPSS Evaluated
2026-07-15
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
geovision gv-lpc2011 1.12
geovision gv-lpc2211 1.12

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-121 A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an unauthenticated stack-based buffer overflow in the ssvr component of GeoVision GV-LPC2011 and GV-LPC2211 devices running version 1.12 or earlier. It occurs due to insufficient bounds checking when parsing RTSP Digest authentication fields.

A remote attacker can exploit this by sending a specially crafted RTSP request with overly long authentication data, which can cause memory corruption.

Detection Guidance

This vulnerability involves a stack-based buffer overflow in the ssvr component of GeoVision GV-LPC2011 and GV-LPC2211 devices when parsing RTSP Digest authentication fields. Detection would typically involve monitoring for unusually long or malformed RTSP authentication headers in network traffic targeting these devices.

To detect potential exploitation attempts on your network, you can capture and analyze RTSP traffic for abnormally long Digest authentication fields. For example, using tcpdump or tshark to filter RTSP traffic and inspect the Authorization headers could help identify suspicious requests.

  • Use tcpdump to capture RTSP traffic on the relevant interface: tcpdump -i <interface> -s 0 -A 'tcp port 554'
  • Use tshark to filter and display RTSP Authorization headers: tshark -Y 'rtsp.authorization' -T fields -e rtsp.authorization
  • Look for unusually long or malformed Digest authentication fields in the captured data, which may indicate attempts to exploit the buffer overflow.

Additionally, monitoring for crashes or denial of service symptoms on the affected devices may also indicate exploitation attempts.

Impact Analysis

Exploitation of this vulnerability can lead to several serious impacts including denial of service, memory corruption, and potentially arbitrary code execution on the affected device.

Compliance Impact

The provided information does not explicitly describe how this specific vulnerability (CVE-2026-57880) affects compliance with common standards and regulations such as GDPR or HIPAA.

Mitigation Strategies

To mitigate this vulnerability, it is important to apply any available security updates or patches provided by GeoVision as soon as possible.

GeoVision follows a structured vulnerability management process that includes prompt release of unscheduled updates for critical vulnerabilities like this one.

Users should monitor GeoVision's official cybersecurity advisories and update their GV-LPC2011 and GV-LPC2211 devices to the latest firmware versions beyond V1.12.

Until patches are applied, consider restricting network access to the affected devices to trusted sources only, to reduce exposure to remote attacks exploiting the RTSP Digest authentication fields.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-57880. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart