Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-46433

27
FAUCET Score

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.

First published: Jun 9, 2026Last modified: Jun 9, 2026

Impacted Technologies

VendorProductVersion(s)CPE
< 1.0.22CPE matchmatch criteria
cpe:2.3:a:lldpd_project:lldpd:*:*:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 3.1

6.5MEDIUM

CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Attack Vector
ADJACENT_NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
NONE
Integrity Impact
NONE
Availability Impact
HIGH
Exploitability Score
2.8
Impact Score
3.6
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.22%
Probability of exploitation in next 30 days
EPSS Percentile
13.4%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0022 is in the 17th percentile among its peer group of 1,802 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.1 Bluesky, 0.0 Mastodon, and 0.1 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (3)

github_advisorypatch availablevia nvd_reference
View patch
microsoftpatch availablevia msrc
Product: azl3 lldpd 1.0.17-2 on Azure Linux 3.0Fixed in: 1.0.22-1
microsoftpatch availablevia msrc
Product: 21445-17084Fixed in: 1.0.22-1

Vendor Advisories (1)

microsoft2026-Jun/CVE-2026-46433Moderate

lldpd: Heap OOB Read in VLAN Decapsulation memmove

Jun 9, 2026

References

github.com / lldpd/lldpd/commit/ca931be63a9cae0fcd8e9b6ae4e916d49f141cd6
Patch
github.com / lldpd/lldpd/pull/787
Issue TrackingPatch
github.com / lldpd/lldpd/releases/tag/1.0.22
ProductRelease Notes
github.com / lldpd/lldpd/security/advisories/GHSA-2g8p-2h3j-63m3
Vendor Advisory