Lucene search
+L

996 matches found

Positive Technologies
Positive Technologies
added 2024/12/11 12:00 a.m.17 views

PT-2025-2832

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.74 Description The issue concerns the Linux kernel, specifically the net/smc component. When receiving a proposal message in the server, the fields v2 ext offset, eid cnt, and ism gid cnt in the proposal...

5.5CVSS5.4AI score0.00524EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/12/11 12:00 a.m.10 views

The vulnerability of the ext4 kernel component in the Linux operating system, which allows a hacker to cause a service failure

The vulnerability of the ext4 kernel component in the Linux operating system is related to improper error handling. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.3AI score0.00228EPSS
SaveExploits0References10Affected Software4
RedHat Linux
RedHat Linux
added 2024/12/04 12:56 a.m.23 views

kernel: ext4: regenerate buddy after block freeing failed if under fc replay

A flaw was found in the Linux kernel's ext4 filesystem related to the fast commit replay process. During this process, blocks that are already marked as free can be incorrectly marked as free again, leading to the corruption of the buddy bitmap, which is used to track free and allocated blocks...

7.8CVSS6.8AI score0.00289EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/11/25 12:00 a.m.11 views

The vulnerability of the ext4_dio_write_iter() function in the ext4 component of Linux operating system kernels allows a hacker to cause a service failure.

The vulnerability of the ext4diowriteiter function in the ext4 component of Linux operating systems is related to improper locking of resources. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS5.5AI score0.00179EPSS
SaveExploits0References11Affected Software3
SUSE CVE
SUSE CVE
added 2024/11/20 3:49 a.m.7 views

SUSE CVE-2024-53044

In the Linux kernel, the following vulnerability has been resolved: net/sched: schapi: fix xainsert error path in tcfblockgetext This command: $ tc qdisc replace dev eth0 ingressblock 1 egressblock 1 clsact Error: block dev insert failed: -EBUSY. fails because user space requests the same block...

5.5CVSS7.7AI score0.00212EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/11/19 5:19 p.m.5 views

CVE-2024-53044 net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext()

In the Linux kernel, the following vulnerability has been resolved: net/sched: schapi: fix xainsert error path in tcfblockgetext This command: $ tc qdisc replace dev eth0 ingressblock 1 egressblock 1 clsact Error: block dev insert failed: -EBUSY. fails because user space requests the same block...

7.6AI score0.00212EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/11/13 12:34 a.m.16 views

kernel: ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()

A vulnerability was found in the ext4mbfindbygoal function in the Linux kernel. This issue could lead to memory corruption or crashes due to the allocation of blocks from a group with a corrupted block bitmap...

7.8CVSS7.2AI score0.00264EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/11/12 8:00 a.m.7 views

wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_11_scan_ext()

...

5.5CVSS6.8AI score0.00247EPSS
SaveExploits0
OSV
OSV
added 2024/11/08 6:15 a.m.4 views

DEBIAN-CVE-2024-50191

In the Linux kernel, the following vulnerability has been resolved: ext4: don't set SBRDONLY after filesystem errors When the filesystem is mounted with errors=remount-ro, we were setting SBRDONLY flag to stop all filesystem modifications. We knew this misses proper locking sb-sumount and does no...

5.5CVSS5.8AI score0.00206EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2024/11/06 12:00 a.m.10 views

The vulnerability of the ext4_ext_replay_update_ex() function in the ext4 file system of the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the ext4extreplayupdateex function in the fs/ext4/extents.c file of the Linux kernel’s file system ext4 is related to the re-release of previously released memory. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and...

7.8CVSS6.7AI score0.0025EPSS
SaveExploits0References25Affected Software6
RedHat Linux
RedHat Linux
added 2024/10/30 1:41 a.m.24 views

kernel: ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()

A vulnerability was found in the Linux kernel's ext4 filesystem within the ext4fillsuper function, where uninitialized access to ratelimitstate-lock can occur, where the sysfs interface is registered before properly initializing rs-lock, potentially allowing other processes to modify rs-interval ...

5.5CVSS7.2AI score0.00271EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/10/24 3:18 a.m.7 views

SUSE CVE-2024-49889

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid use-after-free in ext4extshowleaf In ext4findextent, path may be freed by error or be reallocated, so using a previously saved ppath may have been freed and thus may trigger use-after-free, as follows: ext4splitextent...

7.8CVSS7.8AI score0.00257EPSS
SaveExploits0References6
OSV
OSV
added 2024/10/21 7:15 p.m.20 views

AZL-51750 CVE-2024-50014 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: ext4: fix access to uninitialised lock in fc replay path The following kernel trace can be triggered with fstest generic/629 when executed against a filesystem with fast-commit feature enabled: INFO: trying to register non-static...

5.5CVSS6.4AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 7:15 p.m.11 views

AZL-52287 CVE-2024-50008 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Fix memcpy field-spanning write warning in mwifiexcmd80211scanext Replace one-element array with a flexible-array member in struct hostcmdds80211scanext. With this, fix the following warning: elo 16 17:51:58...

5.5CVSS6.3AI score0.00247EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.16 views

AZL-51489 CVE-2024-49889 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid use-after-free in ext4extshowleaf In ext4findextent, path may be freed by error or be reallocated, so using a previously saved ppath may have been freed and thus may trigger use-after-free, as follows: ext4splitextent...

7.8CVSS6.5AI score0.00257EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/10/21 12:00 a.m.13 views

PT-2024-33847

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.6.58 Description: A vulnerability in the Linux kernel has been fixed, involving the mwifiex WiFi driver. The issue was a memcpy field-spanning write warning in the mwifiex cmd 802 11 scan ext function. This...

5.5CVSS6.6AI score0.00247EPSS
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2024/10/08 3:29 p.m.52 views

Security Bulletin: IBM Security Guardium is affected by multiple vulnerabilities

Summary IBM Security Guardium has addressed these vulnerabilities with an update. Vulnerability Details CVEID:CVE-2024-29857 DESCRIPTION: The Bouncy Castle Crypto Package For Java is vulnerable to a denial of service, caused by improper input validation. By importing an EC certificate with crafte...

8.1CVSS9.1AI score0.8833EPSS
SaveExploits18Affected Software1
SUSE Linux
SUSE Linux
added 2024/10/08 3:03 p.m.15 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP6 Azure kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2023-52610: net/sched: actct: fix skb leak and crash on ooo frags bsc1221610. CVE-2023-52752: smb: client: fix use-after-free bug in cifsdebugdataprocshow...

8.7CVSS8.4AI score0.00886EPSS
SaveExploits3References752
OpenVAS
OpenVAS
added 2024/09/23 12:00 a.m.15 views

Huawei EulerOS: Security Advisory for glibc (EulerOS-SA-2024-2466)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS7.5AI score0.8833EPSS
SaveExploits17References2
IBM Security Bulletins
IBM Security Bulletins
added 2024/09/20 9:21 p.m.29 views

Security Bulletin: IBM Watson Discovery for IBM Cloud Pak for Data affected by vulnerability in es5-ext-0.10.53.tgz

Summary IBM Watson Discovery for IBM Cloud Pak for Data contains a vulnerable version of es5-ext-0.10.53.tgz Vulnerability Details CVEID:CVE-2024-27088 DESCRIPTION: medikoo es5-ext is vulnerable to a denial of service, caused by a regular expression denial of service ReDoS flaw. By providing...

5.5CVSS5.5AI score0.00535EPSS
SaveExploits1Affected Software1
Rows per page
Query Builder