Lucene search
+L

894 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.7 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986487)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986487 advisory. In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix sleep from invalid context bug in btrfsqgroupinherit Syzkaller reported BUG as...

5.5CVSS5.8AI score0.0025EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.6 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-986273)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986273 advisory. In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix sleep from invalid context bug in btrfsqgroupinherit Syzkaller reported BUG as...

5.5CVSS5.8AI score0.0025EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/10/06 12:0 a.m.5 views

CVE-2025-59729

When parsing the header for a DHAV file, there's an integer underflow in offset calculation that leads to reading the duration from before the start of the allocated buffer. If we load a DHAV file that is larger than MAXDURATIONBUFFERSIZE bytes 0x100000 for example 0x101000 bytes, then at 0 we ha...

5.7CVSS5.9AI score0.00149EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/10/06 12:0 a.m.5 views

CVE-2025-59730

When decoding a frame for a SANM file ANIM v0 variant, the decoded data can be larger than the buffer allocated for it. Frames encoded with codec 48 can specify their resolution width x height. A buffer of appropriate size is allocated depending on the resolution. This codec can encode the frame...

5.7CVSS6AI score0.00149EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/10/06 12:0 a.m.3 views

CVE-2025-59728

When calculating the content path in handling of MPEG-DASH manifests, there's an out-of-bounds NUL-byte write one byte past the end of the buffer.When we call xmlNodeGetContent below 0, it returns a buffer precisely allocated to match the string length, using strdup internally. If this buffer is...

8.7CVSS6AI score0.00173EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/10/06 12:0 a.m.4 views

CVE-2025-59733

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that all image channels have the same pixel type and size, and that if there are four channels, the first four are "B", "G", "R" and "A". The channel parsing code can be found in decodeheader. The...

8.7CVSS6.7AI score0.00172EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/10/06 12:0 a.m.4 views

CVE-2025-59732

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that the height and width are divisible by 8. If the height or width of the image is not divisible by 8, the copy loops at 0 and 1 will continue to write until the next multiple of 8. The buffer...

8.7CVSS6.6AI score0.00156EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/10/06 12:0 a.m.5 views

CVE-2025-59734

It is possible to cause an use-after-free write in SANM decoding with a carefully crafted animation using subversion storedframe. Stored frames can later be referenced by FTCH chunks. For files using subversion storedframe. Leaving ctx-hasdimensions set to false. A subsequent chunk with type...

8.7CVSS6AI score0.00169EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/10/05 2:58 a.m.4 views

SUSE CVE-2022-50472

In the Linux kernel, the following vulnerability has been resolved: IB/mad: Don't call to function that might sleep while in atomic context Tracepoints are not allowed to sleep, as such the following splat is generated due to call to ibquerypkey in atomic context. WARNING: CPU: 0 PID: 1888000 at...

5.5CVSS6.5AI score0.00146EPSS
SaveExploits0References7
NVD
NVD
added 2025/10/04 4:15 p.m.7 views

CVE-2022-50472

In the Linux kernel, the following vulnerability has been resolved: IB/mad: Don't call to function that might sleep while in atomic context Tracepoints are not allowed to sleep, as such the following splat is generated due to call to ibquerypkey in atomic context. WARNING: CPU: 0 PID: 1888000 at...

5.5CVSS0.00146EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/04 4:15 p.m.5 views

UBUNTU-CVE-2022-50472

In the Linux kernel, the following vulnerability has been resolved: IB/mad: Don't call to function that might sleep while in atomic context Tracepoints are not allowed to sleep, as such the following splat is generated due to call to ibquerypkey in atomic context. WARNING: CPU: 0 PID: 1888000 at...

5.5CVSS5.7AI score0.00146EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/04 4:15 p.m.5 views

UBUNTU-CVE-2023-53558

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Avoid prinfo with spin lock in cblistinitgeneric prinfo is called with rtp-cbsgbllock spin lock locked. Because prinfo calls printk that might sleep, this will result in BUG like below: 0.206455 cblistinitgeneric:...

5.5CVSS5.7AI score0.00134EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/04 3:17 p.m.9 views

CVE-2023-53558 rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Avoid prinfo with spin lock in cblistinitgeneric prinfo is called with rtp-cbsgbllock spin lock locked. Because prinfo calls printk that might sleep, this will result in BUG like below: 0.206455 cblistinitgeneric:...

0.00134EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/04 3:16 p.m.24 views

CVE-2022-50472

CVE-2022-50472 – Linux kernel IB/mad path : The issue arises when ib_query_pkey() is invoked in atomic context, which may sleep and triggers a trace/“splat” in the ring buffer, leading to a kernel warning. The description in the sources notes a sleep-prone call in atomic context and a generated t...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/10/04 3:16 p.m.13 views

CVE-2022-50472 IB/mad: Don't call to function that might sleep while in atomic context

In the Linux kernel, the following vulnerability has been resolved: IB/mad: Don't call to function that might sleep while in atomic context Tracepoints are not allowed to sleep, as such the following splat is generated due to call to ibquerypkey in atomic context. WARNING: CPU: 0 PID: 1888000 at...

0.00146EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/10/04 3:16 p.m.9 views

CVE-2022-50472

In the Linux kernel, the following vulnerability has been resolved: IB/mad: Don't call to function that might sleep while in atomic context Tracepoints are not allowed to sleep, as such the following splat is generated due to call to ibquerypkey in atomic context. WARNING: CPU: 0 PID: 1888000 at...

5.5CVSS5.3AI score0.00146EPSS
SaveExploits0
OSV
OSV
added 2025/10/04 3:16 p.m.10 views

CVE-2022-50472 IB/mad: Don't call to function that might sleep while in atomic context

In the Linux kernel, the following vulnerability has been resolved: IB/mad: Don't call to function that might sleep while in atomic context Tracepoints are not allowed to sleep, as such the following splat is generated due to call to ibquerypkey in atomic context. WARNING: CPU: 0 PID: 1888000 at...

5.5CVSS6.5AI score0.00146EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/10/04 12:0 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a call to a function that may be dormant while holding a spinlock, which could cause the kernel to crash...

5.8AI score0.00134EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/10/04 12:0 a.m.8 views

PT-2025-40659

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 4.18.0-305.3.1.el8 Description The Linux kernel contained a flaw within the IB/mad component where a function that could potentially sleep was being called while in an atomic context. This could lead to a system...

6.3AI score0.00146EPSS
SaveExploits0References11
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2025-31905

Malicious code in bioql PyPI...

6.4AI score0.00145EPSS
SaveExploits0References6
Rows per page
Query Builder