177 lines
17 KiB
XML
177 lines
17 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 stb is now available for openEuler-22.03-LTS-SP3</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-2024-1262</ID>
|
||
</Identification>
|
||
<Status>Final</Status>
|
||
<Version>1.0</Version>
|
||
<RevisionHistory>
|
||
<Revision>
|
||
<Number>1.0</Number>
|
||
<Date>2024-03-08</Date>
|
||
<Description>Initial</Description>
|
||
</Revision>
|
||
</RevisionHistory>
|
||
<InitialReleaseDate>2024-03-08</InitialReleaseDate>
|
||
<CurrentReleaseDate>2024-03-08</CurrentReleaseDate>
|
||
<Generator>
|
||
<Engine>openEuler SA Tool V1.0</Engine>
|
||
<Date>2024-03-08</Date>
|
||
</Generator>
|
||
</DocumentTracking>
|
||
<DocumentNotes>
|
||
<Note Title="Synopsis" Type="General" Ordinal="1" xml:lang="en">stb security update</Note>
|
||
<Note Title="Summary" Type="General" Ordinal="2" xml:lang="en">An update for stb is now available for openEuler-22.03-LTS-SP3.</Note>
|
||
<Note Title="Description" Type="General" Ordinal="3" xml:lang="en">Single-file public domain libraries for C/C++.
|
||
|
||
Security Fix(es):
|
||
|
||
stb_image is a single file MIT licensed library for processing images. It may look like `stbi__load_gif_main` doesn’t give guarantees about the content of output value `*delays` upon failure. Although it sets `*delays` to zero at the beginning, it doesn’t do it in case the image is not recognized as GIF and a call to `stbi__load_gif_main_outofmem` only frees possibly allocated memory in `*delays` without resetting it to zero. Thus it would be fair to say the caller of `stbi__load_gif_main` is responsible to free the allocated memory in `*delays` only if `stbi__load_gif_main` returns a non null value. However at the same time the function may return null value, but fail to free the memory in `*delays` if internally `stbi__convert_format` is called and fails. Thus the issue may lead to a memory leak if the caller chooses to free `delays` only when `stbi__load_gif_main` didn’t fail or to a double-free if the `delays` is always freed(CVE-2023-45666)
|
||
|
||
stb_image is a single file MIT licensed library for processing images.
|
||
|
||
If `stbi__load_gif_main` in `stbi_load_gif_from_memory` fails it returns a null pointer and may keep the `z` variable uninitialized. In case the caller also sets the flip vertically flag, it continues and calls `stbi__vertical_flip_slices` with the null pointer result value and the uninitialized `z` value. This may result in a program crash.(CVE-2023-45667)</Note>
|
||
<Note Title="Topic" Type="General" Ordinal="4" xml:lang="en">An update for stb is now available for openEuler-22.03-LTS-SP3.
|
||
|
||
openEuler Security has rated this update as having a security impact of critical. 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">Critical</Note>
|
||
<Note Title="Affected Component" Type="General" Ordinal="6" xml:lang="en">stb</Note>
|
||
</DocumentNotes>
|
||
<DocumentReferences>
|
||
<Reference Type="Self">
|
||
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1262</URL>
|
||
</Reference>
|
||
<Reference Type="openEuler CVE">
|
||
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-45666</URL>
|
||
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-45667</URL>
|
||
</Reference>
|
||
<Reference Type="Other">
|
||
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-45666</URL>
|
||
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-45667</URL>
|
||
</Reference>
|
||
</DocumentReferences>
|
||
<ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
|
||
<Branch Type="Product Name" Name="openEuler">
|
||
<FullProductName ProductID="openEuler-22.03-LTS-SP3" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">openEuler-22.03-LTS-SP3</FullProductName>
|
||
</Branch>
|
||
<Branch Type="Package Arch" Name="aarch64">
|
||
<FullProductName ProductID="stb_perlin-devel-0.5.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_perlin-devel-0.5.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_connected_components-devel-0.96.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_connected_components-devel-0.96.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb-devel-0.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb-devel-0.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_image-devel-2.27.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_image-devel-2.27.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_easy_font-devel-1.1.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_easy_font-devel-1.1.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_vorbis-devel-1.22.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_vorbis-devel-1.22.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_dxt-devel-1.12.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_dxt-devel-1.12.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_ds-devel-0.67.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_ds-devel-0.67.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_rect_pack-devel-1.1.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_rect_pack-devel-1.1.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_sprintf-devel-1.10.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_sprintf-devel-1.10.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_divide-devel-0.94.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_divide-devel-0.94.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_truetype-devel-1.26.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_truetype-devel-1.26.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_voxel_render-devel-0.89.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_voxel_render-devel-0.89.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_c_lexer-devel-0.12.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_c_lexer-devel-0.12.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_image_resize-devel-0.97.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_image_resize-devel-0.97.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_hexwave-devel-0.5.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_hexwave-devel-0.5.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_herringbone_wang_tile-devel-0.7.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_herringbone_wang_tile-devel-0.7.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_image_write-devel-1.16.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_image_write-devel-1.16.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_tilemap_editor-devel-0.42.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_tilemap_editor-devel-0.42.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_leakcheck-devel-0.6.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_leakcheck-devel-0.6.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_textedit-devel-1.14.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_textedit-devel-1.14.20220908git8b5f1f3-0.12.oe2203sp3.aarch64.rpm</FullProductName>
|
||
</Branch>
|
||
<Branch Type="Package Arch" Name="noarch">
|
||
<FullProductName ProductID="stb-help-0.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb-help-0.20220908git8b5f1f3-0.12.oe2203sp3.noarch.rpm</FullProductName>
|
||
</Branch>
|
||
<Branch Type="Package Arch" Name="src">
|
||
<FullProductName ProductID="stb-0.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb-0.20220908git8b5f1f3-0.12.oe2203sp3.src.rpm</FullProductName>
|
||
</Branch>
|
||
<Branch Type="Package Arch" Name="x86_64">
|
||
<FullProductName ProductID="stb_connected_components-devel-0.96.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_connected_components-devel-0.96.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_truetype-devel-1.26.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_truetype-devel-1.26.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_herringbone_wang_tile-devel-0.7.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_herringbone_wang_tile-devel-0.7.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_vorbis-devel-1.22.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_vorbis-devel-1.22.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_divide-devel-0.94.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_divide-devel-0.94.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_tilemap_editor-devel-0.42.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_tilemap_editor-devel-0.42.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_dxt-devel-1.12.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_dxt-devel-1.12.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_rect_pack-devel-1.1.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_rect_pack-devel-1.1.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb-devel-0.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb-devel-0.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_perlin-devel-0.5.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_perlin-devel-0.5.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_textedit-devel-1.14.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_textedit-devel-1.14.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_leakcheck-devel-0.6.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_leakcheck-devel-0.6.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_easy_font-devel-1.1.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_easy_font-devel-1.1.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_hexwave-devel-0.5.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_hexwave-devel-0.5.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_ds-devel-0.67.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_ds-devel-0.67.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_image_write-devel-1.16.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_image_write-devel-1.16.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_image-devel-2.27.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_image-devel-2.27.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_voxel_render-devel-0.89.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_voxel_render-devel-0.89.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_image_resize-devel-0.97.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_image_resize-devel-0.97.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_sprintf-devel-1.10.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_sprintf-devel-1.10.20220908git8b5f1f3-0.12.oe2203sp3.x86_64.rpm</FullProductName>
|
||
<FullProductName ProductID="stb_c_lexer-devel-0.12.20220908git8b5f1f3-0.12" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">stb_c_lexer-devel-0.12.20220908git8b5f1f3-0.12.oe2203sp3.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">stb_image is a single file MIT licensed library for processing images. It may look like `stbi__load_gif_main` doesn’t give guarantees about the content of output value `*delays` upon failure. Although it sets `*delays` to zero at the beginning, it doesn’t do it in case the image is not recognized as GIF and a call to `stbi__load_gif_main_outofmem` only frees possibly allocated memory in `*delays` without resetting it to zero. Thus it would be fair to say the caller of `stbi__load_gif_main` is responsible to free the allocated memory in `*delays` only if `stbi__load_gif_main` returns a non null value. However at the same time the function may return null value, but fail to free the memory in `*delays` if internally `stbi__convert_format` is called and fails. Thus the issue may lead to a memory leak if the caller chooses to free `delays` only when `stbi__load_gif_main` didn’t fail or to a double-free if the `delays` is always freed</Note>
|
||
</Notes>
|
||
<ReleaseDate>2024-03-08</ReleaseDate>
|
||
<CVE>CVE-2023-45666</CVE>
|
||
<ProductStatuses>
|
||
<Status Type="Fixed">
|
||
<ProductID>openEuler-22.03-LTS-SP3</ProductID>
|
||
</Status>
|
||
</ProductStatuses>
|
||
<Threats>
|
||
<Threat Type="Impact">
|
||
<Description>Critical</Description>
|
||
</Threat>
|
||
</Threats>
|
||
<CVSSScoreSets>
|
||
<ScoreSet>
|
||
<BaseScore>9.8</BaseScore>
|
||
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H</Vector>
|
||
</ScoreSet>
|
||
</CVSSScoreSets>
|
||
<Remediations>
|
||
<Remediation Type="Vendor Fix">
|
||
<Description>stb security update</Description>
|
||
<DATE>2024-03-08</DATE>
|
||
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1262</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">stb_image is a single file MIT licensed library for processing images.If `stbi__load_gif_main` in `stbi_load_gif_from_memory` fails it returns a null pointer and may keep the `z` variable uninitialized. In case the caller also sets the flip vertically flag, it continues and calls `stbi__vertical_flip_slices` with the null pointer result value and the uninitialized `z` value. This may result in a program crash.</Note>
|
||
</Notes>
|
||
<ReleaseDate>2024-03-08</ReleaseDate>
|
||
<CVE>CVE-2023-45667</CVE>
|
||
<ProductStatuses>
|
||
<Status Type="Fixed">
|
||
<ProductID>openEuler-22.03-LTS-SP3</ProductID>
|
||
</Status>
|
||
</ProductStatuses>
|
||
<Threats>
|
||
<Threat Type="Impact">
|
||
<Description>High</Description>
|
||
</Threat>
|
||
</Threats>
|
||
<CVSSScoreSets>
|
||
<ScoreSet>
|
||
<BaseScore>7.5</BaseScore>
|
||
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</Vector>
|
||
</ScoreSet>
|
||
</CVSSScoreSets>
|
||
<Remediations>
|
||
<Remediation Type="Vendor Fix">
|
||
<Description>stb security update</Description>
|
||
<DATE>2024-03-08</DATE>
|
||
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1262</URL>
|
||
</Remediation>
|
||
</Remediations>
|
||
</Vulnerability>
|
||
</cvrfdoc> |