Lucene search
K

1182 matches found

RedhatCVE
RedhatCVE
added 2026/05/08 6:27 p.m.2 views

CVE-2026-43295

A flaw was found in the Linux kernel's rapidio subsystem. When memory allocation for idtab fails within the rioscanallocnet function, the network object is not correctly freed, resulting in a dangling pointer. This improper memory management could lead to system instability or a denial of service...

5.5CVSS5.8AI score0.00013EPSS
Exploits0References4
EUVD
EUVD
added 2026/05/08 3:31 p.m.3 views

EUVD-2026-28694

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: clear walkcontrol on inactive context in damoswalk damoswalk sets ctx-walkcontrol to the caller-provided control structure before checking whether the context is running. If the context is inactive damonisrunning...

5.8AI score0.00013EPSS
Exploits0References4
NVD
NVD
added 2026/05/08 3:16 p.m.4 views

CVE-2026-43388

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: clear walkcontrol on inactive context in damoswalk damoswalk sets ctx-walkcontrol to the caller-provided control structure before checking whether the context is running. If the context is inactive damonisrunning...

7.8CVSS0.00013EPSS
Exploits0References3
UbuntuCve
UbuntuCve
added 2026/05/08 3:16 p.m.2 views

CVE-2026-43388

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: clear walkcontrol on inactive context in damoswalk damoswalk sets ctx-walkcontrol to the caller-provided control structure before checking whether the context is running. If the context is inactive damonisrunning...

7.8CVSS5.8AI score0.00013EPSS
Exploits0References5
OSV
OSV
added 2026/05/08 3:16 p.m.3 views

UBUNTU-CVE-2026-43388

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: clear walkcontrol on inactive context in damoswalk damoswalk sets ctx-walkcontrol to the caller-provided control structure before checking whether the context is running. If the context is inactive damonisrunning...

7.8CVSS5.7AI score0.00013EPSS
Exploits0References6
Cvelist
Cvelist
added 2026/05/08 2:21 p.m.23 views

CVE-2026-43388 mm/damon/core: clear walk_control on inactive context in damos_walk()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: clear walkcontrol on inactive context in damoswalk damoswalk sets ctx-walkcontrol to the caller-provided control structure before checking whether the context is running. If the context is inactive damonisrunning...

0.00013EPSS
Exploits0References3
CVE
CVE
added 2026/05/08 2:21 p.m.5 views

CVE-2026-43388

CVE-2026-43388 (Linux kernel, DAMON) : The vulnerability arises in mm/damon/core/damos_walk(), which sets ctx->walk_control to a caller-provided control structure before checking if the context is running. If the context is inactive, it returns -EINVAL without clearing the pointer, leaving a d...

7.8CVSS5.8AI score0.00013EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2026/05/08 2:16 p.m.3 views

UBUNTU-CVE-2026-43295

In the Linux kernel, the following vulnerability has been resolved: rapidio: replace riofreenet with kfree in rioscanallocnet When idtab allocation fails, net is not registered with rioaddnet yet, so kfreenet is sufficient to release the memory. Set mport-net to NULL to avoid dangling pointer...

5.5CVSS5.7AI score0.00013EPSS
Exploits0References11
Positive Technologies
Positive Technologies
added 2026/05/08 12:0 a.m.6 views

PT-2026-39049

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the damos walk function where ctx-walk control is set to a caller-provided control structure before verifying if the context is running. If the context is inactive, the...

5.8AI score0.00013EPSS
Exploits0References7
Positive Technologies
Positive Technologies
added 2026/05/07 12:0 a.m.4 views

PT-2026-39448

Name of the Vulnerable Software and Affected Versions PHP versions 8.2.0 through 8.2.30 PHP versions 8.3.0 through 8.3.30 PHP versions 8.4.0 through 8.4.20 PHP versions 8.5.0 through 8.5.5 Description When SoapServer is configured with SOAP PERSISTENCE SESSION, the handler object is persisted...

9.8CVSS5.7AI score0.00353EPSS
Exploits1References55
RedhatCVE
RedhatCVE
added 2026/05/06 9:49 a.m.2 views

CVE-2026-43063

A flaw was found in the Linux kernel's XFS filesystem. When recovering attributes, if the xlogrecoveryiget function fails to obtain a valid pointer, a subsequent irele operation attempts to release an invalid memory address. This dangling pointer issue can be exploited by a local attacker,...

7.8CVSS5.8AI score0.00013EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2026/05/06 1:40 a.m.1 views

SUSE CVE-2026-43063

In the Linux kernel, the following vulnerability has been resolved: xfs: don't irele after failing to iget in xfsattrirecoverwork xlogrecoveryiget never set @ip to a valid pointer if they return an error, so this irele will walk off a dangling pointer. Fix that...

5.8AI score0.00013EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2026/05/06 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2026-43063

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - xfs: don't irele after failing to iget in xfsattrirecoverwork xlogrecoveryiget never set @ip to a valid pointer if they return an error, so this irele will walk...

7.8CVSS5.8AI score0.00013EPSS
Exploits0References3
EUVD
EUVD
added 2026/05/05 6:33 p.m.0 views

EUVD-2026-27359

In the Linux kernel, the following vulnerability has been resolved: xfs: don't irele after failing to iget in xfsattrirecoverwork xlogrecoveryiget never set @ip to a valid pointer if they return an error, so this irele will walk off a dangling pointer. Fix that...

5.8AI score0.00013EPSS
Exploits0References5
NVD
NVD
added 2026/05/05 4:16 p.m.3 views

CVE-2026-43063

In the Linux kernel, the following vulnerability has been resolved: xfs: don't irele after failing to iget in xfsattrirecoverwork xlogrecoveryiget never set @ip to a valid pointer if they return an error, so this irele will walk off a dangling pointer. Fix that...

7.8CVSS0.00013EPSS
Exploits0References4
CVE
CVE
added 2026/05/05 3:23 p.m.2 views

CVE-2026-43063

CVE-2026-43063 pertains to the Linux kernel XFS attribute recovery path. The vulnerability arises when xlog_recovery_iget* fails to yield a valid pointer and an ensuing irele operates on a dangling pointer, potentially enabling a local attacker to crash the system and cause a DoS. The Red Hat adv...

7.8CVSS5.8AI score0.00013EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2026/05/05 3:23 p.m.33 views

CVE-2026-43063 xfs: don't irele after failing to iget in xfs_attri_recover_work

In the Linux kernel, the following vulnerability has been resolved: xfs: don't irele after failing to iget in xfsattrirecoverwork xlogrecoveryiget never set @ip to a valid pointer if they return an error, so this irele will walk off a dangling pointer. Fix that...

7.8CVSS0.00013EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/05/05 3:23 p.m.0 views

CVE-2026-43063

In the Linux kernel, the following vulnerability has been resolved: xfs: don't irele after failing to iget in xfsattrirecoverwork xlogrecoveryiget never set @ip to a valid pointer if they return an error, so this irele will walk off a dangling pointer. Fix that...

5.8AI score0.00013EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2026/05/05 12:13 a.m.8 views

CLSA-2026-1777940008 python3: Fix of CVE-2026-6100

CVE-2026-6100: clear dangling nextin pointer on MemoryError in bz2/lzma decompressors to avoid use-after-free on instance reuse...

9.1CVSS6AI score0.00164EPSS
Exploits0References1
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.3 views

Astra Linux - уязвимость в linux-5.10, linux-6.1, linux, linux-5.15

In the Linux kernel, the following vulnerability has been resolved: net: inet: Do not leave a dangling sk pointer in inetcreate The sockinitdata function attaches the allocated sk object to the provided sock object. If inetcreate fails later, the sk object is freed, but the sock object retains a...

7.8CVSS6.2AI score0.00011EPSS
Exploits0References2
Rows per page
Query Builder