Lucene search
+L

12950 matches found

SUSE Linux
SUSE Linux
added 2025/10/23 2:0 p.m.6 views

Security update for mozilla-nss

This update for mozilla-nss fixes the following issues: Move NSS DB password hash away from SHA-1 Update to NSS 3.112.2: Prevent leaks during pkcs12 decoding. SECASN1Decode should ensure it has read as many bytes as each length field indicates Update to NSS 3.112.1: restore support for finding...

8.8CVSS7.1AI score0.0045EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/23 2:0 p.m.6 views

SUSE-SU-2025:3759-1 Security update for mozilla-nss

This update for mozilla-nss fixes the following issues: - Move NSS DB password hash away from SHA-1 Update to NSS 3.112.2: Prevent leaks during pkcs12 decoding. SECASN1Decode should ensure it has read as many bytes as each length field indicates Update to NSS 3.112.1: restore support for finding...

9.8CVSS5.8AI score0.0045EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/10/23 12:10 a.m.9 views

SUSE CVE-2022-50577

In the Linux kernel, the following vulnerability has been resolved: ima: Fix memory leak in imainodehash Commit f3cc6b25dcc5 "ima: always measure and audit files in policy" lets measurement or audit happen even if the file digest cannot be calculated. As a result, iint-imahash could have been...

4.7CVSS6.5AI score0.00197EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/22 3:31 p.m.15 views

EUVD-2022-55664

In the Linux kernel, the following vulnerability has been resolved: s390/netiucv: Fix return type of netiucvtx With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure the call target is valid...

5.7AI score0.00232EPSS
SaveExploits0References10
NVD
NVD
added 2025/10/22 2:15 p.m.12 views

CVE-2023-53728

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Ensure timer ID search-loop limit is valid posixtimeradd tries to allocate a posix timer ID by starting from the cached ID which was stored by the last successful allocation. This is done in a loop searching the ID...

0.00195EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/22 2:15 p.m.3 views

DEBIAN-CVE-2023-53728

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Ensure timer ID search-loop limit is valid posixtimeradd tries to allocate a posix timer ID by starting from the cached ID which was stored by the last successful allocation. This is done in a loop searching the ID...

5.3AI score0.00195EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/22 2:15 p.m.6 views

DEBIAN-CVE-2022-50577

In the Linux kernel, the following vulnerability has been resolved: ima: Fix memory leak in imainodehash Commit f3cc6b25dcc5 "ima: always measure and audit files in policy" lets measurement or audit happen even if the file digest cannot be calculated. As a result, iint-imahash could have been...

5.2AI score0.00197EPSS
SaveExploits0References1
NVD
NVD
added 2025/10/22 2:15 p.m.9 views

CVE-2022-50577

In the Linux kernel, the following vulnerability has been resolved: ima: Fix memory leak in imainodehash Commit f3cc6b25dcc5 "ima: always measure and audit files in policy" lets measurement or audit happen even if the file digest cannot be calculated. As a result, iint-imahash could have been...

0.00197EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/22 2:15 p.m.8 views

UBUNTU-CVE-2023-53728

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Ensure timer ID search-loop limit is valid posixtimeradd tries to allocate a posix timer ID by starting from the cached ID which was stored by the last successful allocation. This is done in a loop searching the ID...

5.8AI score0.00195EPSS
SaveExploits0References11
OSV
OSV
added 2025/10/22 2:15 p.m.7 views

UBUNTU-CVE-2022-50577

In the Linux kernel, the following vulnerability has been resolved: ima: Fix memory leak in imainodehash Commit f3cc6b25dcc5 "ima: always measure and audit files in policy" lets measurement or audit happen even if the file digest cannot be calculated. As a result, iint-imahash could have been...

5.7AI score0.00197EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/22 1:23 p.m.8 views

CVE-2023-53728 posix-timers: Ensure timer ID search-loop limit is valid

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Ensure timer ID search-loop limit is valid posixtimeradd tries to allocate a posix timer ID by starting from the cached ID which was stored by the last successful allocation. This is done in a loop searching the ID...

6.3AI score
SaveExploits0References11
CVE
CVE
added 2025/10/22 1:23 p.m.25 views

CVE-2023-53728

The CVE affects the Linux kernel’s posix-timers path, where posix_timer_add() allocates timer IDs by scanning from a cached, last-allocation ID. The loop that searches for a free ID is not properly synchronized with the starting value, because start is read locklessly while the hash lock is acqui...

5.9AI score0.00195EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.20 views

CVE-2023-53728 posix-timers: Ensure timer ID search-loop limit is valid

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Ensure timer ID search-loop limit is valid posixtimeradd tries to allocate a posix timer ID by starting from the cached ID which was stored by the last successful allocation. This is done in a loop searching the ID...

0.00195EPSS
SaveExploits0References8
CVE
CVE
added 2025/10/22 1:23 p.m.21 views

CVE-2023-53706

Summary of CVE-2023-53706 : A Linux kernel vulnerability in mm/vmemmap/devdax caused a kernel crash during probing of devdax devices, linked to architecture-specific handling of vmemmap mappings. The root cause involved vmemmap_populate_compound_pages() not accounting for architecture-specific ma...

6.3AI score0.00185EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/22 1:23 p.m.10 views

CVE-2023-53706 mm/vmemmap/devdax: fix kernel crash when probing devdax devices

In the Linux kernel, the following vulnerability has been resolved: mm/vmemmap/devdax: fix kernel crash when probing devdax devices commit 4917f55b4ef9 "mm/sparse-vmemmap: improve memory savings for compound devmaps" added support for using optimized vmmemap for devdax devices. But how vmemmap...

6.7AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.17 views

CVE-2022-50577 ima: Fix memory leak in __ima_inode_hash()

In the Linux kernel, the following vulnerability has been resolved: ima: Fix memory leak in imainodehash Commit f3cc6b25dcc5 "ima: always measure and audit files in policy" lets measurement or audit happen even if the file digest cannot be calculated. As a result, iint-imahash could have been...

0.00197EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/22 1:23 p.m.8 views

CVE-2022-50577 ima: Fix memory leak in __ima_inode_hash()

In the Linux kernel, the following vulnerability has been resolved: ima: Fix memory leak in imainodehash Commit f3cc6b25dcc5 "ima: always measure and audit files in policy" lets measurement or audit happen even if the file digest cannot be calculated. As a result, iint-imahash could have been...

6.4AI score
SaveExploits0References6
CNNVD
CNNVD
added 2025/10/22 12:0 a.m.11 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 the failure to free imahash memory when imacollectmeasurement returns an error, which could lead to a memory...

6.1AI score0.00197EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/21 10:13 p.m.12 views

CLSA-2025-1761084810 nodejs: Fix of CVE-2023-38552

CVE-2023-38552: use tamper-proof integrity check function to prevent tampering with Hash class internals in policy mechanism...

7.5CVSS7.2AI score0.01107EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/21 6:21 a.m.7 views

EUVD-2025-35139

Malicious code in hash-script npm...

6.6AI score
SaveExploits0References1
Rows per page
Query Builder