diff options
author | 2025-01-23 07:26:35 +0000 | |
---|---|---|
committer | 2025-01-23 08:27:18 +0100 | |
commit | 681de9cd0cd49ec8f318f71af0c5917f69f302d8 (patch) | |
tree | ac80a6c9f65d69b5481d9371b1cd8cf7529514e3 | |
parent | [ GLSA 202501-10 ] Mozilla Firefox: Multiple Vulnerabilities (diff) | |
download | glsa-master.tar.gz glsa-master.tar.bz2 glsa-master.zip |
Bug: https://bugs.gentoo.org/941598
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202501-11.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/glsa-202501-11.xml b/glsa-202501-11.xml new file mode 100644 index 00000000..4222591d --- /dev/null +++ b/glsa-202501-11.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202501-11"> + <title>PHP: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in PHP, the worst of which could lead to arbitrary code execution.</synopsis> + <product type="ebuild">php</product> + <announced>2025-01-23</announced> + <revised count="1">2025-01-23</revised> + <bug>941598</bug> + <access>remote</access> + <affected> + <package name="dev-lang/php" auto="yes" arch="*"> + <unaffected range="ge" slot="8.2">8.2.24</unaffected> + <unaffected range="ge" slot="8.3">8.3.12</unaffected> + <vulnerable range="lt" slot="8.2">8.2.24</vulnerable> + <vulnerable range="lt" slot="8.3">8.3.12</vulnerable> + <vulnerable range="lt" slot="8.1">8.1.30</vulnerable> + </package> + </affected> + <background> + <p>PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in PHP. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="high"> + <p>Please review the referenced CVE identifiers for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All PHP users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-lang/php-8.2.24:8.2" + # emerge --ask --oneshot --verbose ">=dev-lang/php-8.3.12:8.3" + </code> + + <p>Gentoo has discontinued support for php 8.1:</p> + + <code> + # emerge --ask --verbose --depclean "dev-lang/php:8.1" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-8925">CVE-2024-8925</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-8927">CVE-2024-8927</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-9026">CVE-2024-9026</uri> + </references> + <metadata tag="requester" timestamp="2025-01-23T07:26:35.892309Z">graaff</metadata> + <metadata tag="submitter" timestamp="2025-01-23T07:26:35.894806Z">graaff</metadata> +</glsa>
\ No newline at end of file |