Lucene search
+L

530 matches found

ATTACKERKB
ATTACKERKB
added 2 days ago4 views

CVE-2026-63834

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: restrict number of unacked list entries When the unackedlist is unbound, an attacker could send messages with small lengths and appropriated seqno + gaps to force the receiver to allocate more and more...

5.4AI score0.00165EPSS
Exploits0References9Affected Software1
Cvelist
Cvelist
added 2 days ago27 views

CVE-2026-63834 batman-adv: tp_meter: restrict number of unacked list entries

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: restrict number of unacked list entries When the unackedlist is unbound, an attacker could send messages with small lengths and appropriated seqno + gaps to force the receiver to allocate more and more...

0.00165EPSS
Exploits0References8
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-45500

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: restrict number of unacked list entries When the unackedlist is unbound, an attacker could send messages with small lengths and appropriated seqno + gaps to force the receiver to allocate more and more...

5.4AI score0.00165EPSS
Exploits0References8
CVE
CVE
added 2 days ago7 views

CVE-2026-63834

The CVE concerns the Linux kernel’s batman-adv tp_meter: unacked_list can be pressured to grow (via crafted small messages, seqno gaps) if the list is unbounded. The result is potential out-of-memory or high CPU usage from scanning a large unacked_list. If a limit is applied, the implementation m...

5.5AI score0.00165EPSS
Exploits0References8
ATTACKERKB
ATTACKERKB
added 2 days ago5 views

CVE-2026-63835

In the Linux kernel, the following vulnerability has been resolved: batman-adv: v: prevent OGM aggregation on disabled hardif When an interface gets disabled, the worker is correctly disabled by batadvhardifdisableinterface - ... - batadvvogmifacedisable. In this process, the skb aggrlist is also...

5.2AI score0.00165EPSS
Exploits0References9Affected Software1
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-45501

In the Linux kernel, the following vulnerability has been resolved: batman-adv: v: prevent OGM aggregation on disabled hardif When an interface gets disabled, the worker is correctly disabled by batadvhardifdisableinterface - ... - batadvvogmifacedisable. In this process, the skb aggrlist is also...

5.3AI score0.00165EPSS
Exploits0References8
CVE
CVE
added 2 days ago9 views

CVE-2026-63835

CVE-2026-63835 concerns the Linux kernel’s batman-adv OGM aggregation on disabled hard interfaces. When an interface is disabled, batadv_hardif_disable_interface() disables the worker and frees the skb aggr_list; however batadv_v_ogm_send_meshif() may still queue new skbs via batadv_v_ogm_queue_o...

5.3AI score0.00165EPSS
Exploits0References8
OSV
OSV
added 2 days ago4 views

CVE-2026-63834 batman-adv: tp_meter: restrict number of unacked list entries

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: restrict number of unacked list entries When the unackedlist is unbound, an attacker could send messages with small lengths and appropriated seqno + gaps to force the receiver to allocate more and more...

5.4AI score0.00165EPSS
Exploits0References11
Tenable Nessus
Tenable Nessus
added 2 days ago5 views

Linux Distros Unpatched Vulnerability : CVE-2026-63834

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - batman-adv: tpmeter: restrict number of unacked list entries When the unackedlist is unbound, an attacker could send messages with small lengths and appropriate...

5.4AI score0.00165EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2 days ago4 views

Linux Distros Unpatched Vulnerability : CVE-2026-63836

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - batman-adv: tpmeter: avoid divide-by-zero for deccwnd The cwnd is always MSS = cwnd = 0x20000000. But the calculation in batadvtpupdatecwnd assumes unsigned 32...

5.5AI score0.00165EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-61409

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp meter: fix tp vars reference leak in receiver shutdown The receiver shutdown timer handler, batadv tp receiver shutdown, is responsible for releasing the tp vars reference it holds. However, the existing logic for...

5.3AI score0.0018EPSS
Exploits0References8
Positive Technologies
Positive Technologies
added 2 days ago5 views

PT-2026-61406

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix negative last changeset len batadv piv tt::last changeset len len was declared as s16, but the field is never intended to hold a negative value. When a value greater than 32767 is assigned, it wraps to a...

5.5AI score0.00184EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2 days ago9 views

PT-2026-61408

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix TOCTOU race for reported vlans The local TT based TVLV is generated by first checking the number of VLANs which have at least one TT entry. A new buffer with the correct size for the VLANs is then allocated...

5.5AI score0.00184EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2 days ago4 views

PT-2026-61411

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: avoid NULL-ptr deref for claim via dropped interface Without rtnl lock held, a hardif might be retrieved as primary interface of a meshif, but then while operating on this interface getting decoupled from the mes...

5.3AI score0.0021EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2 days ago5 views

PT-2026-61405

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix negative tt buff len batadv orig node::tt buff len was declared as s16, but the field is never intended to hold a negative value. When a value greater than 32767 is assigned, it wraps to a negative signed...

5.5AI score0.00184EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-61410

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp meter: directly shut down timer on cleanup batadv tp sender cleanup was calling timer delete sync followed by timer delete to guard against the timer handler re-arming itself between the two calls. This...

5.3AI score0.00205EPSS
Exploits0References8
Positive Technologies
Positive Technologies
added 2 days ago8 views

PT-2026-61150

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp meter: restrict number of unacked list entries When the unacked list is unbound, an attacker could send messages with small lengths and appropriated seqno + gaps to force the receiver to allocate more and more...

5.5AI score0.00165EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2 days ago7 views

PT-2026-61152

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp meter: avoid divide-by-zero for dec cwnd The cwnd is always MSS = cwnd = 0x20000000. But the calculation in batadv tp update cwnd assumes unsigned 32 bit arithmetics. mss 8 2 / cwnd 8 In case cwnd is actually...

5.4AI score0.00165EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2 days ago10 views

PT-2026-61151

In the Linux kernel, the following vulnerability has been resolved: batman-adv: v: prevent OGM aggregation on disabled hardif When an interface gets disabled, the worker is correctly disabled by batadv hardif disable interface - ... - batadv v ogm iface disable. In this process, the skb aggr list...

5.3AI score0.00165EPSS
Exploits0References9
Tenable Nessus
Tenable Nessus
added 2 days ago5 views

Linux Distros Unpatched Vulnerability : CVE-2026-63835

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - batman-adv: v: prevent OGM aggregation on disabled hardif When an interface gets disabled, the worker is correctly disabled by batadvhardifdisableinterface -...

5.4AI score0.00165EPSS
Exploits0References3
Rows per page
Query Builder