Lucene search
K

524 matches found

CVE
CVE
added 2025/01/08 5:52 p.m.263 views

CVE-2024-56787

CVE-2024-56787 documents a Linux kernel issue where imx8m SoC code probed as a driver caused -EPROBE_DEFER when clock driver wasn’t probed yet. The fix converts the SoC code to a platform driver and instantiates it in current device_initcall, propagating -EPROBE_DEFER through the .probe retry mec...

5.5CVSS6.7AI score0.00203EPSS
Exploits0References6Affected Software1
RedhatCVE
RedhatCVE
added 2024/12/29 2:46 p.m.13 views

CVE-2024-56596

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in jfsreaddir The stbl might contain some invalid values. Added a check to return error code in that case...

5.5CVSS6.9AI score0.0023EPSS
Exploits0References4
NVD
NVD
added 2024/12/27 3:15 p.m.35 views

CVE-2024-56598

In the Linux kernel, the following vulnerability has been resolved: jfs: array-index-out-of-bounds fix in dtReadFirst The value of stbl can be sometimes out of bounds due to a bad filesystem. Added a check with appopriate return of error code in that case...

7.8CVSS0.00245EPSS
Exploits0References9
NVD
NVD
added 2024/12/27 3:15 p.m.16 views

CVE-2024-56596

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in jfsreaddir The stbl might contain some invalid values. Added a check to return error code in that case...

7.8CVSS0.0023EPSS
Exploits0References9
CVE
CVE
added 2024/12/27 2:51 p.m.151 views

CVE-2024-56596

CVE-2024-56596 relates to the Linux kernel, in the JFS filesystem implementation. The issue is an array-index-out-of-bounds in jfs_readdir, caused by potential invalid values in the directory index table (stbl). The fix adds a validation check to detect invalid stbl values and return an error cod...

7.8CVSS6.6AI score0.0023EPSS
Exploits0References9Affected Software1
Cvelist
Cvelist
added 2024/12/27 2:51 p.m.13 views

CVE-2024-56596 jfs: fix array-index-out-of-bounds in jfs_readdir

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in jfsreaddir The stbl might contain some invalid values. Added a check to return error code in that case...

0.0023EPSS
Exploits0References7
OSV
OSV
added 2024/12/13 1:18 p.m.4 views

OESA-2024-2551 etcd security update

%expand: Security Fixes: Templates do not properly consider backticks as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the...

9.8CVSS7.1AI score0.02281EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2024/12/12 5:55 p.m.8 views

CVE-2024-12455

powerpc: getrandom returns EINVAL as retcode instead of errno...

7.2AI score
Exploits0
NVD
NVD
added 2024/11/22 8:15 p.m.29 views

CVE-2024-53253

Sentry is an error tracking and performance monitoring platform. Version 24.11.0, and only version 24.11.0, is vulnerable to a scenario where a specific error message generated by the Sentry platform could include a plaintext Client ID and Client Secret for an application integration. The Client ...

5.3CVSS0.00628EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/11/05 5:10 p.m.26 views

CVE-2024-50132 tracing/probes: Fix MAX_TRACE_ARGS limit handling

In the Linux kernel, the following vulnerability has been resolved: tracing/probes: Fix MAXTRACEARGS limit handling When creating a traceprobe we would set nrargs prior to truncating the arguments to MAXTRACEARGS. However, we would only initialize arguments up to the limit. This caused invalid...

0.00214EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2024/10/29 12:0 a.m.17 views

CVE-2019-25219

Asio C++ Library before 1.13.0 lacks a fallback error code in the case of SSLERRORSYSCALL with no associated error information from the SSL library being used...

7.5CVSS4.6AI score0.00478EPSS
Exploits0
Cvelist
Cvelist
added 2024/10/29 12:0 a.m.14 views

CVE-2019-25219

Asio C++ Library before 1.13.0 lacks a fallback error code in the case of SSLERRORSYSCALL with no associated error information from the SSL library being used...

0.00478EPSS
Exploits0References3
OSV
OSV
added 2024/10/21 6:15 p.m.4 views

AZL-51207 CVE-2024-49875 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: nfsd: map the EBADMSG to nfserrio to avoid warning Ext4 will throw -EBADMSG through ext4readdir when a checksum error occurs, resulting in the following WARNING. Fix it by mapping EBADMSG to nfserrio. nfsdbufferedreaddir iterated...

5.5CVSS6.3AI score0.00221EPSS
Exploits0References1
CVE
CVE
added 2024/10/21 6:2 p.m.167 views

CVE-2024-49959

CVE-2024-49959 (Linux kernel) : The issue occurs in journaling code (jbd2). During journal space waits, __jbd2_log_wait_for_space() may call jbd2_cleanup_journal_tail() to reclaim space; if an error happens inside that cleanup (e.g., EIO) the function could keep waiting instead of stopping, poten...

5.5CVSS5.2AI score0.00259EPSS
Exploits0References11Affected Software1
Vulnrichment
Vulnrichment
added 2024/10/21 6:2 p.m.13 views

CVE-2024-49959 jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error

In the Linux kernel, the following vulnerability has been resolved: jbd2: stop waiting for space when jbd2cleanupjournaltail returns error In jbd2logwaitforspace, we might call jbd2cleanupjournaltail to recover some journal space. But if an error occurs while executing jbd2cleanupjournaltail e.g....

7AI score0.00259EPSS
Exploits0References9
OSV
OSV
added 2024/10/21 6:2 p.m.10 views

CVE-2024-49959 jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error

In the Linux kernel, the following vulnerability has been resolved: jbd2: stop waiting for space when jbd2cleanupjournaltail returns error In jbd2logwaitforspace, we might call jbd2cleanupjournaltail to recover some journal space. But if an error occurs while executing jbd2cleanupjournaltail e.g....

5.5CVSS6.4AI score0.00259EPSS
Exploits0References14
Cvelist
Cvelist
added 2024/10/21 6:2 p.m.8 views

CVE-2024-49954 static_call: Replace pointless WARN_ON() in static_call_module_notify()

In the Linux kernel, the following vulnerability has been resolved: staticcall: Replace pointless WARNON in staticcallmodulenotify staticcallmodulenotify triggers a WARNON, when memory allocation fails in staticcalladdmodule. That's not really justified, because the failure case must be correctly...

0.00235EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2024/10/09 2:13 p.m.9 views

CVE-2024-47664

In the Linux kernel, the following vulnerability has been resolved: spi: hisi-kunpeng: Add verification for the maxfrequency provided by the firmware If the value of maxspeedhz is 0, it may cause a division by zero error in hisicalceffectivespeed. The value of maxspeedhz is provided by firmware...

5.5CVSS5.4AI score0.00206EPSS
Exploits0
Cvelist
Cvelist
added 2024/09/27 12:39 p.m.20 views

CVE-2024-46840 btrfs: clean up our handling of refs == 0 in snapshot delete

In the Linux kernel, the following vulnerability has been resolved: btrfs: clean up our handling of refs == 0 in snapshot delete In reada we BUGONrefs == 0, which could be unkind since we aren't holding a lock on the extent leaf and thus could get a transient incorrect answer. In walkdownproc we...

0.00261EPSS
Exploits0References8
NVD
NVD
added 2024/09/23 10:15 a.m.28 views

CVE-2022-48945

In the Linux kernel, the following vulnerability has been resolved: media: vivid: fix compose size exceed boundary syzkaller found a bug: BUG: unable to handle page fault for address: ffffc9000a3b1000 PF: supervisor write access in kernel mode PF: errorcode0x0002 - not-present page PGD 100000067...

5.5CVSS0.00208EPSS
Exploits0References9
Rows per page
Query Builder