Lucene search
+L

437 matches found

EUVD
EUVD
added 2026/08/15 5:56 a.m.10 views

EUVD-2026-59347

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix leak of SQ timestamp buffer on teardown The send-queue timestamp ring is allocated with qmemalloc when timestamping is used, but otx2freesqres never freed sq-timestamps, leaking that memory across ifdown and...

5.6AI score0.00176EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:56 a.m.16 views

CVE-2026-72448 octeontx2-pf: Fix leak of SQ timestamp buffer on teardown

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix leak of SQ timestamp buffer on teardown The send-queue timestamp ring is allocated with qmemalloc when timestamping is used, but otx2freesqres never freed sq-timestamps, leaking that memory across ifdown and...

5.8AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.32 views

CVE-2026-72448 octeontx2-pf: Fix leak of SQ timestamp buffer on teardown

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix leak of SQ timestamp buffer on teardown The send-queue timestamp ring is allocated with qmemalloc when timestamping is used, but otx2freesqres never freed sq-timestamps, leaking that memory across ifdown and...

0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:56 a.m.32 views

CVE-2026-72448

CVE-2026-72448 relates to the Linux kernel driver for octeontx2-pf. The vulnerability is a memory leak in the send-queue (SQ) timestamp buffer: the SQ timestamp ring is allocated with qmem_alloc() when timestamping is used, but otx2_free_sq_res() does not free sq->timestamps, causing memory to...

5.6AI score0.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:56 a.m.10 views

EUVD-2026-59309

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Validate NIX maximum LFs correctly NIX maximum number of LFs can be set via devlink command but that can be done before assigning any LFs to a PF/VF. The condition used to check whether any LFs are assigned is...

5.4AI score0.00163EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:56 a.m.30 views

CVE-2026-72410

In the Linux kernel, the octeontx2-af component fixes an issue where the NIX maximum number of LFs could be set via devlink before any LFs were assigned to a PF/VF. The root cause was an incorrect condition used to determine if LFs were assigned; the patch corrects this check. This vulnerability ...

7.8CVSS5.3AI score0.00163EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 5:56 a.m.10 views

CVE-2026-72410 octeontx2-af: Validate NIX maximum LFs correctly

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Validate NIX maximum LFs correctly NIX maximum number of LFs can be set via devlink command but that can be done before assigning any LFs to a PF/VF. The condition used to check whether any LFs are assigned is...

7.8CVSS5.5AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.30 views

CVE-2026-72410 octeontx2-af: Validate NIX maximum LFs correctly

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Validate NIX maximum LFs correctly NIX maximum number of LFs can be set via devlink command but that can be done before assigning any LFs to a PF/VF. The condition used to check whether any LFs are assigned is...

7.8CVSS0.00163EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 5:55 a.m.16 views

CVE-2026-72312 octeontx2-af: fix VF bringup affecting PF promiscuous state

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: fix VF bringup affecting PF promiscuous state Mbox handling of nixsetrxmode for a VF with promiscuous and allmulti flags set to false causes deletion of the PF's promiscuous and allmulti MCAM rules. This occurs...

7.9CVSS5.5AI score
SaveExploits0References9
EUVD
EUVD
added 2026/08/15 5:55 a.m.8 views

EUVD-2026-59211

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: fix VF bringup affecting PF promiscuous state Mbox handling of nixsetrxmode for a VF with promiscuous and allmulti flags set to false causes deletion of the PF's promiscuous and allmulti MCAM rules. This occurs...

5.4AI score0.00154EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.23 views

CVE-2026-72312 octeontx2-af: fix VF bringup affecting PF promiscuous state

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: fix VF bringup affecting PF promiscuous state Mbox handling of nixsetrxmode for a VF with promiscuous and allmulti flags set to false causes deletion of the PF's promiscuous and allmulti MCAM rules. This occurs...

7.9CVSS0.00154EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:55 a.m.30 views

CVE-2026-72312

CVE-2026-72312 affects the Linux kernel component octeontx2-af and fixes an issue where VF bringup could erroneously modify the PF’s promiscuous/allmulti MCAM rules. The root cause was that mbox handling of nix_set_rx_mode (and related APIs) acted only on the PF, not the VF, potentially clearing ...

7.9CVSS5.4AI score0.00154EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:52 a.m.27 views

CVE-2026-72050

The CVE-2026-72050 entry concerns the Linux kernel subsystem octeontx2-af where BPID bitmap handling in setup is flawed. Specifically, nix_setup_bpids() allocates bp->bpids via rvu_alloc_bitmap() (using a plain kcalloc). If any subsequent devm_kcalloc() allocations for the BPID mapping arrays ...

5.3AI score0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/15 5:52 a.m.7 views

EUVD-2026-59008

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Free BPID bitmap on setup failure nixsetupbpids allocates bp-bpids with rvuallocbitmap, which uses a plain kcalloc. If any of the following devmkcalloc allocations for the BPID mapping arrays fails, the function...

5.3AI score0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 5:52 a.m.13 views

CVE-2026-72050 octeontx2-af: Free BPID bitmap on setup failure

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Free BPID bitmap on setup failure nixsetupbpids allocates bp-bpids with rvuallocbitmap, which uses a plain kcalloc. If any of the following devmkcalloc allocations for the BPID mapping arrays fails, the function...

5.5AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:52 a.m.24 views

CVE-2026-72050 octeontx2-af: Free BPID bitmap on setup failure

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Free BPID bitmap on setup failure nixsetupbpids allocates bp-bpids with rvuallocbitmap, which uses a plain kcalloc. If any of the following devmkcalloc allocations for the BPID mapping arrays fails, the function...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/15 5:52 a.m.8 views

EUVD-2026-59003

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: cn10k: restrict VF LMTLINE sharing to its own PF rvumboxhandlerlmtsttblsetup uses req-basepcifunc as a direct index into the LMT map table to read another function's LMTLINE physical base address and copy it into th...

5.4AI score0.00164EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:52 a.m.22 views

CVE-2026-72045 octeontx2-af: cn10k: restrict VF LMTLINE sharing to its own PF

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: cn10k: restrict VF LMTLINE sharing to its own PF rvumboxhandlerlmtsttblsetup uses req-basepcifunc as a direct index into the LMT map table to read another function's LMTLINE physical base address and copy it into th...

8.8CVSS0.00164EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:52 a.m.33 views

CVE-2026-72045

CVE-2026-72045 : In the Linux kernel (octeontx2-af: cn10k), a VF could access another function’s LMTLINE via rvu_mbox_handler_lmtst_tbl_setup() using base_pcifunc as a direct index into the LMT map. The issue arises because base_pcifunc is not sanitized and is not bounded to the VF’s PF, allowing...

8.8CVSS5.3AI score0.00164EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:52 a.m.10 views

CVE-2026-72045 octeontx2-af: cn10k: restrict VF LMTLINE sharing to its own PF

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: cn10k: restrict VF LMTLINE sharing to its own PF rvumboxhandlerlmtsttblsetup uses req-basepcifunc as a direct index into the LMT map table to read another function's LMTLINE physical base address and copy it into th...

8.8CVSS5.5AI score
SaveExploits0References10
Rows per page
Query Builder