<?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 cjose is now available for openEuler-24.03-LTS-SP3,openEuler-24.03-LTS-SP4,openEuler-20.03-LTS-SP4,openEuler-22.03-LTS-SP4,openEuler-24.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-2026-4057</ID>
		</Identification>
		<Status>Final</Status>
		<Version>1.0</Version>
		<RevisionHistory>
			<Revision>
				<Number>1.0</Number>
				<Date>2026-09-25</Date>
				<Description>Initial</Description>
			</Revision>
		</RevisionHistory>
		<InitialReleaseDate>2026-09-25</InitialReleaseDate>
		<CurrentReleaseDate>2026-09-25</CurrentReleaseDate>
		<Generator>
			<Engine>openEuler SA Tool V1.0</Engine>
			<Date>2026-09-25</Date>
		</Generator>
	</DocumentTracking>
	<DocumentNotes>
		<Note Title="Synopsis" Type="General" Ordinal="1" xml:lang="en">cjose security update</Note>
		<Note Title="Summary" Type="General" Ordinal="2" xml:lang="en">An update for cjose is now available for openEuler-24.03-LTS-SP3,openEuler-24.03-LTS-SP4,openEuler-20.03-LTS-SP4,openEuler-22.03-LTS-SP4,openEuler-24.03-LTS-SP1</Note>
		<Note Title="Description" Type="General" Ordinal="3" xml:lang="en">Implementation of JOSE for C/C++

Security Fix(es):

OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption (JOSE). Prior to version 0.6.2.5, cjose&apos;s JWE decryption path for the AES Key Wrap key-management algorithms (`alg` = `A128KW`, `A192KW`, `A256KW`) does not validate the length of the attacker-supplied `encrypted_key` (JWE Encrypted Key) before unwrapping it into a fixed-size, heap-allocated Content Encryption Key (CEK) buffer. A remote, unauthenticated attacker who can submit a crafted JWE to an application that decrypts it with an AES-KW symmetric key can trigger an out-of-bounds heap write, corrupting the heap. This leads at minimum to a crash (denial of service) and, depending on the heap layout and allocator, may be leverageable for further memory-corruption impact. `cjose_jwe_import()` / `cjose_jwe_decrypt()` are pre-authentication entry points: they parse and process fully attacker-controlled input. Upgrade to cjose 0.6.2.5 to receive a patch. If upgrading is not immediately possible, reject the AES Key Wrap algorithms (`A128KW`/`A192KW`/`A256KW`) for untrusted JWEs at the application layer.(CVE-2026-53938)

OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption (JOSE). In versions 0.6.1 through 0.6.2.5, when cjose encrypts a JWE using an AES-CBC-HMAC content-encryption algorithm (`A128CBC-HS256`, `A192CBC-HS384`, or `A256CBC-HS512`) together with any key-management algorithm that generates a fresh content-encryption key (CEK), the CEK is all zero bytes instead of being randomly generated. The resulting JWE is therefore encrypted and authenticated under a fixed, publicly known key, so anyone who obtains the JWE can recover the plaintext and forge or modify the content. This is fixed in version 0.6.2.6 by `_cjose_jwe_set_cek_aes_cbc()` generating the CEK from `RAND_bytes`. A regression test asserts that the `encrypted_key` differs across two encryptions for each AES-CBC-HMAC variant. Until upgrading, for data encrypted with cjose, three options are available. Use an AES-GCM `enc` (`A128GCM` / `A192GCM` / `A256GCM`) instead of an AES-CBC-HMAC `enc`,  use `alg=dir` with a caller-supplied CEK, or avoid using cjose for JWE encryption with the affected algorithm pair. These are mitigations for new ciphertexts only; data already encrypted under the zero key remains compromised and should be re-encrypted (and any secrets it contained rotated).(CVE-2026-53939)</Note>
		<Note Title="Topic" Type="General" Ordinal="4" xml:lang="en">An update for cjose is now available for openEuler-24.03-LTS-SP3,openEuler-24.03-LTS-SP4,openEuler-20.03-LTS-SP4,openEuler-22.03-LTS-SP4,openEuler-24.03-LTS-SP1.

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">cjose</Note>
	</DocumentNotes>
	<DocumentReferences>
		<Reference Type="Self">
			<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-4057</URL>
		</Reference>
		<Reference Type="openEuler CVE">
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-53938</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-53939</URL>
		</Reference>
		<Reference Type="Other">
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-53938</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-53939</URL>
		</Reference>
	</DocumentReferences>
	<ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
		<Branch Type="Product Name" Name="openEuler">
			<FullProductName ProductID="openEuler-24.03-LTS-SP3" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">openEuler-24.03-LTS-SP3</FullProductName>
			<FullProductName ProductID="openEuler-24.03-LTS-SP4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">openEuler-24.03-LTS-SP4</FullProductName>
			<FullProductName ProductID="openEuler-20.03-LTS-SP4" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">openEuler-20.03-LTS-SP4</FullProductName>
			<FullProductName ProductID="openEuler-22.03-LTS-SP4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">openEuler-22.03-LTS-SP4</FullProductName>
			<FullProductName ProductID="openEuler-24.03-LTS-SP1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">openEuler-24.03-LTS-SP1</FullProductName>
		</Branch>
		<Branch Type="Package Arch" Name="aarch64">
			<FullProductName ProductID="cjose-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">cjose-0.6.2.7-1.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debuginfo-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">cjose-debuginfo-0.6.2.7-1.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debugsource-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">cjose-debugsource-0.6.2.7-1.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-devel-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">cjose-devel-0.6.2.7-1.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">cjose-0.6.2.7-1.oe2403sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debuginfo-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">cjose-debuginfo-0.6.2.7-1.oe2403sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debugsource-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">cjose-debugsource-0.6.2.7-1.oe2403sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-devel-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">cjose-devel-0.6.2.7-1.oe2403sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4" EPOL="true">cjose-0.6.2.7-1.oe2003sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debuginfo-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4" EPOL="true">cjose-debuginfo-0.6.2.7-1.oe2003sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debugsource-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4" EPOL="true">cjose-debugsource-0.6.2.7-1.oe2003sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-devel-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4" EPOL="true">cjose-devel-0.6.2.7-1.oe2003sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">cjose-0.6.2.7-1.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debuginfo-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">cjose-debuginfo-0.6.2.7-1.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debugsource-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">cjose-debugsource-0.6.2.7-1.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-devel-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">cjose-devel-0.6.2.7-1.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">cjose-0.6.2.7-1.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debuginfo-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">cjose-debuginfo-0.6.2.7-1.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debugsource-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">cjose-debugsource-0.6.2.7-1.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="cjose-devel-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">cjose-devel-0.6.2.7-1.oe2403sp1.aarch64.rpm</FullProductName>
		</Branch>
		<Branch Type="Package Arch" Name="src">
			<FullProductName ProductID="cjose-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">cjose-0.6.2.7-1.oe2403sp3.src.rpm</FullProductName>
			<FullProductName ProductID="cjose-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">cjose-0.6.2.7-1.oe2403sp4.src.rpm</FullProductName>
			<FullProductName ProductID="cjose-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4" EPOL="true">cjose-0.6.2.7-1.oe2003sp4.src.rpm</FullProductName>
			<FullProductName ProductID="cjose-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">cjose-0.6.2.7-1.oe2203sp4.src.rpm</FullProductName>
			<FullProductName ProductID="cjose-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">cjose-0.6.2.7-1.oe2403sp1.src.rpm</FullProductName>
		</Branch>
		<Branch Type="Package Arch" Name="x86_64">
			<FullProductName ProductID="cjose-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">cjose-0.6.2.7-1.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debuginfo-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">cjose-debuginfo-0.6.2.7-1.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debugsource-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">cjose-debugsource-0.6.2.7-1.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-devel-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">cjose-devel-0.6.2.7-1.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">cjose-0.6.2.7-1.oe2403sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debuginfo-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">cjose-debuginfo-0.6.2.7-1.oe2403sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debugsource-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">cjose-debugsource-0.6.2.7-1.oe2403sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-devel-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">cjose-devel-0.6.2.7-1.oe2403sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4" EPOL="true">cjose-0.6.2.7-1.oe2003sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debuginfo-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4" EPOL="true">cjose-debuginfo-0.6.2.7-1.oe2003sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debugsource-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4" EPOL="true">cjose-debugsource-0.6.2.7-1.oe2003sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-devel-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4" EPOL="true">cjose-devel-0.6.2.7-1.oe2003sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">cjose-0.6.2.7-1.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debuginfo-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">cjose-debuginfo-0.6.2.7-1.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debugsource-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">cjose-debugsource-0.6.2.7-1.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-devel-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">cjose-devel-0.6.2.7-1.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">cjose-0.6.2.7-1.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debuginfo-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">cjose-debuginfo-0.6.2.7-1.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-debugsource-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">cjose-debugsource-0.6.2.7-1.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="cjose-devel-0.6.2.7-1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">cjose-devel-0.6.2.7-1.oe2403sp1.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">OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption (JOSE). Prior to version 0.6.2.5, cjose&apos;s JWE decryption path for the AES Key Wrap key-management algorithms (`alg` = `A128KW`, `A192KW`, `A256KW`) does not validate the length of the attacker-supplied `encrypted_key` (JWE Encrypted Key) before unwrapping it into a fixed-size, heap-allocated Content Encryption Key (CEK) buffer. A remote, unauthenticated attacker who can submit a crafted JWE to an application that decrypts it with an AES-KW symmetric key can trigger an out-of-bounds heap write, corrupting the heap. This leads at minimum to a crash (denial of service) and, depending on the heap layout and allocator, may be leverageable for further memory-corruption impact. `cjose_jwe_import()` / `cjose_jwe_decrypt()` are pre-authentication entry points: they parse and process fully attacker-controlled input. Upgrade to cjose 0.6.2.5 to receive a patch. If upgrading is not immediately possible, reject the AES Key Wrap algorithms (`A128KW`/`A192KW`/`A256KW`) for untrusted JWEs at the application layer.</Note>
		</Notes>
		<ReleaseDate>2026-09-25</ReleaseDate>
		<CVE>CVE-2026-53938</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-24.03-LTS-SP4</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>High</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>8.2</BaseScore>
				<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>cjose security update</Description>
				<DATE>2026-09-25</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-4057</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="1" xml:lang="en">OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption (JOSE). In versions 0.6.1 through 0.6.2.5, when cjose encrypts a JWE using an AES-CBC-HMAC content-encryption algorithm (`A128CBC-HS256`, `A192CBC-HS384`, or `A256CBC-HS512`) together with any key-management algorithm that generates a fresh content-encryption key (CEK), the CEK is all zero bytes instead of being randomly generated. The resulting JWE is therefore encrypted and authenticated under a fixed, publicly known key, so anyone who obtains the JWE can recover the plaintext and forge or modify the content. This is fixed in version 0.6.2.6 by `_cjose_jwe_set_cek_aes_cbc()` generating the CEK from `RAND_bytes`. A regression test asserts that the `encrypted_key` differs across two encryptions for each AES-CBC-HMAC variant. Until upgrading, for data encrypted with cjose, three options are available. Use an AES-GCM `enc` (`A128GCM` / `A192GCM` / `A256GCM`) instead of an AES-CBC-HMAC `enc`,  use `alg=dir` with a caller-supplied CEK, or avoid using cjose for JWE encryption with the affected algorithm pair. These are mitigations for new ciphertexts only; data already encrypted under the zero key remains compromised and should be re-encrypted (and any secrets it contained rotated).</Note>
		</Notes>
		<ReleaseDate>2026-09-25</ReleaseDate>
		<CVE>CVE-2026-53939</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-24.03-LTS-SP4</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>Critical</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>9.1</BaseScore>
				<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>cjose security update</Description>
				<DATE>2026-09-25</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-4057</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
</cvrfdoc>