Lucene search
+L

2546 matches found

EUVD
EUVD
added 2026/05/08 3:31 p.m.19 views

EUVD-2026-28581

In the Linux kernel, the following vulnerability has been resolved: soc/tegra: pmc: Fix unsafe generichandleirq call Currently, when resuming from system suspend on Tegra platforms, the following warning is observed: WARNING: CPU: 0 PID: 14459 at kernel/irq/irqdesc.c:666 Call trace:...

5.7AI score0.00121EPSS
SaveExploits0References3
NVD
NVD
added 2026/05/08 3:16 p.m.13 views

CVE-2026-43391

In the Linux kernel, the following vulnerability has been resolved: nsfs: tighten permission checks for handle opening Even privileged services should not necessarily be able to see other privileged service's namespaces so they can't leak information to each other. Use mayseeallnamespaces helper...

8.8CVSS0.00121EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/05/08 3:16 p.m.13 views

CVE-2026-43391

In the Linux kernel, the following vulnerability has been resolved: nsfs: tighten permission checks for handle opening Even privileged services should not necessarily be able to see other privileged service's namespaces so they can't leak information to each other. Use mayseeallnamespaces helper...

8.8CVSS5.7AI score0.00121EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/08 3:16 p.m.19 views

UBUNTU-CVE-2026-43407

In the Linux kernel, the following vulnerability has been resolved: libceph: Fix potential out-of-bounds access in cephhandleauthreply This patch fixes an out-of-bounds access in cephhandleauthreply that can be triggered by a message of type CEPHMSGAUTHREPLY. In cephhandleauthreply, the value of...

9.1CVSS5.7AI score0.00537EPSS
SaveExploits0References49
CVE
CVE
added 2026/05/08 2:21 p.m.59 views

CVE-2026-43407

The CVE-2026-43407 issue affects the Linux kernel libceph component, where a CEPH_MSG_AUTH_REPLY with a large payload_len could trigger an integer overflow and out-of-bounds read. The root cause is storing payload_len and related lengths in int, allowing negative values to underflow pointers. The...

9.1CVSS5.8AI score0.00537EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/05/08 2:21 p.m.43 views

CVE-2026-43391 nsfs: tighten permission checks for handle opening

In the Linux kernel, the following vulnerability has been resolved: nsfs: tighten permission checks for handle opening Even privileged services should not necessarily be able to see other privileged service's namespaces so they can't leak information to each other. Use mayseeallnamespaces helper...

8.8CVSS0.00121EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.26 views

CVE-2026-43391

In the Linux kernel, the following vulnerability has been resolved: nsfs: tighten permission checks for handle opening Even privileged services should not necessarily be able to see other privileged service's namespaces so they can't leak information to each other. Use mayseeallnamespaces helper...

8.8CVSS5.7AI score0.00121EPSS
SaveExploits0
OSV
OSV
added 2026/05/08 2:21 p.m.9 views

CVE-2026-43391 nsfs: tighten permission checks for handle opening

In the Linux kernel, the following vulnerability has been resolved: nsfs: tighten permission checks for handle opening Even privileged services should not necessarily be able to see other privileged service's namespaces so they can't leak information to each other. Use mayseeallnamespaces helper...

8.8CVSS6.6AI score
SaveExploits0References5
CVE
CVE
added 2026/05/08 2:21 p.m.58 views

CVE-2026-43391

CVE-2026-43391 affects the Linux kernel nsfs component. The issue arises from insufficient permission checks when opening handles, enabling privileged services to potentially view other privileged services’ namespaces and leak information. The fix centralizes policy via may_see_all_namespaces() a...

8.8CVSS5.7AI score0.00121EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/05/08 2:16 p.m.20 views

UBUNTU-CVE-2026-43311

In the Linux kernel, the following vulnerability has been resolved: soc/tegra: pmc: Fix unsafe generichandleirq call Currently, when resuming from system suspend on Tegra platforms, the following warning is observed: WARNING: CPU: 0 PID: 14459 at kernel/irq/irqdesc.c:666 Call trace:...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/05/08 2:16 p.m.16 views

CVE-2026-43311

In the Linux kernel, the following vulnerability has been resolved: soc/tegra: pmc: Fix unsafe generichandleirq call Currently, when resuming from system suspend on Tegra platforms, the following warning is observed: WARNING: CPU: 0 PID: 14459 at kernel/irq/irqdesc.c:666 Call trace:...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References4
CVE
CVE
added 2026/05/08 1:11 p.m.40 views

CVE-2026-43311

CVE-2026-43311 resolves a Linux kernel Tegra PMC issue where generic_handle_irq() was called from a non-interrupt context during system suspend resume, causing kernel warnings. The fix defers the call to an IRQ work, enabling safe execution in hard IRQ context. For PREEMPT_RT kernels, the patch u...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2026/05/08 12:00 a.m.16 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the tegrapmc driver calling generichandleirq in a non-interrupt context, potentially causing kern...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/08 12:00 a.m.16 views

PT-2026-39052

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the nsfs component where permission checks for handle opening are insufficiently restrictive. This allows privileged services to potentially see namespaces of other...

8.8CVSS5.8AI score0.00121EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/05/08 12:00 a.m.30 views

PT-2026-39068

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds access exists in the ceph handle auth reply function within libceph, triggered by a message of type 'CEPH MSG AUTH REPLY'. The issue occurs because the payload len field...

9.1CVSS5.8AI score0.00537EPSS
SaveExploits0
OSV
OSV
added 2026/05/07 4:32 a.m.50 views

GHSA-WP5R-2GW5-M7Q7 vm2's Transformer Fast-Path Bypass Exposes Internal State Variable

Summary vm2's code transformer has a performance optimization that skips AST analysis when the code does not contain catch, import, or async keywords. This fast-path bypass allows sandboxed code to directly access the internal VM2INTERNALSTATEDONOTUSEORPROGRAMWILLFAIL variable, which exposes...

5.3CVSS5.8AI score0.00248EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2026/05/07 2:16 a.m.14 views

SUSE CVE-2026-43283

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ecbhf: Fix dmafreecoherent dma handle dmafreecoherent in error path takes priv-rxbuf.alloclen as the dma handle. This would lead to improper unmapping of the buffer. Change the dma handle to priv-rxbuf.allocphys...

5.5CVSS5.8AI score0.0012EPSS
SaveExploits0References7
Snyk
Snyk
added 2026/05/07 1:56 a.m.10 views

Improperly Implemented Security Check for Standard

Overview Affected versions of this package are vulnerable to Improperly Implemented Security Check for Standard due to missing concurrent procedure validation in the SecurityMode and handleHandoverRequiredMain functions. An attacker can cause mismatches between security contexts, potentially...

5.4CVSS5.8AI score0.00251EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/05/07 1:53 a.m.10 views

Improperly Implemented Security Check for Standard

Overview Affected versions of this package are vulnerable to Improperly Implemented Security Check for Standard in the handlePathSwitchRequestMain function. An attacker can cause persistent service disruption and corrupt internal security context by sending a crafted PathSwitchRequest message fro...

7.1CVSS5.9AI score0.00266EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2026/05/07 12:44 a.m.18 views

CVE-2026-43283

A flaw was found in the Linux kernel's ecbhf ethernet driver. An issue in the error handling path of the dmafreecoherent function incorrectly uses priv-rxbuf.alloclen as the Direct Memory Access DMA handle instead of priv-rxbuf.allocphys. This improper unmapping of the buffer could lead to memory...

8.8CVSS5.9AI score0.0012EPSS
SaveExploits0References4
Rows per page
Query Builder