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

368 lines
26 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 php is now available for openEuler-22.03-LTS-SP1</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-2023-1622</ID>
</Identification>
<Status>Final</Status>
<Version>1.0</Version>
<RevisionHistory>
<Revision>
<Number>1.0</Number>
<Date>2023-09-09</Date>
<Description>Initial</Description>
</Revision>
</RevisionHistory>
<InitialReleaseDate>2023-09-09</InitialReleaseDate>
<CurrentReleaseDate>2023-09-09</CurrentReleaseDate>
<Generator>
<Engine>openEuler SA Tool V1.0</Engine>
<Date>2023-09-09</Date>
</Generator>
</DocumentTracking>
<DocumentNotes>
<Note Title="Synopsis" Type="General" Ordinal="1" xml:lang="en">php security update</Note>
<Note Title="Summary" Type="General" Ordinal="2" xml:lang="en">An update for php is now available for openEuler-22.03-LTS-SP1.</Note>
<Note Title="Description" Type="General" Ordinal="3" xml:lang="en">PHP is an HTML-embedded scripting language. PHP attempts to make it easy for developers to write dynamically generated web pages. PHP also offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled webpage with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts. The php package contains the module (often referred to as mod_php) which adds support for the PHP language to Apache HTTP Server.
Security Fix(es):
A flaw was found in PHP. This issue occurs due to an uncaught integer overflow in PDO::quote() of PDO_SQLite returning an improperly quoted string. With the implementation of sqlite3_snprintf(), it is possible to force the function to return a single apostrophe if the function is called on user-supplied input without any length restrictions in place.(CVE-2022-31631)
In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing any password for this entry as valid.(CVE-2023-0567)
In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, core path resolution function allocate buffer one byte too small. When resolving paths with lengths close to system MAXPATHLEN setting, this may lead to the byte after the allocated buffer being overwritten with NUL value, which might lead to unauthorized data access or modification. (CVE-2023-0568)
In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, excessive number of parts in HTTP form upload can cause high resource consumption and excessive number of log entries. This can cause denial of service on the affected server by exhausting CPU resources or disk space. (CVE-2023-0662)
In PHP versions 8.0.* before 8.0.29, 8.1.* before 8.1.20, 8.2.* before 8.2.7 when using SOAP HTTP Digest Authentication, random value generator was not checked for failure, and was using narrower range of values than it should have. In case of random generator failure, it could lead to a disclosure of 31 bits of uninitialized memory from the client to the server, and it also made easier to a malicious server to guess the client&apos;s nonce. 
(CVE-2023-3247)
In PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as ImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down. 
(CVE-2023-3823)
In PHP version 8.0.* before 8.0.30,  8.1.* before 8.1.22, and 8.2.* before 8.2.8, when loading phar file, while reading PHAR directory entries, insufficient length checking may lead to a stack buffer overflow, leading potentially to memory corruption or RCE. 
(CVE-2023-3824)</Note>
<Note Title="Topic" Type="General" Ordinal="4" xml:lang="en">An update for php is now available for openEuler-22.03-LTS-SP1.
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">php</Note>
</DocumentNotes>
<DocumentReferences>
<Reference Type="Self">
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1622</URL>
</Reference>
<Reference Type="openEuler CVE">
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2022-31631</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-0567</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-0568</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-0662</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-3247</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-3823</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-3824</URL>
</Reference>
<Reference Type="Other">
<URL>https://nvd.nist.gov/vuln/detail/CVE-2022-31631</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-0567</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-0568</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-0662</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-3247</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-3823</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-3824</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-SP1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">openEuler-22.03-LTS-SP1</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="aarch64">
<FullProductName ProductID="php-xml-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-xml-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-ffi-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-ffi-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-common-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-common-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-fpm-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-fpm-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-debuginfo-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-debuginfo-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-pdo-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-pdo-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-devel-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-devel-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-mbstring-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-mbstring-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-intl-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-intl-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-enchant-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-enchant-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-snmp-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-snmp-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-help-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-help-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-debugsource-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-debugsource-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-mysqlnd-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-mysqlnd-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-embedded-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-embedded-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-gd-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-gd-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-opcache-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-opcache-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-dbg-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-dbg-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-dba-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-dba-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-bcmath-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-bcmath-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-cli-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-cli-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-odbc-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-odbc-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-gmp-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-gmp-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-soap-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-soap-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-ldap-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-ldap-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-pgsql-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-pgsql-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-tidy-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-tidy-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-process-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-process-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="php-sodium-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-sodium-8.0.30-1.oe2203sp1.aarch64.rpm</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="src">
<FullProductName ProductID="php-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-8.0.30-1.oe2203sp1.src.rpm</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="x86_64">
<FullProductName ProductID="php-devel-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-devel-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-common-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-common-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-mysqlnd-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-mysqlnd-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-dbg-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-dbg-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-xml-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-xml-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-help-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-help-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-intl-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-intl-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-bcmath-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-bcmath-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-dba-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-dba-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-opcache-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-opcache-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-embedded-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-embedded-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-pgsql-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-pgsql-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-enchant-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-enchant-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-gmp-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-gmp-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-ldap-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-ldap-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-gd-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-gd-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-mbstring-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-mbstring-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-debuginfo-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-debuginfo-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-odbc-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-odbc-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-sodium-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-sodium-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-snmp-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-snmp-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-ffi-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-ffi-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-pdo-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-pdo-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-tidy-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-tidy-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-debugsource-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-debugsource-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-cli-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-cli-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-fpm-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-fpm-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-process-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-process-8.0.30-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="php-soap-8.0.30-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">php-soap-8.0.30-1.oe2203sp1.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">A flaw was found in PHP. This issue occurs due to an uncaught integer overflow in PDO::quote() of PDO_SQLite returning an improperly quoted string. With the implementation of sqlite3_snprintf(), it is possible to force the function to return a single apostrophe if the function is called on user-supplied input without any length restrictions in place.</Note>
</Notes>
<ReleaseDate>2023-09-09</ReleaseDate>
<CVE>CVE-2022-31631</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>8.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>php security update</Description>
<DATE>2023-09-09</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1622</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">In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing any password for this entry as valid.</Note>
</Notes>
<ReleaseDate>2023-09-09</ReleaseDate>
<CVE>CVE-2023-0567</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>Medium</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>6.2</BaseScore>
<Vector>AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>php security update</Description>
<DATE>2023-09-09</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1622</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">In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, core path resolution function allocate buffer one byte too small. When resolving paths with lengths close to system MAXPATHLEN setting, this may lead to the byte after the allocated buffer being overwritten with NUL value, which might lead to unauthorized data access or modification.</Note>
</Notes>
<ReleaseDate>2023-09-09</ReleaseDate>
<CVE>CVE-2023-0568</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>8.1</BaseScore>
<Vector>AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>php security update</Description>
<DATE>2023-09-09</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1622</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 PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, excessive number of parts in HTTP form upload can cause high resource consumption and excessive number of log entries. This can cause denial of service on the affected server by exhausting CPU resources or disk space.</Note>
</Notes>
<ReleaseDate>2023-09-09</ReleaseDate>
<CVE>CVE-2023-0662</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-22.03-LTS-SP1</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>php security update</Description>
<DATE>2023-09-09</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1622</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 PHP versions 8.0.* before 8.0.29, 8.1.* before 8.1.20, 8.2.* before 8.2.7 when using SOAP HTTP Digest Authentication, random value generator was not checked for failure, and was using narrower range of values than it should have. In case of random generator failure, it could lead to a disclosure of 31 bits of uninitialized memory from the client to the server, and it also made easier to a malicious server to guess the client&apos;s nonce. 
</Note>
</Notes>
<ReleaseDate>2023-09-09</ReleaseDate>
<CVE>CVE-2023-3247</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>Low</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>3.0</BaseScore>
<Vector>AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>php security update</Description>
<DATE>2023-09-09</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1622</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">In PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as ImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down.</Note>
</Notes>
<ReleaseDate>2023-09-09</ReleaseDate>
<CVE>CVE-2023-3823</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>Medium</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>5.5</BaseScore>
<Vector>AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>php security update</Description>
<DATE>2023-09-09</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1622</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">In PHP version 8.0.* before 8.0.30,  8.1.* before 8.1.22, and 8.2.* before 8.2.8, when loading phar file, while reading PHAR directory entries, insufficient length checking may lead to a stack buffer overflow, leading potentially to memory corruption or RCE.</Note>
</Notes>
<ReleaseDate>2023-09-09</ReleaseDate>
<CVE>CVE-2023-3824</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>Medium</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>5.5</BaseScore>
<Vector>AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>php security update</Description>
<DATE>2023-09-09</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1622</URL>
</Remediation>
</Remediations>
</Vulnerability>
</cvrfdoc>