Lucene search
+L

43368 matches found

Cvelist
Cvelist
added 2026/04/03 3:15 p.m.33 views

CVE-2026-23452 PM: runtime: Fix a race condition related to device removal

In the Linux kernel, the following vulnerability has been resolved: PM: runtime: Fix a race condition related to device removal The following code in pmruntimework may dereference the dev-parent pointer after the parent device has been freed: / Maybe the parent is now able to suspend. / if parent...

0.00091EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/04/03 3:15 p.m.6 views

CVE-2026-23452

In the Linux kernel, the following vulnerability has been resolved: PM: runtime: Fix a race condition related to device removal The following code in pmruntimework may dereference the dev-parent pointer after the parent device has been freed: / Maybe the parent is now able to suspend. / if parent...

5.8AI score0.00091EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/04/03 3:15 p.m.71 views

CVE-2026-23452

CVE-2026-23452 refers to a race condition in the Linux kernel PM: runtime code during device removal. The root cause described is the potential dereference of the parent device pointer (parent->power) after the parent is freed within pm_runtime_work(), which could lead to a use-after-free scen...

4.7CVSS5.8AI score0.00091EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2026/04/03 3:15 p.m.14 views

CVE-2026-23452 PM: runtime: Fix a race condition related to device removal

In the Linux kernel, the following vulnerability has been resolved: PM: runtime: Fix a race condition related to device removal The following code in pmruntimework may dereference the dev-parent pointer after the parent device has been freed: / Maybe the parent is now able to suspend. / if parent...

5.8AI score
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2026/04/03 3:08 p.m.11 views

CVE-2026-23421

A flaw was found in the Linux kernel. This vulnerability is a memory leak within the drm/xe/configfs subsystem, where allocated memory for ctxrestoremidbb is not properly released when a configfs device is removed. A local attacker could exploit this by repeatedly creating and removing configfs...

5.5CVSS5.9AI score0.00113EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/04/03 2:16 p.m.9 views

CVE-2026-23421

In the Linux kernel, the following vulnerability has been resolved: drm/xe/configfs: Free ctxrestoremidbb in release ctxrestoremidbb memory is allocated in wabbstore, but xeconfigdevicerelease only frees ctxrestorepostbb. Free ctxrestoremidbb0.cs as well to avoid leaking the allocation when the...

5.5CVSS5.7AI score0.00113EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/04/03 12:00 a.m.12 views

PT-2026-30147

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the pm runtime work function related to device removal, potentially leading to a use-after-free issue. The issue occurs when the parent device is freed while t...

9.8CVSS5.2AI score0.00091EPSS
SaveExploits0
NVD
NVD
added 2026/04/02 3:16 p.m.12 views

CVE-2026-34729

phpMyFAQ is an open source FAQ web application. Prior to version 4.1.1, there is a stored XSS vulnerability via Regex Bypass in Filter::removeAttributes. This issue has been patched in version 4.1.1...

6.1CVSS0.00241EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/04/02 2:45 p.m.8 views

CVE-2026-34790 Endian Firewall /cgi-bin/backup.cgi remove ARCHIVE Directory Traversal

Endian Firewall version 3.3.25 and prior allow authenticated users to delete arbitrary files via directory traversal in the remove ARCHIVE parameter to /cgi-bin/backup.cgi. The remove ARCHIVE parameter value is used to construct a file path without sanitization of directory traversal sequences,...

7.1CVSS6AI score0.00629EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/02 2:44 p.m.16 views

EUVD-2026-18258

phpMyFAQ is an open source FAQ web application. Prior to version 4.1.1, the MediaBrowserController::index method handles file deletion for the media browser. When the fileRemove action is triggered, the user-supplied name parameter is concatenated with the base upload directory path without any...

8.7CVSS5.7AI score0.00693EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/04/02 11:28 a.m.14 views

Malicious Package

Overview @mgcrae/pino-pretty-logger is a malicious package. This package contains malicious code, and its content was removed from the official package manager. While this package might be attempting to impersonate a valid organization, there is no connection between that organization and this...

9.8CVSS5.9AI score
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/04/02 8:39 a.m.13 views

SUSE CVE-2026-23404

In the Linux kernel, the following vulnerability has been resolved: apparmor: replace recursive profile removal with iterative approach The profile removal code uses recursion when removing nested profiles, which can lead to kernel stack exhaustion and system crashes. Reproducer: $ pf='a'; for i=...

5.5CVSS5.8AI score0.00177EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
added 2026/04/02 8:39 a.m.10 views

SUSE CVE-2026-23411

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix race between freeing data and fs accessing it AppArmor was putting the reference to iprivate data on its end after removing the original entry from the file system. However the inode can aand does live beyond that...

6.4CVSS5.7AI score0.00145EPSS
SaveExploits0References22
OSV
OSV
added 2026/04/01 10:59 p.m.32 views

GHSA-XW45-CC32-442F Ella Core Has Audit Log Falsification via Path/Body IMSI Mismatch in UpdateSubscriber

Summary The PUT /api/v1/subscriber/imsi API accepts an IMSI identifier from both the URL path and the JSON request body but never verifies they match. This allows an authenticated NetworkManager to modify any subscriber's policy while the audit trail records a fabricated or unrelated subscriber...

2.7CVSS5.9AI score0.00185EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/04/01 10:31 p.m.14 views

phpMyFAQ: Stored XSS via Regex Bypass in Filter::removeAttributes()

Summary The sanitization pipeline for FAQ content is: 1. Filter::filterVar$input, FILTERSANITIZESPECIALCHARS — encodes , ", ', & to HTML entities 2. htmlentitydecode$input, ENTQUOTES | ENTHTML5 — decodes entities back to characters 3. Filter::removeAttributes$input — removes dangerous HTML...

6.1CVSS5.9AI score0.00241EPSS
SaveExploits1References4Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/01 5:03 p.m.8 views

CVE-2026-34503

OpenClaw before 2026.3.28 fails to disconnect active WebSocket sessions when devices are removed or tokens are revoked. Attackers with revoked credentials can maintain unauthorized access through existing live sessions until forced reconnection...

8.6CVSS5.9AI score0.00332EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/04/01 1:37 p.m.9 views

CVE-2026-23404

A flaw was found in the Linux kernel's AppArmor security module. A local user could trigger a denial of service by initiating a recursive profile removal operation with deeply nested profiles. This recursive process can lead to kernel stack exhaustion, causing the system to crash...

5.5CVSS5.9AI score0.00177EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/01 1:36 p.m.11 views

CVE-2026-23410

A flaw was found in the Linux kernel's AppArmor security module. This vulnerability, a race condition, allows a local attacker to trigger a use-after-free error by simultaneously opening rawdata files and removing an associated AppArmor profile. This can lead to the system accessing freed memory,...

7.8CVSS6AI score0.00141EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/01 9:31 a.m.14 views

EUVD-2026-17832

In the Linux kernel, the following vulnerability has been resolved: apparmor: replace recursive profile removal with iterative approach The profile removal code uses recursion when removing nested profiles, which can lead to kernel stack exhaustion and system crashes. Reproducer: $ pf='a'; for i=...

5.8AI score0.00177EPSS
SaveExploits0References6
NVD
NVD
added 2026/04/01 9:16 a.m.11 views

CVE-2026-23404

In the Linux kernel, the following vulnerability has been resolved: apparmor: replace recursive profile removal with iterative approach The profile removal code uses recursion when removing nested profiles, which can lead to kernel stack exhaustion and system crashes. Reproducer: $ pf='a'; for i=...

5.5CVSS0.00177EPSS
SaveExploits0References8
Rows per page
Query Builder