CVE-2026-46433
Last modified
CVE-2026-46433 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Lldpd Project | Lldpd | < 1.0.22 |
References
- https://github.com/lldpd/lldpd/pull/787Issue Tracking, Patch
- https://github.com/lldpd/lldpd/releases/tag/1.0.22Product, Release Notes
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46433?
How severe is CVE-2026-46433?
How do I fix CVE-2026-46433?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-46427Budibase is an open-source low-code platform. Prior to 3.38.…7.7
- CVE-2026-46428lettre is a a mailer library for Rust. Starting in version 0…9.1
- CVE-2026-4643Mattermost Desktop App versions <=6.1 6.0.1 5.4.13.0 fail to…3.5
- CVE-2026-46430Algernon is a small self-contained pure-Go web server. Prior…4.3
- CVE-2026-46431Algernon is a small self-contained pure-Go web server. Prior…4.3
- CVE-2026-46432LMDeploy is a toolkit for compressing, deploying, and servin…7.8
- CVE-2026-46440Flowise is a drag & drop user interface to build a customize…9.1
- CVE-2026-46441Flowise is a drag & drop user interface to build a customize…9.6
- CVE-2026-46442Flowise is a drag & drop user interface to build a customize…9.9
- CVE-2026-46443Flowise is a drag & drop user interface to build a customize…6.5
- CVE-2026-46444Flowise is a drag & drop user interface to build a customize…8.8
- CVE-2026-46445SOGo before 5.12.7, when PostgreSQL is used, allows SQL inje…7.1
Are you affected by CVE-2026-46433?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
