Lucene search
+L

28945 matches found

Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-63918

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: l2tp: use refcountincnotzero in l2tpsessiongetbyifname A reader in l2tpsessiongetbyifname ca...

7.8CVSS5.3AI score0.00159EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.7 views

CVE-2026-64173

In the Linux kernel, the following vulnerability has been resolved: tracing: Do not call map-ops-eltfree if eltalloc fails In paths where tracingmapeltalloc failed to allocate objects, the map-ops-eltalloc call was never successful. In this case, map-ops-eltfree should not be called...

0.00165EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.30 views

CVE-2026-64173 tracing: Do not call map->ops->elt_free() if elt_alloc() fails

In the Linux kernel, the following vulnerability has been resolved: tracing: Do not call map-ops-eltfree if eltalloc fails In paths where tracingmapeltalloc failed to allocate objects, the map-ops-eltalloc call was never successful. In this case, map-ops-eltfree should not be called...

0.00165EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 3:40 p.m.5 views

CVE-2026-64173 tracing: Do not call map->ops->elt_free() if elt_alloc() fails

In the Linux kernel, the following vulnerability has been resolved: tracing: Do not call map-ops-eltfree if eltalloc fails In paths where tracingmapeltalloc failed to allocate objects, the map-ops-eltalloc call was never successful. In this case, map-ops-eltfree should not be called...

5.4AI score0.00165EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.33 views

CVE-2026-64053 block: don't overwrite bip_vcnt in bio_integrity_copy_user()

In the Linux kernel, the following vulnerability has been resolved: block: don't overwrite bipvcnt in biointegritycopyuser biointegrityaddpage already sets bipvcnt to 1 for the bounce segment. Overwriting it with nrvecs breaks bipvcnt = bipmaxvcnt on WRITE bipmaxvcnt is 1, so the gap-merge checks...

7.8CVSS0.00129EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/19 3:39 p.m.24 views

CVE-2026-64043

The CVE-2026-64043 entry describes a race condition in the Linux kernel related to ovpn interfaces. During deletion of an ovpn netdevice, a CMD_PEER_NEW netlink message could race with the unregistration process, taking a fresh reference to the netdev and leaving the device in a state where it ca...

5.4AI score0.00198EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63918

In the Linux kernel, the following vulnerability has been resolved: l2tp: use refcountincnotzero in l2tpsessiongetbyifname A reader in l2tpsessiongetbyifname can return a pointer to a session whose refcount has reached zero. The getter takes its reference with plain refcountinc, but every other...

7.8CVSS5.2AI score0.00159EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 2:55 p.m.16 views

CVE-2026-63918

CVE-2026-63918 documents a Linux kernel fix: l2tp_session_get_by_ifname previously used refcount_inc() while other getters used refcount_inc_not_zero(), risking use-after-free if a race during RC/Rcu grace period allowed a zero refcount. The change normalizes the getter to refcount_inc_not_zero()...

7.8CVSS5.3AI score0.00159EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.33 views

CVE-2026-63918 l2tp: use refcount_inc_not_zero in l2tp_session_get_by_ifname

In the Linux kernel, the following vulnerability has been resolved: l2tp: use refcountincnotzero in l2tpsessiongetbyifname A reader in l2tpsessiongetbyifname can return a pointer to a session whose refcount has reached zero. The getter takes its reference with plain refcountinc, but every other...

7.8CVSS0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/19 2:55 p.m.6 views

CVE-2026-63918 l2tp: use refcount_inc_not_zero in l2tp_session_get_by_ifname

In the Linux kernel, the following vulnerability has been resolved: l2tp: use refcountincnotzero in l2tpsessiongetbyifname A reader in l2tpsessiongetbyifname can return a pointer to a session whose refcount has reached zero. The getter takes its reference with plain refcountinc, but every other...

7.8CVSS5.3AI score0.00159EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63887 scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Bound iscsiencodetextoutput appends to rspbuf iscsiencodetextoutput concatenates "key=value\0" records into login-rspbuf, an 8192-byte kzallocMAXKEYVALUEPAIRS buffer allocated in iscsitallocloginsetupbuffer...

9.8CVSS5.6AI score0.00745EPSS
SaveExploits0References11
CVE
CVE
added 2026/07/19 2:55 p.m.26 views

CVE-2026-63887

The CVE-2026-63887 issue affects Linux kernel SCSI/ISCSI login handling. iscsi_encode_text_output() concatenates key=value records into login->rsp_buf using an 8192-byte buffer without checking remaining capacity, while a single PDU can carry up to 2048 pairs, potentially expanding to ~32 KiB....

9.8CVSS5.6AI score0.00745EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 2:4 p.m.31 views

CVE-2026-63862 PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found In mtkpciesetupirq, the IRQ domains are allocated before the controller's IRQ is fetched. If the latter fails, the function directly returns an error, without...

0.00161EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/19 2:4 p.m.18 views

CVE-2026-63862

The CVE-2026-63862 vulnerability affects the Linux kernel’s PCI subsystem for Mediatek Gen3 hardware. In mtk_pcie_setup_irq(), IRQ domains were allocated before obtaining the controller’s IRQ; if obtaining the IRQ fails, allocated domains were not cleaned up, leading to leakage. The mitigation is...

5.3AI score0.00161EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/19 12:16 p.m.10 views

CVE-2026-63827

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aaloaddata, list...

7.8CVSS0.00124EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 12:2 p.m.39 views

CVE-2026-63827 apparmor: fix use-after-free in rawdata dedup loop

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aaloaddata, list...

7.8CVSS0.00124EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 12:2 p.m.5 views

CVE-2026-63827 apparmor: fix use-after-free in rawdata dedup loop

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aaloaddata, list...

7.8CVSS5.4AI score0.00124EPSS
SaveExploits0References11
CVE
CVE
added 2026/07/19 12:2 p.m.16 views

CVE-2026-63827

Root cause: Linux kernel AppArmor uses a use-after-free in the rawdata dedup loop (aa_replace_profiles) due to unsafe refcount handling when traversing ns->rawdata_list. The dedup path calls aa_get_profile_loaddata() which has plain kref_get() semantics, allowing a zero counter to be dereferen...

7.8CVSS5.5AI score0.00124EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.10 views

PT-2026-61179

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the mtk pcie setup irq function where IRQ domains are allocated before the controller's IRQ is fetched. If the IRQ fetch fails, the function returns an error without...

5.1AI score0.00161EPSS
SaveExploits0
GithubExploit
GithubExploit
added 2026/07/18 2:9 p.m.80 views

Exploit for CVE-2026-60137

CVE-2026-63030 + CVE-2026-60137 - “wp2shell”: unauthenticated...

9.8CVSS6.9AI score0.98417EPSS
SaveExploits61
Rows per page
Query Builder