lldpd_project CVE Vulnerabilities & Metrics

Focus on lldpd_project vulnerabilities and metrics.

Last updated: 16 Jun 2026, 22:25 UTC

About lldpd_project Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with lldpd_project. We track both calendar-based metrics (using fixed periods) and rolling metrics (using gliding windows) to give you a comprehensive view of security trends and risk evolution. Use these insights to assess risk and plan your patching strategy.

For a broader perspective on cybersecurity threats, explore the comprehensive list of CVEs by vendor and product. Stay updated on critical vulnerabilities affecting major software and hardware providers.

Global CVE Overview

Total lldpd_project CVEs: 6
Earliest CVE date: 28 Jan 2020, 19:15 UTC
Latest CVE date: 09 Jun 2026, 23:16 UTC

Latest CVE reference: CVE-2026-46433

Rolling Stats

30-day Count (Rolling): 1
365-day Count (Rolling): 1

Calendar-based Variation

Calendar-based Variation compares a fixed calendar period (e.g., this month versus the same month last year), while Rolling Growth Rate uses a continuous window (e.g., last 30 days versus the previous 30 days) to capture trends independent of calendar boundaries.

Variations & Growth

Month Variation (Calendar): 0%
Year Variation (Calendar): 0%

Month Growth Rate (30-day Rolling): 0.0%
Year Growth Rate (365-day Rolling): 0.0%

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical lldpd_project CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 3.15

Max CVSS: 7.1

Critical CVEs (≥9): 0

CVSS Range vs. Count

Range Count
0.0-3.9 3
4.0-6.9 2
7.0-8.9 1
9.0-10.0 0

CVSS Distribution Chart

Top 5 Highest CVSS lldpd_project CVEs

These are the five CVEs with the highest CVSS scores for lldpd_project, sorted by severity first and recency.

All CVEs for lldpd_project

CVE-2026-46433 lldpd_project vulnerability CVSS: 0 09 Jun 2026, 23:16 UTC

lldpd is an implementation of IEEE 802.1ab (LLDP). Prior to version 1.0.22, lldpd_decode() in src/daemon/lldpd.c strips 802.1Q VLAN tags from received Ethernet frames by calling memmove() to shift the frame payload 4 bytes left. The third argument (byte count) is s - 2 * ETHER_ADDR_LEN but should be s - 2 * ETHER_ADDR_LEN - 4, causing a 4-byte heap buffer over-read past the malloc(h_mtu) allocation when the received frame size equals the interface MTU. This issue has been patched in version 1.0.22.

CVE-2023-41910 lldpd_project vulnerability CVSS: 0 05 Sep 2023, 07:15 UTC

An issue was discovered in lldpd before 1.0.17. By crafting a CDP PDU packet with specific CDP_TLV_ADDRESSES TLVs, a malicious actor can remotely force the lldpd daemon to perform an out-of-bounds read on heap memory. This occurs in cdp_decode in daemon/protocols/cdp.c.

CVE-2021-43612 lldpd_project vulnerability CVSS: 0 15 Apr 2023, 22:15 UTC

In lldpd before 1.0.13, when decoding SONMP packets in the sonmp_decode function, it's possible to trigger an out-of-bounds heap read via short SONMP packets.

CVE-2020-27827 lldpd_project vulnerability CVSS: 7.1 18 Mar 2021, 17:15 UTC

A flaw was found in multiple versions of OpenvSwitch. Specially crafted LLDP packets can cause memory to be lost when allocating data to handle specific optional TLVs, potentially causing a denial of service. The highest threat from this vulnerability is to system availability.

CVE-2015-8012 lldpd_project vulnerability CVSS: 5.0 28 Jan 2020, 19:15 UTC

lldpd before 0.8.0 allows remote attackers to cause a denial of service (assertion failure and daemon crash) via a malformed packet.

CVE-2015-8011 lldpd_project vulnerability CVSS: 6.8 28 Jan 2020, 19:15 UTC

Buffer overflow in the lldp_decode function in daemon/protocols/lldp.c in lldpd before 0.8.0 allows remote attackers to cause a denial of service (daemon crash) and possibly execute arbitrary code via vectors involving large management addresses and TLV boundaries.