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-2026-46433 は低リスク(30.8/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.22%、13 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.01% | 0.22% | +0.21% |
| 2 | 2026-06-10 | — | 0.01% | — |
EPSS の全履歴 (全 2 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 6.5 | 3.1 | MEDIUM |
|
2.8 | 3.6 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-46433 not yet assigned priority: Debian including 1 source packages (lldpd), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 3, resolved 2. | https://security-tracker.debian.org/tracker/CVE-2026-46433 |
ubuntu
|
medium | CVE-2026-46433 medium priority: Ubuntu including 2 source packages (lldpd, openvswitch), 15 status rows across 8 suites (bionic, focal, jammy, noble, questing, resolute, upstream, xenial): needs-triage 14, released 1. | https://ubuntu.com/security/CVE-2026-46433 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| lldpd_project | lldpd | < 1.0.22 | cpe:2.3:a:lldpd_project:lldpd:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| https://github.com/lldpd/lldpd/commit/ca931be63a9cae0fcd8e9b6ae4e916d49f141cd6 | Patch |
| https://github.com/lldpd/lldpd/pull/787 | Issue Tracking Patch |
| https://github.com/lldpd/lldpd/releases/tag/1.0.22 | Product Release Notes |
| https://github.com/lldpd/lldpd/security/advisories/GHSA-2g8p-2h3j-63m3 | Vendor Advisory |