Lucene search
+L

3150 matches found

OSV
OSV
added 2025/05/01 3:15 p.m.3 views

UBUNTU-CVE-2022-49763

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix use-after-free in ntfsattrfind Patch series "ntfs: fix bugs about Attribute", v2. This patchset fixes three bugs relative to Attribute in record: Patch 1 adds a sanity check to ensure that, attrsoffset field in first mf...

7.8CVSS6.1AI score0.00195EPSS
SaveExploits0References11
OSV
OSV
added 2025/05/01 3:15 p.m.8 views

UBUNTU-CVE-2022-49762

In the Linux kernel, the following vulnerability has been resolved: ntfs: check overflow when iterating ATTRRECORDs Kernel iterates over ATTRRECORDs in mft record in ntfsattrfind. Because the ATTRRECORDs are next to each other, kernel can get the next ATTRRECORD from end address of current...

5.5CVSS6.1AI score0.00191EPSS
SaveExploits0References11
CVE
CVE
added 2025/05/01 2:9 p.m.89 views

CVE-2022-49763

Summary (CVE-2022-49763) In the Linux kernel NTFS code, the use-after-free issue in ntfs_attr_find() stems from missing bounds checks on the attrs_offset field after loading the first MFT record. The vulnerability was exposed by KASAN reports (use-after-free read) during NTFS attribute handling, ...

7.8CVSS6.6AI score0.00195EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/05/01 2:9 p.m.8 views

CVE-2022-49763 ntfs: fix use-after-free in ntfs_attr_find()

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix use-after-free in ntfsattrfind Patch series "ntfs: fix bugs about Attribute", v2. This patchset fixes three bugs relative to Attribute in record: Patch 1 adds a sanity check to ensure that, attrsoffset field in first mf...

7.8CVSS5.9AI score0.00195EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/05/01 2:9 p.m.12 views

CVE-2022-49763

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix use-after-free in ntfsattrfind Patch series "ntfs: fix bugs about Attribute", v2. This patchset fixes three bugs relative to Attribute in record: Patch 1 adds a sanity check to ensure that, attrsoffset field in first mf...

7.8CVSS5.6AI score0.00195EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.14 views

CVE-2022-49762 ntfs: check overflow when iterating ATTR_RECORDs

In the Linux kernel, the following vulnerability has been resolved: ntfs: check overflow when iterating ATTRRECORDs Kernel iterates over ATTRRECORDs in mft record in ntfsattrfind. Because the ATTRRECORDs are next to each other, kernel can get the next ATTRRECORD from end address of current...

0.00191EPSS
SaveExploits0References8
CVE
CVE
added 2025/05/01 2:9 p.m.85 views

CVE-2022-49762

CVE-2022-49762: In the Linux kernel, ntfs_attr_find() can overflow when iterating ATTR_RECORDs in MFT records, due to adding le32_to_cpu(a->length) to the current pointer and wrapping on 32‑bit systems. A patch adds bounds checks when computing the end address of the current ATTR_RECORD to pre...

5.5CVSS6.7AI score0.00191EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/05/01 2:9 p.m.13 views

CVE-2022-49762 ntfs: check overflow when iterating ATTR_RECORDs

In the Linux kernel, the following vulnerability has been resolved: ntfs: check overflow when iterating ATTRRECORDs Kernel iterates over ATTRRECORDs in mft record in ntfsattrfind. Because the ATTRRECORDs are next to each other, kernel can get the next ATTRRECORD from end address of current...

5.5CVSS5.9AI score0.00191EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/05/01 2:9 p.m.12 views

CVE-2022-49762

In the Linux kernel, the following vulnerability has been resolved: ntfs: check overflow when iterating ATTRRECORDs Kernel iterates over ATTRRECORDs in mft record in ntfsattrfind. Because the ATTRRECORDs are next to each other, kernel can get the next ATTRRECORD from end address of current...

5.5CVSS5.5AI score0.00191EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.6 views

PT-2025-18480 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A use-after-free issue has been identified in the Linux kernel, specifically in the ntfs attr find function. This issue can be triggered when the kernel loads the first MFT record and...

8.8CVSS7.3AI score0.0129EPSS
SaveExploits2References411
OSV
OSV
added 2025/04/29 7:33 a.m.14 views

USN-7455-5 linux-aws-5.15 vulnerabilities

Jann Horn discovered that the watchqueue event notification subsystem in the Linux kernel contained an out-of-bounds write vulnerability. A local attacker could use this to cause a denial of service system crash or escalate their privileges. CVE-2022-0995 Several security issues were discovered i...

7.8CVSS6.7AI score0.06197EPSS
SaveExploits13References13
OSV
OSV
added 2025/04/16 3:16 p.m.1 views

DEBIAN-CVE-2025-22081

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a couple integer overflows on 32bit systems On 32bit systems the "off + sizeofstruct NTFSDE" addition can have an integer wrapping issue. Fix it by using sizeadd...

5.5CVSS5.7AI score0.00191EPSS
SaveExploits0References1
NVD
NVD
added 2025/04/16 3:16 p.m.16 views

CVE-2025-22081

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a couple integer overflows on 32bit systems On 32bit systems the "off + sizeofstruct NTFSDE" addition can have an integer wrapping issue. Fix it by using sizeadd...

5.5CVSS0.00191EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.20 views

CVE-2025-22081 fs/ntfs3: Fix a couple integer overflows on 32bit systems

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a couple integer overflows on 32bit systems On 32bit systems the "off + sizeofstruct NTFSDE" addition can have an integer wrapping issue. Fix it by using sizeadd...

0.00191EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/04/16 12:0 a.m.3 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 Linux kernel that stems from an integer overflow risk in hdrfirstde in ntfs3 that could lead to out-of-bounds access...

5.5CVSS6.7AI score0.00189EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/04/16 12:0 a.m.2 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 Linux kernel that stems from an integer overflow risk in ntfs3 on 32-bit systems, which could lead to out-of-bounds access...

5.5CVSS6.7AI score0.00191EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2025/04/10 8:19 p.m.25 views

CVE-2025-21197

Improper access control in Windows NTFS allows an authorized attacker to disclose file path information under a folder where the attacker doesn't have permission to list content...

6.5CVSS6.3AI score0.02947EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/04/10 8:10 p.m.46 views

CVE-2025-27742

Out-of-bounds read in Windows NTFS allows an unauthorized attacker to disclose information locally...

5.5CVSS6.2AI score0.00793EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/04/10 6:32 p.m.12 views

CVE-2025-27733

Out-of-bounds read in Windows NTFS allows an unauthorized attacker to elevate privileges locally...

7.8CVSS6.6AI score0.00696EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/04/10 6:17 p.m.17 views

CVE-2025-27483

Out-of-bounds read in Windows NTFS allows an unauthorized attacker to elevate privileges locally...

7.8CVSS6.6AI score0.00725EPSS
SaveExploits0References3
Rows per page
Query Builder