Lucene search
+L

6391 matches found

Vulnrichment
Vulnrichment
added 2025/04/01 3:41 p.m.3 views

CVE-2025-21934 rapidio: fix an API misues when rio_add_net() fails

In the Linux kernel, the following vulnerability has been resolved: rapidio: fix an API misues when rioaddnet fails rioaddnet calls deviceregister and fails when deviceregister fails. Thus, putdevice should be used rather than kfree. Add "mport-net = NULL;" to avoid a use after free issue...

7.8CVSS6.6AI score0.00207EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/04/01 3:41 p.m.24 views

CVE-2025-21934 rapidio: fix an API misues when rio_add_net() fails

In the Linux kernel, the following vulnerability has been resolved: rapidio: fix an API misues when rioaddnet fails rioaddnet calls deviceregister and fails when deviceregister fails. Thus, putdevice should be used rather than kfree. Add "mport-net = NULL;" to avoid a use after free issue...

7.8CVSS0.00207EPSS
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.146 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 11:12 a.m.66 views

CVE-2025-2237

CVE-2025-2237 affects WP RealEstate (WordPress plugin) with authentication bypass via process_register in all versions up to 1.6.26, allowing unauthenticated attackers to register as Administrator. Root cause: insufficient role restrictions in the plugin. Impact, as stated by trusted sources: una...

9.8CVSS7.2AI score0.00426EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/04/01 12:00 a.m.8 views

PT-2025-14092 · WordPress · Wp Realestate

Name of the Vulnerable Software and Affected Versions: WP RealEstate plugin versions up to, and including, 1.6.26 Description: The issue is related to insufficient role restrictions in the process register function, allowing unauthenticated attackers to register an account with the Administrator...

9.8CVSS9.4AI score0.00426EPSS
SaveExploits0References9
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
SUSE CVE
SUSE CVE
added 2025/03/28 3:37 a.m.8 views

SUSE CVE-2023-53012

In the Linux kernel, the following vulnerability has been resolved: thermal: core: call putdevice only after deviceregister fails putdevice shouldn't be called before a prior call to deviceregister. thermalcoolingdeviceregister doesn't follow that properly and needs fixing. Also...

5.5CVSS6.3AI score0.00192EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/03/28 3:37 a.m.7 views

SUSE CVE-2023-53020

In the Linux kernel, the following vulnerability has been resolved: l2tp: close all race conditions in l2tptunnelregister The code in l2tptunnelregister is racy in several ways: 1. It modifies the tunnel socket after publishing it. 2. It calls setupudptunnelsock on an existing socket without...

5.5CVSS6.6AI score0.00133EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/03/28 12:00 a.m.14 views

PT-2025-20497

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 2de451a329cf662b Description A vulnerability in the Linux kernel has been resolved, specifically related to the arm64 architecture. The issue involves the source register not being used for SET operations, and...

7.1CVSS6.7AI score0.00267EPSS
SaveExploits0
OSV
OSV
added 2025/03/27 5:15 p.m.4 views

DEBIAN-CVE-2023-53012

In the Linux kernel, the following vulnerability has been resolved: thermal: core: call putdevice only after deviceregister fails putdevice shouldn't be called before a prior call to deviceregister. thermalcoolingdeviceregister doesn't follow that properly and needs fixing. Also...

5.5CVSS5.4AI score0.00192EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/27 5:15 p.m.17 views

AZL-69482 CVE-2023-53012 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: thermal: core: call putdevice only after deviceregister fails putdevice shouldn't be called before a prior call to deviceregister. thermalcoolingdeviceregister doesn't follow that properly and needs fixing. Also...

5.5CVSS5.6AI score0.00192EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/27 5:15 p.m.12 views

UBUNTU-CVE-2023-52929

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix cleanup after devsetname If devsetname fails, we leak nvmem-wpgpio as the cleanup does not put this. While a minimal fix for this would be to add the gpiodput call, we can do better if we split deviceregister, an...

5.5CVSS5.8AI score0.00231EPSS
SaveExploits0References7
OSV
OSV
added 2025/03/27 5:15 p.m.10 views

UBUNTU-CVE-2023-53012

In the Linux kernel, the following vulnerability has been resolved: thermal: core: call putdevice only after deviceregister fails putdevice shouldn't be called before a prior call to deviceregister. thermalcoolingdeviceregister doesn't follow that properly and needs fixing. Also...

5.5CVSS5.7AI score0.00192EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/03/27 4:43 p.m.2 views

CVE-2023-53020 l2tp: close all race conditions in l2tp_tunnel_register()

In the Linux kernel, the following vulnerability has been resolved: l2tp: close all race conditions in l2tptunnelregister The code in l2tptunnelregister is racy in several ways: 1. It modifies the tunnel socket after publishing it. 2. It calls setupudptunnelsock on an existing socket without...

6.2AI score0.00133EPSS
SaveExploits0References4
CVE
CVE
added 2025/03/27 4:43 p.m.72 views

CVE-2023-53012

CVE-2023-53012 is documented across multiple connected advisories as a Linux kernel vulnerability affecting the thermal subsystem. The issue arises from calling put_device() before a successful device_register(), specifically in __thermal_cooling_device_register(), and is accompanied by unnecessa...

5.5CVSS6.6AI score0.00192EPSS
SaveExploits0References3Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/03/27 12:00 a.m.14 views

The vulnerability of the pinctrl component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the pinctrl component in the Linux operating system’s kernel is related to the assignment of the NULL pointer in the function stm32gpiolibregisterbank in drivers/pinctrl/stm32/pinctrl-stm32.c. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.6AI score0.00206EPSS
SaveExploits0References10Affected Software5
Amd
Amd
added 2025/03/27 12:00 a.m.23 views

Branch History Leak

AMD ID: AMD-SB-7026 Potential Impact: N/A Severity: N/A Summary Researchers from The Harbin Institute of Technology have shared with AMD a paper titled “Branch History LeakeR: Leveraging Branch History to Construct a New Side Channel-Theory and Practice” that demonstrates a side channel attack...

7.3AI score
SaveExploits0
CNNVD
CNNVD
added 2025/03/27 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 the Linux kernel that stems from a JALR instruction emulation error in the riscv architecture...

5.5CVSS4.8AI score0.00243EPSS
SaveExploits0References5
Rows per page
Query Builder