cvrf2cusa/cvrf/2021/cvrf-openEuler-SA-2021-1365.xml
Jia Chao 0b34274085 git mv
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
2024-07-25 09:57:37 +08:00

819 lines
38 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
<DocumentTitle xml:lang="en">An update for ntfs-3g is now available for openEuler-20.03-LTS-SP1 and openEuler-20.03-LTS-SP2</DocumentTitle>
<DocumentType>Security Advisory</DocumentType>
<DocumentPublisher Type="Vendor">
<ContactDetails>openeuler-security@openeuler.org</ContactDetails>
<IssuingAuthority>openEuler security committee</IssuingAuthority>
</DocumentPublisher>
<DocumentTracking>
<Identification>
<ID>openEuler-SA-2021-1365</ID>
</Identification>
<Status>Final</Status>
<Version>1.0</Version>
<RevisionHistory>
<Revision>
<Number>1.0</Number>
<Date>2021-09-30</Date>
<Description>Initial</Description>
</Revision>
</RevisionHistory>
<InitialReleaseDate>2021-09-30</InitialReleaseDate>
<CurrentReleaseDate>2021-09-30</CurrentReleaseDate>
<Generator>
<Engine>openEuler SA Tool V1.0</Engine>
<Date>2021-09-30</Date>
</Generator>
</DocumentTracking>
<DocumentNotes>
<Note Title="Synopsis" Type="General" Ordinal="1" xml:lang="en">ntfs-3g security update</Note>
<Note Title="Summary" Type="General" Ordinal="2" xml:lang="en">An update for ntfs-3g is now available for openEuler-20.03-LTS-SP1 and openEuler-20.03-LTS-SP2.</Note>
<Note Title="Description" Type="General" Ordinal="3" xml:lang="en">NTFS-3G is a stable, open source, GPL licensed, POSIX, read/write NTFS driver for Linux and many other operating systems. It provides safe handling of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, Windows Server 2008 and Windows 7 NTFS file systems.
Security Fix(es):
In NTFS-3G versions &lt; 2021.8.22, when a specially crafted NTFS attribute is supplied to the function ntfs_get_attribute_value, a heap buffer overflow can occur allowing for memory disclosure or denial of service. The vulnerability is caused by an out-of-bound buffer access which can be triggered by mounting a crafted ntfs partition. The root cause is a missing consistency check after reading an MFT record : the &quot;bytes_in_use&quot; field should be less than the &quot;bytes_allocated&quot; field. When it is not, the parsing of the records proceeds into the wild.(CVE-2021-33285)
A crafted NTFS image can cause an out-of-bounds read in ntfs_ie_lookup in NTFS-3G &lt; 2021.8.22.(CVE-2021-39252)
A crafted NTFS image can trigger an out-of-bounds read, caused by an invalid attribute in ntfs_attr_find_in_attrdef, in NTFS-3G &lt; 2021.8.22.(CVE-2021-39255)
In NTFS-3G versions &lt; 2021.8.22, when a specially crafted MFT section is supplied in an NTFS image a heap buffer overflow can occur and allow for code execution.(CVE-2021-33289)
In NTFS-3G versions &lt; 2021.8.22, when a specially crafted unicode string is supplied in an NTFS image a heap buffer overflow can occur and allow for code execution.(CVE-2021-33286)
NTFS-3G versions &lt; 2021.8.22, when a specially crafted NTFS attribute from the MFT is setup in the function ntfs_attr_setup_flag, a heap buffer overflow can occur allowing for code execution and escalation of privileges.(CVE-2021-35269)
A crafted NTFS image can cause a heap-based buffer overflow in ntfs_compressed_pwrite in NTFS-3G &lt; 2021.8.22.(CVE-2021-39261)
A crafted NTFS image can trigger a heap-based buffer overflow, caused by an unsanitized attribute in ntfs_get_attribute_value, in NTFS-3G &lt; 2021.8.22.(CVE-2021-39263)
A crafted NTFS image can cause an out-of-bounds access in ntfs_decompress in NTFS-3G &lt; 2021.8.22.(CVE-2021-39262)
A crafted NTFS image can cause an out-of-bounds access in ntfs_inode_sync_standard_information in NTFS-3G &lt; 2021.8.22.(CVE-2021-39260)
A crafted NTFS image can trigger an out-of-bounds access, caused by an unsanitized attribute length in ntfs_inode_lookup_by_name, in NTFS-3G &lt; 2021.8.22.(CVE-2021-39259)
In NTFS-3G versions &lt; 2021.8.22, when a specially crafted NTFS inode is loaded in the function ntfs_inode_real_open, a heap buffer overflow can occur allowing for code execution and escalation of privileges.(CVE-2021-35268)
A crafted NTFS image can cause a heap-based buffer overflow in ntfs_inode_lookup_by_name in NTFS-3G &lt; 2021.8.22.(CVE-2021-39256)
A crafted NTFS image can cause an out-of-bounds read in ntfs_runlists_merge_i in NTFS-3G &lt; 2021.8.22.(CVE-2021-39253)
In NTFS-3G versions &lt; 2021.8.22, when a specially crafted NTFS inode pathname is supplied in an NTFS image a heap buffer overflow can occur resulting in memory disclosure, denial of service and even code execution.(CVE-2021-35266)
A crafted NTFS image can cause out-of-bounds reads in ntfs_attr_find and ntfs_external_attr_find in NTFS-3G &lt; 2021.8.22.(CVE-2021-39258)
In NTFS-3G versions &lt; 2021.8.22, when specially crafted NTFS attributes are read in the function ntfs_attr_pread_i, a heap buffer overflow can occur and allow for writing to arbitrary memory or denial of service of the application.(CVE-2021-33287)
A crafted NTFS image can cause an integer overflow in memmove, leading to a heap-based buffer overflow in the function ntfs_attr_record_resize, in NTFS-3G &lt; 2021.8.22.(CVE-2021-39254)
NTFS-3G versions &lt; 2021.8.22, a stack buffer overflow can occur when correcting differences in the MFT and MFTMirror allowing for code execution or escalation of privileges when setuid-root.(CVE-2021-35267)
A crafted NTFS image with an unallocated bitmap can lead to a endless recursive function call chain (starting from ntfs_attr_pwrite), causing stack consumption in NTFS-3G &lt; 2021.8.22.(CVE-2021-39257)
A crafted NTFS image can cause a NULL pointer dereference in ntfs_extent_inode_open in NTFS-3G &lt; 2021.8.22.(CVE-2021-39251)</Note>
<Note Title="Topic" Type="General" Ordinal="4" xml:lang="en">An update for ntfs-3g is now available for openEuler-20.03-LTS-SP1 and openEuler-20.03-LTS-SP2.
openEuler Security has rated this update as having a security impact of high. A Common Vunlnerability Scoring System(CVSS)base score,which gives a detailed severity rating, is available for each vulnerability from the CVElink(s) in the References section.</Note>
<Note Title="Severity" Type="General" Ordinal="5" xml:lang="en">High</Note>
<Note Title="Affected Component" Type="General" Ordinal="6" xml:lang="en">ntfs-3g</Note>
</DocumentNotes>
<DocumentReferences>
<Reference Type="Self">
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Reference>
<Reference Type="openEuler CVE">
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-33285</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-39252</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-39255</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-33289</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-33286</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-35269</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-39261</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-39263</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-39262</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-39260</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-39259</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-35268</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-39256</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-39253</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-35266</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-39258</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-33287</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-39254</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-35267</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-39257</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-39251</URL>
</Reference>
<Reference Type="Other">
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-33285</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-39252</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-39255</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-33289</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-33286</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-35269</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-39261</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-39263</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-39262</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-39260</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-39259</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-35268</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-39256</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-39253</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-35266</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-39258</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-33287</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-39254</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-35267</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-39257</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2021-39251</URL>
</Reference>
</DocumentReferences>
<ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
<Branch Type="Product Name" Name="openEuler">
<FullProductName ProductID="openEuler-20.03-LTS-SP1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">openEuler-20.03-LTS-SP1</FullProductName>
<FullProductName ProductID="openEuler-20.03-LTS-SP2" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP2">openEuler-20.03-LTS-SP2</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="aarch64">
<FullProductName ProductID="ntfs-3g-debugsource-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">ntfs-3g-debugsource-2021.8.22-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-debuginfo-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">ntfs-3g-debuginfo-2021.8.22-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-devel-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">ntfs-3g-devel-2021.8.22-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">ntfs-3g-2021.8.22-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-help-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">ntfs-3g-help-2021.8.22-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-help-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP2">ntfs-3g-help-2021.8.22-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-debugsource-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP2">ntfs-3g-debugsource-2021.8.22-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-devel-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP2">ntfs-3g-devel-2021.8.22-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP2">ntfs-3g-2021.8.22-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-debuginfo-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP2">ntfs-3g-debuginfo-2021.8.22-1.oe1.aarch64.rpm</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="src">
<FullProductName ProductID="ntfs-3g-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">ntfs-3g-2021.8.22-1.oe1.src.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP2">ntfs-3g-2021.8.22-1.oe1.src.rpm</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="x86_64">
<FullProductName ProductID="ntfs-3g-debugsource-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">ntfs-3g-debugsource-2021.8.22-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-help-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">ntfs-3g-help-2021.8.22-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">ntfs-3g-2021.8.22-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-debuginfo-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">ntfs-3g-debuginfo-2021.8.22-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-devel-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">ntfs-3g-devel-2021.8.22-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-devel-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP2">ntfs-3g-devel-2021.8.22-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP2">ntfs-3g-2021.8.22-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-debuginfo-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP2">ntfs-3g-debuginfo-2021.8.22-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-debugsource-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP2">ntfs-3g-debugsource-2021.8.22-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="ntfs-3g-help-2021.8.22-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP2">ntfs-3g-help-2021.8.22-1.oe1.x86_64.rpm</FullProductName>
</Branch>
</ProductTree>
<Vulnerability Ordinal="1" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In NTFS-3G versions &lt; 2021.8.22, when a specially crafted NTFS attribute is supplied to the function ntfs_get_attribute_value, a heap buffer overflow can occur allowing for memory disclosure or denial of service. The vulnerability is caused by an out-of-bound buffer access which can be triggered by mounting a crafted ntfs partition. The root cause is a missing consistency check after reading an MFT record : the &quot;bytes_in_use&quot; field should be less than the &quot;bytes_allocated&quot; field. When it is not, the parsing of the records proceeds into the wild.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-33285</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="2" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="2" xml:lang="en">A crafted NTFS image can cause an out-of-bounds read in ntfs_ie_lookup in NTFS-3G &lt; 2021.8.22.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-39252</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="3" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="3" xml:lang="en">A crafted NTFS image can trigger an out-of-bounds read, caused by an invalid attribute in ntfs_attr_find_in_attrdef, in NTFS-3G &lt; 2021.8.22.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-39255</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="4" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="4" xml:lang="en">In NTFS-3G versions &lt; 2021.8.22, when a specially crafted MFT section is supplied in an NTFS image a heap buffer overflow can occur and allow for code execution.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-33289</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="5" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="5" xml:lang="en">In NTFS-3G versions &lt; 2021.8.22, when a specially crafted unicode string is supplied in an NTFS image a heap buffer overflow can occur and allow for code execution.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-33286</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="6" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="6" xml:lang="en">NTFS-3G versions &lt; 2021.8.22, when a specially crafted NTFS attribute from the MFT is setup in the function ntfs_attr_setup_flag, a heap buffer overflow can occur allowing for code execution and escalation of privileges.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-35269</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="7" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="7" xml:lang="en">A crafted NTFS image can cause a heap-based buffer overflow in ntfs_compressed_pwrite in NTFS-3G &lt; 2021.8.22.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-39261</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="8" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="8" xml:lang="en">A crafted NTFS image can trigger a heap-based buffer overflow, caused by an unsanitized attribute in ntfs_get_attribute_value, in NTFS-3G &lt; 2021.8.22.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-39263</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="9" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="9" xml:lang="en">A crafted NTFS image can cause an out-of-bounds access in ntfs_decompress in NTFS-3G &lt; 2021.8.22.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-39262</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="10" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="10" xml:lang="en">A crafted NTFS image can cause an out-of-bounds access in ntfs_inode_sync_standard_information in NTFS-3G &lt; 2021.8.22.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-39260</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="11" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="11" xml:lang="en">A crafted NTFS image can trigger an out-of-bounds access, caused by an unsanitized attribute length in ntfs_inode_lookup_by_name, in NTFS-3G &lt; 2021.8.22.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-39259</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="12" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="12" xml:lang="en">In NTFS-3G versions &lt; 2021.8.22, when a specially crafted NTFS inode is loaded in the function ntfs_inode_real_open, a heap buffer overflow can occur allowing for code execution and escalation of privileges.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-35268</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="13" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="13" xml:lang="en">A crafted NTFS image can cause a heap-based buffer overflow in ntfs_inode_lookup_by_name in NTFS-3G &lt; 2021.8.22.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-39256</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="14" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="14" xml:lang="en">A crafted NTFS image can cause an out-of-bounds read in ntfs_runlists_merge_i in NTFS-3G &lt; 2021.8.22.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-39253</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="15" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="15" xml:lang="en">In NTFS-3G versions &lt; 2021.8.22, when a specially crafted NTFS inode pathname is supplied in an NTFS image a heap buffer overflow can occur resulting in memory disclosure, denial of service and even code execution.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-35266</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="16" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="16" xml:lang="en">A crafted NTFS image can cause out-of-bounds reads in ntfs_attr_find and ntfs_external_attr_find in NTFS-3G &lt; 2021.8.22.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-39258</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="17" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="17" xml:lang="en">In NTFS-3G versions &lt; 2021.8.22, when specially crafted NTFS attributes are read in the function ntfs_attr_pread_i, a heap buffer overflow can occur and allow for writing to arbitrary memory or denial of service of the application.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-33287</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="18" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="18" xml:lang="en">A crafted NTFS image can cause an integer overflow in memmove, leading to a heap-based buffer overflow in the function ntfs_attr_record_resize, in NTFS-3G &lt; 2021.8.22.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-39254</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="19" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="19" xml:lang="en">NTFS-3G versions &lt; 2021.8.22, a stack buffer overflow can occur when correcting differences in the MFT and MFTMirror allowing for code execution or escalation of privileges when setuid-root.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-35267</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="20" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="20" xml:lang="en">A crafted NTFS image with an unallocated bitmap can lead to a endless recursive function call chain (starting from ntfs_attr_pwrite), causing stack consumption in NTFS-3G &lt; 2021.8.22.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-39257</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>Medium</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>5.5</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="21" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="21" xml:lang="en">A crafted NTFS image can cause a NULL pointer dereference in ntfs_extent_inode_open in NTFS-3G &lt; 2021.8.22.</Note>
</Notes>
<ReleaseDate>2021-09-30</ReleaseDate>
<CVE>CVE-2021-39251</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.8</BaseScore>
<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>ntfs-3g security update</Description>
<DATE>2021-09-30</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2021-1365</URL>
</Remediation>
</Remediations>
</Vulnerability>
</cvrfdoc>