在 Linux 内核中,已修复以下漏洞: netfilter: nf_conntrack_irc: 修复 parse_dcc() 中的差一错误导致的越界读取 问题描述: 函数将 视为包含式的结束指针,但其唯一的调用方传递的是 ,该指针指向最后一个有效字节的后一个字节位置。 换行符搜索循环使用条件 进行迭代。当数据中不存在换行符时,当 时,会读取 ,即读取了由 填充的区域之后的一个字节。 影响分析: 通过 分配了 字节,而 被限制在 以内,因此这个“越界”读取不会触发内存错误(因为多分配的一个字节起到了保护缓冲作用)
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< abb8c32b88ea3f46beb68c34fe9a3ac8ed664e7e |
affected |
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 437e0a3854b3a44ec15afa9ab88ec215adf3a2fd |
affected | ||
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 910c33e4a8c046c3cc1fa5a465a4d41a1bb398f1 |
affected | ||
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 2b70f61f569bb29acb380e6f616a1bbdee15668f |
affected | ||
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 2393f0bd7a467ad475598f3a5b9de27ca36e3037 |
affected | ||
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< aff589556ed772cb1c0c2d7b4d91ec45c0c39416 |
affected | ||
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< eeef3b81f449560653662df2dde6f6fe247c5365 |
affected | ||
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< ef6400ca25a13fd6dedbe8ef4a1d0979bbbfe88a |
affected | ||
| … +10 more rows | |||
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POC| CVE-2026-80634 | 9.8 CRITICAL | netfilter: flowtable: avoid num_encaps underflow on bridge VLAN untag |
| CVE-2026-80694 | 9.8 CRITICAL | net: ethernet: mtk_eth_soc: pass eth to mtk_handle_irq_rx in poll_controller |
| CVE-2026-80681 | 9.8 CRITICAL | vxlan: re-fetch eth header after route_shortcircuit() |
| CVE-2026-80674 | 9.8 CRITICAL | ntfs: validate resident attribute lists and harden the validator |
| CVE-2026-80673 | 9.8 CRITICAL | ntfs: bound the look-ahead attribute-list entry in ntfs_external_attr_find() |
| CVE-2026-80668 | 9.8 CRITICAL | netfilter: nf_conntrack_expect: use conntrack GC to reap expectations |
| CVE-2026-80630 | 9.8 CRITICAL | net/sched: sch_fq_codel: Do not call qdisc_tree_reduce_backlog during peek before restorin |
| CVE-2026-80617 | 9.8 CRITICAL | net: airoha: fix foe_check_time allocation size |
| CVE-2026-80714 | 9.8 CRITICAL | ipvs: do not propagate one-packet flag to synced conns |
| CVE-2026-80609 | 9.8 CRITICAL | qede: fix out-of-bounds check for cqe->len_list[] |
| CVE-2026-80600 | 9.8 CRITICAL | batman-adv: dat: acquire ARP hw source only after skb realloc |
| CVE-2026-80612 | 9.8 CRITICAL | net: lwtunnel: Drop skb metadata before LWT encapsulation |
| CVE-2026-80671 | 9.3 CRITICAL | perf sched: Fix register_pid() overflow, strcpy, and BUG_ON |
| CVE-2026-80693 | 9.3 CRITICAL | idpf: bound interrupt-vector register fill to the allocated array |
| CVE-2026-80684 | 9.3 CRITICAL | KVM: s390: pci: Fix NULL dereference on AIBV allocation failure |
| CVE-2026-80670 | 9.1 CRITICAL | perf tools: Use perf_env__get_cpu_topology() in machine__resolve() |
| CVE-2026-80683 | 8.8 HIGH | Bluetooth: SCO: give the socket its own sco_conn reference |
| CVE-2026-80604 | 8.8 HIGH | HID: core: Fix OOB read in hid_get_report for numbered reports |
| CVE-2026-80692 | 8.8 HIGH | Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync() callbacks |
| CVE-2026-80724 | 8.8 HIGH | ptp: vmclock: prevent read-only mappings from becoming writable |
Showing top 20 of 135 CVEs. View all on vendor page → →
No comments yet