Lucene search
+L

2466 matches found

Cvelist
Cvelist
added 2025/12/30 12:23 p.m.35 views

CVE-2023-54301 serial: 8250_bcm7271: fix leak in `brcmuart_probe`

In the Linux kernel, the following vulnerability has been resolved: serial: 8250bcm7271: fix leak in brcmuartprobe Smatch reports: drivers/tty/serial/8250/8250bcm7271.c:1120 brcmuartprobe warn: 'baudmuxclk' from clkprepareenable not released on lines: 1032. The issue is fixed by using a managed...

0.00174EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/30 12:23 p.m.6 views

CVE-2023-54301 serial: 8250_bcm7271: fix leak in `brcmuart_probe`

In the Linux kernel, the following vulnerability has been resolved: serial: 8250bcm7271: fix leak in brcmuartprobe Smatch reports: drivers/tty/serial/8250/8250bcm7271.c:1120 brcmuartprobe warn: 'baudmuxclk' from clkprepareenable not released on lines: 1032. The issue is fixed by using a managed...

6.3AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.29 views

CVE-2023-54228 regulator: raa215300: Fix resource leak in case of error

In the Linux kernel, the following vulnerability has been resolved: regulator: raa215300: Fix resource leak in case of error The clkregisterclkdev allocates memory by calling vclkdevalloc and this memory is not freed in the error path. Similarly, resources allocated by clkregisterfixedrate are no...

0.00162EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.31 views

CVE-2023-54221 clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe

In the Linux kernel, the following vulnerability has been resolved: clk: imx93: fix memory leak and missing unwind goto in imx93clocksprobe In function probe, it returns directly without unregistered hws when error occurs. Fix this by adding 'goto unregisterhws;' on line 295 and line 310. Use...

0.00174EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/30 12:11 p.m.4 views

CVE-2023-54207 HID: uclogic: Correct devm device reference for hidinput input_dev name

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Correct devm device reference for hidinput inputdev name Reference the HID device rather than the input device for the devm allocation of the inputdev name. Referencing the inputdev would lead to a use-after-free wh...

6.3AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.7 views

PT-2025-54154

In the Linux kernel, the following vulnerability has been resolved: ALSA: ymfpci: Create card with device-managed snd devm card new snd card ymfpci remove was removed in commit c6e6bb5eab74 "ALSA: ymfpci: Allocate resources with device-managed APIs", but the call to snd card new was not replaced...

6.1AI score0.00133EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/24 5:15 p.m.10 views

CVE-2025-2515

A vulnerability was found in BlueChi, a multi-node systemd service controller used in RHIVOS. This flaw allows a user with root privileges on a managed node qm to create or override systemd service unit files that affect the host node. This issue can lead to privilege escalation, unauthorized...

7.2CVSS0.00185EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2025/12/24 4:21 p.m.6 views

CVE-2025-2515

A vulnerability was found in BlueChi, a multi-node systemd service controller used in RHIVOS. This flaw allows a user with root privileges on a managed node qm to create or override systemd service unit files that affect the host node. This issue can lead to privilege escalation, unauthorized...

7.2CVSS5.8AI score0.00185EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/24 4:21 p.m.20 views

CVE-2025-2515

CVE-2025-2515 concerns BlueChi, a multi-node systemd service controller used in RHIVOS. The vulnerability allows a user with root privileges on a managed node (qm) to create or override systemd service unit files that affect the host node, enabling privilege escalation, unauthorized service execu...

7.2CVSS6.4AI score0.00185EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 4:21 p.m.8 views

CVE-2025-2515 Bluechi: privilege escalation in bluechi via unrestricted cross-node systemd dependencies

A vulnerability was found in BlueChi, a multi-node systemd service controller used in RHIVOS. This flaw allows a user with root privileges on a managed node qm to create or override systemd service unit files that affect the host node. This issue can lead to privilege escalation, unauthorized...

7.2CVSS5.9AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2025/12/24 4:21 p.m.4 views

CVE-2025-2515 Bluechi: privilege escalation in bluechi via unrestricted cross-node systemd dependencies

A vulnerability was found in BlueChi, a multi-node systemd service controller used in RHIVOS. This flaw allows a user with root privileges on a managed node qm to create or override systemd service unit files that affect the host node. This issue can lead to privilege escalation, unauthorized...

7.2CVSS6.4AI score0.00185EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/24 4:21 p.m.8 views

EUVD-2025-205290

A vulnerability was found in BlueChi, a multi-node systemd service controller used in RHIVOS. This flaw allows a user with root privileges on a managed node qm to create or override systemd service unit files that affect the host node. This issue can lead to privilege escalation, unauthorized...

7.2CVSS6.3AI score0.00185EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/24 4:21 p.m.33 views

CVE-2025-2515 Bluechi: privilege escalation in bluechi via unrestricted cross-node systemd dependencies

A vulnerability was found in BlueChi, a multi-node systemd service controller used in RHIVOS. This flaw allows a user with root privileges on a managed node qm to create or override systemd service unit files that affect the host node. This issue can lead to privilege escalation, unauthorized...

7.2CVSS0.00185EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 1:16 p.m.17 views

UBUNTU-CVE-2023-54044

In the Linux kernel, the following vulnerability has been resolved: spmi: Add a check for remove callback when removing a SPMI driver When removing a SPMI driver, there can be a crash due to NULL pointer dereference if it does not have a remove callback defined. This is one such call trace observ...

5.7AI score0.00254EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/24 9:9 a.m.7 views

RLSA-2025:23738 Important: mod_md security update

This module manages common properties of domains for one or more virtual hosts. Specifically it can use the ACME protocol to automate certificate provisioning. Certificates will be configured for managed domains and their virtual hosts automatically, including at renewal. Security Fixes: modmd:...

7.5CVSS6.4AI score0.0044EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.8 views

PT-2025-53317

Name of the Vulnerable Software and Affected Versions BlueChi affected versions not specified Description BlueChi, a multi-node systemd service controller used in RHIVOS, contains a flaw involving unrestricted cross-node systemd dependencies. This allows a user with root privileges on a managed...

7.2CVSS5.8AI score0.00185EPSS
SaveExploits0References11
EUVD
EUVD
added 2025/12/23 10:0 p.m.6 views

EUVD-2025-204957

Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to version 4.0.0-beta.451, an authenticated command injection vulnerability in PostgreSQL Init Script Filename handling allows users with application/service management permissions to execute...

9.4CVSS8.6AI score0.0391EPSS
SaveExploits2References3
AlmaLinux
AlmaLinux
added 2025/12/22 12:0 a.m.10 views

Important: mod_md security update

This module manages common properties of domains for one or more virtual hosts. Specifically it can use the ACME protocol to automate certificate provisioning. Certificates will be configured for managed domains and their virtual hosts automatically, including at renewal. Security Fixes: modmd:...

7.5CVSS6.9AI score0.0044EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/12/19 4:33 p.m.3 views

CVE-2024-49587 Glutton V1 endpoints missing authentication

Glutton V1 service endpoints were exposed without any authentication on Gotham stacks, this could have allowed users that did not have any permission to hit glutton backend directly and read/update/delete data. The affected service has been patched and automatically deployed to all Apollo-managed...

9.1CVSS6.6AI score0.00299EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/12/19 4:33 p.m.8 views

EUVD-2024-55358

Glutton V1 service endpoints were exposed without any authentication on Gotham stacks, this could have allowed users that did not have any permission to hit glutton backend directly and read/update/delete data. The affected service has been patched and automatically deployed to all Apollo-managed...

9.1CVSS6.5AI score0.00299EPSS
SaveExploits0References2
Rows per page
Query Builder