Lucene search
K

517 matches found

CVE
CVE
added 2024/12/27 2:51 p.m.146 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.00011EPSS
Exploits0References9Affected Software1
Cvelist
Cvelist
added 2024/12/27 2:51 p.m.10 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.00011EPSS
Exploits0References7
OSV
OSV
added 2024/12/13 1:18 p.m.1 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.00759EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2024/12/12 5:55 p.m.7 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.21 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.00278EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/11/05 5:10 p.m.15 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.00051EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/10/29 12:0 a.m.10 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.00197EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2024/10/29 12:0 a.m.12 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.00197EPSS
Exploits0
OSV
OSV
added 2024/10/21 6:15 p.m.1 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.00008EPSS
Exploits0References1
CVE
CVE
added 2024/10/21 6:2 p.m.161 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.00011EPSS
Exploits0References11Affected Software1
OSV
OSV
added 2024/10/21 6:2 p.m.9 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.00011EPSS
Exploits0References14
Vulnrichment
Vulnrichment
added 2024/10/21 6:2 p.m.12 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.00011EPSS
Exploits0References9
Cvelist
Cvelist
added 2024/10/21 6:2 p.m.7 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.00016EPSS
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.00032EPSS
Exploits0
Cvelist
Cvelist
added 2024/09/27 12:39 p.m.14 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.00007EPSS
Exploits0References8
NVD
NVD
added 2024/09/23 10:15 a.m.19 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.00014EPSS
Exploits0References9
CVE
CVE
added 2024/09/23 9:46 a.m.67 views

CVE-2022-48945

CVE-2022-48945 is associated with a Linux kernel vulnerability in the media/vivid driver where the compose height adjustment could cause a boundary overrun in V4L2_SEL_TGT_CROP handling. The root cause is a missing boundary check after adjust compose->height, which could lead to memory access ...

5.5CVSS6.3AI score0.00014EPSS
Exploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/23 9:46 a.m.15 views

CVE-2022-48945 media: vivid: fix compose size exceed boundary

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...

6.5AI score0.00014EPSS
Exploits0References9
Cvelist
Cvelist
added 2024/09/18 6:32 a.m.17 views

CVE-2024-46721 apparmor: fix possible NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix possible NULL pointer dereference profile-parent-dentsAAFSPROFDIR could be NULL only if its parent is made from createmissingancestors.. and 'ent-old' is NULL in aareplaceprofiles... In that case, it must return an...

0.00042EPSS
Exploits0References3
CVE
CVE
added 2024/09/18 6:32 a.m.114 views

CVE-2024-46721

CVE-2024-46721 covers a NULL-pointer dereference in the Linux kernel’s AppArmor path when creating profiles. The issue arises in aafs_create.constprop.0 within aa_replace_profiles, where profile->parent->dents[AAFS_PROF_DIR] could be NULL if the parent was created by __create_missing_ancest...

5.5CVSS6AI score0.00042EPSS
Exploits0References5Affected Software1
Rows per page
Query Builder