Lucene search
+L

24128 matches found

SUSE CVE
SUSE CVE
added 2025/09/16 11:33 p.m.7 views

SUSE CVE-2022-50312

In the Linux kernel, the following vulnerability has been resolved: drivers: serial: jsm: fix some leaks in probe This error path needs to unwind instead of just returning directly...

5.5CVSS6.5AI score0.0016EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/09/16 11:31 p.m.6 views

SUSE CVE-2023-53204

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data-races around user-unixinflight. user-unixinflight is changed under spinlockunixgclock, but toomanyunixfds reads it locklessly. Let's annotate the write/read accesses to user-unixinflight. BUG: KCSAN: data-race in...

5.5CVSS6.5AI score0.00117EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2025/09/16 11:23 p.m.7 views

SUSE CVE-2025-39828

In the Linux kernel, the following vulnerability has been resolved: atm: atmtcp: Prevent arbitrary write in atmtcprecvcontrol. syzbot reported the splat below. 0 When atmtcpvopen or atmtcpvclose is called via connect or close, atmtcpsendcontrol is called to send an in-kernel special message. The...

5.5CVSS6.6AI score0.00168EPSS
SaveExploits0References21
OSV
OSV
added 2025/09/16 5:15 p.m.10 views

UBUNTU-CVE-2022-50351

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifscreate If the cifs already shutdown, we should free the xid before return, otherwise, the xid will be leaked...

5.5CVSS5.7AI score0.00154EPSS
SaveExploits0References6
SUSE Linux
SUSE Linux
added 2025/09/16 5:04 p.m.6 views

Security update for expat

This update for expat fixes the following issues: expat was updated to version 2.7.1: Bug fixes: Restore event pointer behavior from Expat 2.6.4 that the fix to CVE-2024-8176 changed in 2.7.0; affected API functions are: - XMLGetCurrentByteCount - XMLGetCurrentByteIndex - XMLGetCurrentColumnNumbe...

8.7CVSS8.1AI score0.01304EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/16 4:29 p.m.9 views

CVE-2025-58174 LAM profile editor stored cross-site scripting vulnerability

LDAP Account Manager LAM is a webfrontend for managing entries stored in an LDAP directory. LAM before 9.3 allows stored cross-site scripting in the Profile section via the profile name field, which renders untrusted input as HTML and executes a supplied script for example a script element. An...

4.6CVSS5.5AI score
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/09/16 4:11 p.m.4 views

CVE-2022-50348

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix a memory leak in an error handling path If this memdupuser call fails, the memory allocated in a previous call a few lines above should be freed. Otherwise it leaks...

5.5CVSS5.3AI score0.00156EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/16 4:11 p.m.13 views

CVE-2022-50347

In the Linux kernel, the following vulnerability has been resolved: mmc: rtsxusbsdmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not...

5.5CVSS5.3AI score0.0016EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/16 4:11 p.m.2 views

CVE-2022-50341

In the Linux kernel, the following vulnerability has been resolved: cifs: fix oops during encryption When running xfstests against Azure the following oops occurred on an arm64 system Unable to handle kernel write to read-only memory at virtual address ffff0001221cf000 Mem abort info: ESR =...

7.8CVSS5.6AI score0.00107EPSS
SaveExploits0
OSV
OSV
added 2025/09/16 1:16 p.m.15 views

AZL-67386 CVE-2025-39825 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix race with concurrent opens in rename2 Besides sending the rename request to the server, the rename process also involves closing any deferred close, waiting for outstanding I/O to complete as well as marking all...

7.8CVSS6AI score0.00115EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/16 1:16 p.m.12 views

AZL-74718 CVE-2025-39823 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: use arrayindexnospec with indices that come from guest min and destid are guest-controlled indices. Using arrayindexnospec after the bounds checks clamps these values to mitigate speculative execution side-channels...

7.8CVSS6.6AI score0.00177EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2025/09/16 1:15 p.m.10 views

CVE-2025-10529

Same-origin policy bypass in the Layout component. This vulnerability was fixed in Firefox 143, Firefox ESR 140.3, Thunderbird 143, and Thunderbird 140.3...

6.5CVSS6.5AI score0.00302EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/09/16 1:00 p.m.22 views

CVE-2025-39810

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix memory corruption when FW resources change during ifdown bnxtsetdfltrings assumes that it is always called before any TC has been created. So it doesn't take bp-numtc into account and assumes that it is always 0 or 1...

7.8CVSS6.4AI score0.00163EPSS
SaveExploits0
OSV
OSV
added 2025/09/16 8:15 a.m.3 views

DEBIAN-CVE-2023-53295

In the Linux kernel, the following vulnerability has been resolved: udf: Do not update file length for failed writes to inline files When write to inline file fails or happens only partly, we still updated length of inline data as if the whole write succeeded. Fix the update of length of inline...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/16 8:11 a.m.9 views

CVE-2023-53289 media: bdisp: Add missing check for create_workqueue

In the Linux kernel, the following vulnerability has been resolved: media: bdisp: Add missing check for createworkqueue Add the check for the return value of the createworkqueue in order to avoid NULL pointer dereference...

5.5CVSS4.8AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/09/16 8:11 a.m.12 views

CVE-2023-53273 Drivers: vmbus: Check for channel allocation before looking up relids

In the Linux kernel, the following vulnerability has been resolved: Drivers: vmbus: Check for channel allocation before looking up relids relid2channel assumes vmbus channel array to be allocated when called. However, in cases such as kdump/kexec, not all relids will be reset by the host. When th...

0.00155EPSS
SaveExploits0References5
CVE
CVE
added 2025/09/16 8:07 a.m.41 views

CVE-2023-53272

CVE-2023-53272 relates to the Linux kernel ENA driver (net: ena) where a UBSAN shift-out-of-bounds in the exponential backoff was observed during device reset. The issue stems from exponent calculations that could overflow 32-bit types, causing UBSAN panics when backoff delays grow large. The adv...

7.1CVSS6.5AI score0.00159EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/16 12:00 a.m.6 views

PT-2025-37882

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel’s iwl3945 module where a missing check for the return value of the create singlethread workqueue function could lead to a NULL pointer dereference. Th...

5.7AI score0.00156EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/09/16 12:00 a.m.17 views

PT-2025-37997

Name of the Vulnerable Software and Affected Versions: psPAS PowerShell module versions prior to 7.0.209 Description: The psPAS PowerShell module does not enforce TLS 1.2 within the Get-PASSAMLResponse function during the SAML authentication process. This allows an unauthenticated attacker in a...

3.1CVSS6.7AI score0.00235EPSS
SaveExploits0References6
Mozilla
Mozilla
added 2025/09/16 12:00 a.m.21 views

Security Vulnerabilities fixed in Firefox ESR 115.28 — Mozilla

CVE-2025-10533: Integer overflow in the SVG component Reporter Andrew Creskey Impact moderate References Bug 1980788...

8.8CVSS7.3AI score0.00737EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder