Lucene search
+L

3643 matches found

OSV
OSV
added 2025/04/01 4:15 p.m.11 views

AZL-60376 CVE-2025-21912 affecting package kernel for versions less than 5.15.180.1-1

In the Linux kernel, the following vulnerability has been resolved: gpio: rcar: Use rawspinlock to protect register access Use rawspinlock in order to fix spurious messages about invalid context when spinlock debugging is enabled. The lock is only used to serialize register access. 4.239592...

5.5CVSS6.7AI score0.00151EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/01 4:15 p.m.6 views

UBUNTU-CVE-2025-21948

In the Linux kernel, the following vulnerability has been resolved: HID: appleir: Fix potential NULL dereference at raw event handle Syzkaller reports a NULL pointer dereference issue in inputevent. BUG: KASAN: null-ptr-deref in instrumentatomicread include/linux/instrumented.h:68 inline BUG:...

5.5CVSS6.2AI score0.00211EPSS
SaveExploits0References51
OSV
OSV
added 2025/04/01 4:15 p.m.9 views

UBUNTU-CVE-2025-21986

In the Linux kernel, the following vulnerability has been resolved: net: switchdev: Convert blocking notification chain to a raw one A blocking notification chain uses a read-write semaphore to protect the integrity of the chain. The semaphore is acquired for writing when adding / removing...

5.5CVSS6.2AI score0.00142EPSS
SaveExploits0References26
Cvelist
Cvelist
added 2025/04/01 3:47 p.m.25 views

CVE-2025-21986 net: switchdev: Convert blocking notification chain to a raw one

In the Linux kernel, the following vulnerability has been resolved: net: switchdev: Convert blocking notification chain to a raw one A blocking notification chain uses a read-write semaphore to protect the integrity of the chain. The semaphore is acquired for writing when adding / removing...

0.00142EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/04/01 3:47 p.m.18 views

CVE-2025-21986

In the Linux kernel, the following vulnerability has been resolved: net: switchdev: Convert blocking notification chain to a raw one A blocking notification chain uses a read-write semaphore to protect the integrity of the chain. The semaphore is acquired for writing when adding / removing...

5.5CVSS5.6AI score0.00142EPSS
SaveExploits0
CVE
CVE
added 2025/04/01 3:47 p.m.123 views

CVE-2025-21986

CVE-2025-21986 affects the Linux kernel net: switchdev notification path. The root cause is a blocking notification chain that uses a read-write semaphore to protect the chain, which allows recursive notifications to cause the semaphore to be acquired twice for reading. In certain bridge/offload ...

5.5CVSS7.1AI score0.00142EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2025/04/01 3:41 p.m.2 views

CVE-2025-21948 HID: appleir: Fix potential NULL dereference at raw event handle

In the Linux kernel, the following vulnerability has been resolved: HID: appleir: Fix potential NULL dereference at raw event handle Syzkaller reports a NULL pointer dereference issue in inputevent. BUG: KASAN: null-ptr-deref in instrumentatomicread include/linux/instrumented.h:68 inline BUG:...

6.1AI score0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/04/01 3:40 p.m.22 views

CVE-2025-21912 gpio: rcar: Use raw_spinlock to protect register access

In the Linux kernel, the following vulnerability has been resolved: gpio: rcar: Use rawspinlock to protect register access Use rawspinlock in order to fix spurious messages about invalid context when spinlock debugging is enabled. The lock is only used to serialize register access. 4.239592...

0.00151EPSS
SaveExploits0References7
CVE
CVE
added 2025/04/01 3:40 p.m.147 views

CVE-2025-21912

CVE-2025-21912 describes a Linux kernel issue in the Renesas GPIO driver (gpio_rcar) where register access was not properly protected, leading to spurious “Invalid wait context” messages when spinlock debugging is enabled. The patch switches protection to a raw_spinlock to serialize register acce...

5.5CVSS7.1AI score0.00151EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/04/01 3:40 p.m.8 views

CVE-2025-21912 gpio: rcar: Use raw_spinlock to protect register access

In the Linux kernel, the following vulnerability has been resolved: gpio: rcar: Use rawspinlock to protect register access Use rawspinlock in order to fix spurious messages about invalid context when spinlock debugging is enabled. The lock is only used to serialize register access. 4.239592...

6.1AI score
SaveExploits0References12
CVE
CVE
added 2025/04/01 2:16 p.m.94 views

CVE-2025-30210

CVE-2025-30210 affects Bruno (open source IDE for APIs). Prior to version 1.39.1, Bruno’s custom tooltip components used react-tooltip to render environment names as raw HTML, allowing injection of inline scripts into the DOM when a user hovers the environment name. The attack surface is limited ...

8.7CVSS6.7AI score0.00344EPSS
SaveExploits1References1Affected Software1
CNNVD
CNNVD
added 2025/04/01 12:00 a.m.8 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 Linux kernel that stems from not protecting register accesses with rawspinlock...

5.5CVSS6.6AI score0.00151EPSS
SaveExploits0References8
OSV
OSV
added 2025/03/31 5:31 p.m.18 views

GHSA-4R4M-QW57-CHR8 Vite has a `server.fs.deny` bypassed for `inline` and `raw` with `?import` query

Summary The contents of arbitrary files can be returned to the browser. Impact Only apps explicitly exposing the Vite dev server to the network using --host or server.host config option are affected. Details - base64 encoded content of non-allowed files is exposed using ?inline&import originally...

5.3CVSS6.7AI score0.58801EPSS
SaveExploits9References5
Snyk
Snyk
added 2025/03/31 5:31 p.m.8 views

Access Control Bypass

Overview org.webjars.npm:vite is a Native-ESM powered web dev build tool Affected versions of this package are vulnerable to Access Control Bypass through the server.fs.deny configuration, which is bypassed when using ?import query with inline and raw parameters. An attacker can read arbitrary...

7.5CVSS6.8AI score0.58801EPSS
SaveExploits9References2
Github Security Blog
Github Security Blog
added 2025/03/31 5:31 p.m.64 views

Vite has a `server.fs.deny` bypassed for `inline` and `raw` with `?import` query

Summary The contents of arbitrary files can be returned to the browser. Impact Only apps explicitly exposing the Vite dev server to the network using --host or server.host config option are affected. Details - base64 encoded content of non-allowed files is exposed using ?inline&import originally...

7.5CVSS6.9AI score0.58801EPSS
SaveExploits9References5Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2025/03/26 6:00 p.m.23 views

Security Bulletin: IBM App Connect Enterprise Certified Container UBI updates

Summary IBM App Connect Enterprise Certified Container ACEcc is built on the Red Hat Universal Base Images. ACEcc operator versions 12.0.10 LTS and 12.10.0 contain fixes to the listed CVEs found in the base images. This bulletin provides patch information to address the reported vulnerabilities...

8.7CVSS7.5AI score0.02481EPSS
SaveExploits0Affected Software1
RedHat Linux
RedHat Linux
added 2025/03/26 2:23 a.m.7 views

kernel: ipv4: Fix uninit-value access in __ip_make_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix uninit-value access in ipmakeskb KMSAN reported uninit-value access in ipmakeskb 1. ipmakeskb tests HDRINCL to know if the skb has icmphdr. However, HDRINCL can cause a race condition. If calling setsockopt2 with...

4.7CVSS6.8AI score0.0017EPSS
SaveExploits0References5
OSV
OSV
added 2025/03/25 2:00 p.m.18 views

GHSA-X574-M823-4X7W Vite bypasses server.fs.deny when using ?raw??

Summary The contents of arbitrary files can be returned to the browser. Impact Only apps explicitly exposing the Vite dev server to the network using --host or server.host config option are affected. Details @fs denies access to files outside of Vite serving allow list. Adding ?raw?? or...

5.3CVSS5.9AI score0.74784EPSS
SaveExploits28References8
Snyk
Snyk
added 2025/03/24 5:43 p.m.13 views

Incorrect Authorization

Overview org.webjars.npm:vite is a Native-ESM powered web dev build tool Affected versions of this package are vulnerable to Incorrect Authorization due to missing checks in transformMiddleware which ignore certain query parameters. An attacker can access unauthorized files by including a ?raw?? ...

8.2CVSS7AI score0.74784EPSS
SaveExploits28References3
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/03/18 5:48 a.m.6 views

Malicious code in near-lake-raw-printer (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware e593a192910f4a7cb2542c2fb2974be98c92be795c5ab639f2d5b31f6e88e0fc Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References3
Rows per page
Query Builder