Lucene search
+L

6241 matches found

NVD
NVD
added 2024/08/26 11:15 a.m.20 views

CVE-2024-44935

In the Linux kernel, the following vulnerability has been resolved: sctp: Fix null-ptr-deref in reuseportaddsock. syzbot reported a null-ptr-deref while accessing sk2-skreuseportcb in reuseportaddsock. 0 The repro first creates a listener with SOREUSEPORT. Then, it creates another listener on the...

5.5CVSS0.00227EPSS
SaveExploits0References12
Schneier on Security
Schneier on Security
added 2024/08/26 11:05 a.m.10 views

US Federal Court Rules Against Geofence Warrants

This is a big deal. A US Appeals Court ruled that geofence warrants--these are general warrants demanding information about all people within a geographical boundary--are unconstitutional. The decision seems obvious to me, but you cant take anything for granted...

7AI score
SaveExploits0
Malwarebytes
Malwarebytes
added 2024/08/26 7:21 a.m.15 views

A week in security (August 19 – August 25)

Last week on Malwarebytes Labs: Millennials’ sense of privacy uniquely tested in romantic relationships Hacked GPS tracker reveals location data of customers "We will hold them accountable": General Motors sued for selling customer driving data to third parties Why you need to know about ransomwa...

7.3AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/08/25 12:00 a.m.10 views

PT-2024-31499 · Centralsquare · Centralsquare Crywolf

Name of the Vulnerable Software and Affected Versions: CentralSquare CryWolf False Alarm Management versions prior to 2024-08-09 Description: A traversal vulnerability in GeneralDocs.aspx allows unauthenticated attackers to read files outside of the working web directory via the rpt parameter,...

7.5CVSS9.1AI score0.13623EPSS
SaveExploits1References13
RedhatCVE
RedhatCVE
added 2024/08/22 6:56 p.m.21 views

CVE-2022-48923

A flaw was found in the btrfs module in the Linux kernel. A too-big compressed lzo segment can cause an out-of-bounds write when copied due to a missing check of its size, potentially causing a general protection fault and a denial of service...

5.5CVSS6AI score0.00228EPSS
SaveExploits0References4
NVD
NVD
added 2024/08/22 2:15 a.m.25 views

CVE-2022-48923

In the Linux kernel, the following vulnerability has been resolved: btrfs: prevent copying too big compressed lzo segment Compressed length can be corrupted to be a lot larger than memory we have allocated for buffer. This will cause memcpy in copycompressedsegment to write outside of allocated...

7.8CVSS0.00228EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/08/22 2:15 a.m.24 views

CVE-2022-48923

In the Linux kernel, the following vulnerability has been resolved: btrfs: prevent copying too big compressed lzo segment Compressed length can be corrupted to be a lot larger than memory we have allocated for buffer. This will cause memcpy in copycompressedsegment to write outside of allocated...

7.8CVSS6.4AI score0.00228EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/08/22 1:32 a.m.38 views

CVE-2022-48923

In the Linux kernel, the following vulnerability has been resolved: btrfs: prevent copying too big compressed lzo segment Compressed length can be corrupted to be a lot larger than memory we have allocated for buffer. This will cause memcpy in copycompressedsegment to write outside of allocated...

7.8CVSS6.1AI score0.00228EPSS
SaveExploits0
OSV
OSV
added 2024/08/22 1:32 a.m.26 views

CVE-2022-48923 btrfs: prevent copying too big compressed lzo segment

In the Linux kernel, the following vulnerability has been resolved: btrfs: prevent copying too big compressed lzo segment Compressed length can be corrupted to be a lot larger than memory we have allocated for buffer. This will cause memcpy in copycompressedsegment to write outside of allocated...

7.8CVSS6.1AI score
SaveExploits0References6
CVE
CVE
added 2024/08/22 1:32 a.m.101 views

CVE-2022-48923

The CVE-2022-48923 entry concerns a Linux kernel vulnerability in the btrfs code path, specifically for LZO compression. The root cause is that a compressed length could be corrupted to exceed allocated memory, allowing memcpy to write beyond bounds in copy_compressed_segment. This can cause a ke...

7.8CVSS6.6AI score0.00228EPSS
SaveExploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/08/22 12:00 a.m.30 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-36901)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-36901 advisory. - In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent NULL dereference in...

5.5CVSS5.9AI score0.0026EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/08/21 6:40 p.m.19 views

CVE-2023-52900

A vulnerability was found in the Linux kernel's nilfs2 file system where improper sanitization checks can result in a general protection fault caused by how the nilfsbtreeinsert function interprets a return value -ENOENT from the nilfsbtreegetblock function. This return value is used to indicate...

5.5CVSS6.2AI score0.00241EPSS
SaveExploits0References4
OSV
OSV
added 2024/08/21 7:15 a.m.2 views

DEBIAN-CVE-2023-52900

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix general protection fault in nilfsbtreeinsert If nilfs2 reads a corrupted disk image and tries to reads a b-tree node block by calling nilfsbtreegetblock against an invalid virtual block address, it returns -ENOENT...

5.5CVSS5.2AI score0.00241EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/21 7:15 a.m.12 views

UBUNTU-CVE-2023-52900

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix general protection fault in nilfsbtreeinsert If nilfs2 reads a corrupted disk image and tries to reads a b-tree node block by calling nilfsbtreegetblock against an invalid virtual block address, it returns -ENOENT...

5.5CVSS5.9AI score0.00241EPSS
SaveExploits0References10
CVE
CVE
added 2024/08/21 6:10 a.m.90 views

CVE-2023-52900

CVE-2023-52900: Linux kernel nilfs2 vulnerability in nilfs_btree_insert() can cause a general protection fault when a corrupted disk image leads __nilfs_btree_get_block() to return -ENOENT. The patch changes this to -EINVAL, causing subsequent b-tree operations to report corruption and return -EI...

5.5CVSS6.7AI score0.00241EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2024/08/21 6:10 a.m.29 views

CVE-2023-52900 nilfs2: fix general protection fault in nilfs_btree_insert()

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix general protection fault in nilfsbtreeinsert If nilfs2 reads a corrupted disk image and tries to reads a b-tree node block by calling nilfsbtreegetblock against an invalid virtual block address, it returns -ENOENT...

0.00241EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/08/21 6:10 a.m.17 views

CVE-2023-52900 nilfs2: fix general protection fault in nilfs_btree_insert()

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix general protection fault in nilfsbtreeinsert If nilfs2 reads a corrupted disk image and tries to reads a b-tree node block by calling nilfsbtreegetblock against an invalid virtual block address, it returns -ENOENT...

7AI score0.00241EPSS
SaveExploits0References7
Malwarebytes
Malwarebytes
added 2024/08/20 12:59 p.m.15 views

“We will hold them accountable”: General Motors sued for selling customer driving data to third parties

Texas Attorney General Ken Paxton has sued General Motors GM for the unlawful collection and sale of over 1.5 million Texans’ private driving data to insurance companies without their knowledge or consent. In June, the Attorney General AG announced he had opened an investigation into several car...

7.1AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/08/19 12:00 a.m.13 views

The vulnerability of the gpio component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the gpio component in the Linux operating system’s kernel is related to a resource leak during chip registration. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS5.9AI score0.00223EPSS
SaveExploits0References10Affected Software2
SUSE CVE
SUSE CVE
added 2024/08/18 2:01 a.m.8 views

SUSE CVE-2024-43846

In the Linux kernel, the following vulnerability has been resolved: lib: objagg: Fix general protection fault The library supports aggregation of objects into other objects only if the parent object does not have a parent itself. That is, nesting is not supported. Aggregation happens in two cases...

5.5CVSS6.4AI score0.0023EPSS
SaveExploits0References14
Rows per page
Query Builder