<?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 rubygem-websocket-driver is now available for openEuler-20.03-LTS-SP4,openEuler-22.03-LTS-SP4,openEuler-24.03-LTS-SP1,openEuler-24.03-LTS-SP3,openEuler-24.03-LTS-SP4</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-3218</ID>
		</Identification>
		<Status>Final</Status>
		<Version>1.0</Version>
		<RevisionHistory>
			<Revision>
				<Number>1.0</Number>
				<Date>2026-08-01</Date>
				<Description>Initial</Description>
			</Revision>
		</RevisionHistory>
		<InitialReleaseDate>2026-08-01</InitialReleaseDate>
		<CurrentReleaseDate>2026-08-01</CurrentReleaseDate>
		<Generator>
			<Engine>openEuler SA Tool V1.0</Engine>
			<Date>2026-08-01</Date>
		</Generator>
	</DocumentTracking>
	<DocumentNotes>
		<Note Title="Synopsis" Type="General" Ordinal="1" xml:lang="en">rubygem-websocket-driver security update</Note>
		<Note Title="Summary" Type="General" Ordinal="2" xml:lang="en">An update for rubygem-websocket-driver is now available for openEuler-20.03-LTS-SP4,openEuler-22.03-LTS-SP4,openEuler-24.03-LTS-SP1,openEuler-24.03-LTS-SP3,openEuler-24.03-LTS-SP4</Note>
		<Note Title="Description" Type="General" Ordinal="3" xml:lang="en">This module provides a complete implementation of the WebSocket protocols that can be hooked up to any TCP library. It aims to simplify things by decoupling the protocol details from the I/O layer, such that users only need to implement code to stream data in and out of it without needing to know anything about how the protocol actually works. Think of it as a complete WebSocket system with pluggable I/O.

Security Fix(es):

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.1, draft versions of the WebSocket protocol in websocket-driver include a length header that allows an arbitrarily large integer to be encoded as bytes with the high bit set, and a server or client can send an indefinite sequence of 0x80 or higher bytes that the peer parses into an ever-growing Ruby integer. This can make a WebSocket connection consume an unbounded amount of memory and lead to the host process running out of memory. This issue is fixed in version 0.8.1.(CVE-2026-54463)

### Impact

If this library is used in tandem with the `permessage-deflate` extension, a
WebSocket server or client can be made to accept messages that are larger than
the configured maximum message size. This is because this limit is checked
against the message frames&apos; length headers, which give the size of the
compressed data, not the size after decompression. This can lead to applications
accepting larger messages than expected and exceeding their intended resource
usage.

### Patches

The issue has been patched in version 0.8.1, by checking the length of messages
after they are processed by incoming extensions. All users should upgrade to
this version.

### Workarounds

No known workarounds exist.

### Acknowledgements

This issue was discovered and reported by Pranjali Thakur, DepthFirst Security
Research Team.(CVE-2026-54464)

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.1, when websocket-driver is used to implement a WebSocket server on top of a TCP server using WebSocket::Driver.server() or to complement a WebSocket client, a peer can make a single connection consume an unbounded amount of memory by sending an HTTP request or response with a never-ending list of headers. This can lead to the receiving process running out of memory. This issue is fixed in version 0.8.1.(CVE-2026-54465)

There is insufficient input validation when websocket-driver-ruby handles WebSocket frames. An attacker may cause a denial of service (DoS) or unexpected behavior by constructing malicious packets. Please refer to the official security advisory for specific impacts.(CVE-2026-61666)</Note>
		<Note Title="Topic" Type="General" Ordinal="4" xml:lang="en">An update for rubygem-websocket-driver is now available for openEuler-20.03-LTS-SP4,openEuler-22.03-LTS-SP4,openEuler-24.03-LTS-SP1,openEuler-24.03-LTS-SP3,openEuler-24.03-LTS-SP4.

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">rubygem-websocket-driver</Note>
	</DocumentNotes>
	<DocumentReferences>
		<Reference Type="Self">
			<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-3218</URL>
		</Reference>
		<Reference Type="openEuler CVE">
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-54463</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-54464</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-54465</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-61666</URL>
		</Reference>
		<Reference Type="Other">
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-54463</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-54464</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-54465</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-61666</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-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>
			<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>
		</Branch>
		<Branch Type="Package Arch" Name="aarch64">
			<FullProductName ProductID="rubygem-websocket-driver-0.6.5-2" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">rubygem-websocket-driver-0.6.5-2.oe2003sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debuginfo-0.6.5-2" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">rubygem-websocket-driver-debuginfo-0.6.5-2.oe2003sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debugsource-0.6.5-2" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">rubygem-websocket-driver-debugsource-0.6.5-2.oe2003sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-0.6.5-2" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">rubygem-websocket-driver-0.6.5-2.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debuginfo-0.6.5-2" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">rubygem-websocket-driver-debuginfo-0.6.5-2.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debugsource-0.6.5-2" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">rubygem-websocket-driver-debugsource-0.6.5-2.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">rubygem-websocket-driver-0.7.6-2.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debuginfo-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">rubygem-websocket-driver-debuginfo-0.7.6-2.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debugsource-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">rubygem-websocket-driver-debugsource-0.7.6-2.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">rubygem-websocket-driver-0.7.6-2.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debuginfo-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">rubygem-websocket-driver-debuginfo-0.7.6-2.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debugsource-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">rubygem-websocket-driver-debugsource-0.7.6-2.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">rubygem-websocket-driver-0.7.6-2.oe2403sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debuginfo-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">rubygem-websocket-driver-debuginfo-0.7.6-2.oe2403sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debugsource-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">rubygem-websocket-driver-debugsource-0.7.6-2.oe2403sp4.aarch64.rpm</FullProductName>
		</Branch>
		<Branch Type="Package Arch" Name="src">
			<FullProductName ProductID="rubygem-websocket-driver-0.6.5-2" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">rubygem-websocket-driver-0.6.5-2.oe2003sp4.src.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-0.6.5-2" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">rubygem-websocket-driver-0.6.5-2.oe2203sp4.src.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">rubygem-websocket-driver-0.7.6-2.oe2403sp1.src.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">rubygem-websocket-driver-0.7.6-2.oe2403sp3.src.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">rubygem-websocket-driver-0.7.6-2.oe2403sp4.src.rpm</FullProductName>
		</Branch>
		<Branch Type="Package Arch" Name="x86_64">
			<FullProductName ProductID="rubygem-websocket-driver-0.6.5-2" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">rubygem-websocket-driver-0.6.5-2.oe2003sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debuginfo-0.6.5-2" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">rubygem-websocket-driver-debuginfo-0.6.5-2.oe2003sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debugsource-0.6.5-2" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">rubygem-websocket-driver-debugsource-0.6.5-2.oe2003sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-0.6.5-2" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">rubygem-websocket-driver-0.6.5-2.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debuginfo-0.6.5-2" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">rubygem-websocket-driver-debuginfo-0.6.5-2.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debugsource-0.6.5-2" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">rubygem-websocket-driver-debugsource-0.6.5-2.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">rubygem-websocket-driver-0.7.6-2.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debuginfo-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">rubygem-websocket-driver-debuginfo-0.7.6-2.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debugsource-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">rubygem-websocket-driver-debugsource-0.7.6-2.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">rubygem-websocket-driver-0.7.6-2.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debuginfo-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">rubygem-websocket-driver-debuginfo-0.7.6-2.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debugsource-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">rubygem-websocket-driver-debugsource-0.7.6-2.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">rubygem-websocket-driver-0.7.6-2.oe2403sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debuginfo-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">rubygem-websocket-driver-debuginfo-0.7.6-2.oe2403sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-debugsource-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">rubygem-websocket-driver-debugsource-0.7.6-2.oe2403sp4.x86_64.rpm</FullProductName>
		</Branch>
		<Branch Type="Package Arch" Name="noarch">
			<FullProductName ProductID="rubygem-websocket-driver-doc-0.6.5-2" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">rubygem-websocket-driver-doc-0.6.5-2.oe2003sp4.noarch.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-doc-0.6.5-2" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">rubygem-websocket-driver-doc-0.6.5-2.oe2203sp4.noarch.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-doc-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">rubygem-websocket-driver-doc-0.7.6-2.oe2403sp1.noarch.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-doc-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">rubygem-websocket-driver-doc-0.7.6-2.oe2403sp3.noarch.rpm</FullProductName>
			<FullProductName ProductID="rubygem-websocket-driver-doc-0.7.6-2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP4">rubygem-websocket-driver-doc-0.7.6-2.oe2403sp4.noarch.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">websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.1, draft versions of the WebSocket protocol in websocket-driver include a length header that allows an arbitrarily large integer to be encoded as bytes with the high bit set, and a server or client can send an indefinite sequence of 0x80 or higher bytes that the peer parses into an ever-growing Ruby integer. This can make a WebSocket connection consume an unbounded amount of memory and lead to the host process running out of memory. This issue is fixed in version 0.8.1.</Note>
		</Notes>
		<ReleaseDate>2026-08-01</ReleaseDate>
		<CVE>CVE-2026-54463</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-24.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>Medium</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>6.9</BaseScore>
				<Vector>AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>rubygem-websocket-driver security update</Description>
				<DATE>2026-08-01</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-3218</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">### Impact

If this library is used in tandem with the `permessage-deflate` extension, a
WebSocket server or client can be made to accept messages that are larger than
the configured maximum message size. This is because this limit is checked
against the message frames&apos; length headers, which give the size of the
compressed data, not the size after decompression. This can lead to applications
accepting larger messages than expected and exceeding their intended resource
usage.

### Patches

The issue has been patched in version 0.8.1, by checking the length of messages
after they are processed by incoming extensions. All users should upgrade to
this version.

### Workarounds

No known workarounds exist.

### Acknowledgements

This issue was discovered and reported by Pranjali Thakur, DepthFirst Security
Research Team.</Note>
		</Notes>
		<ReleaseDate>2026-08-01</ReleaseDate>
		<CVE>CVE-2026-54464</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-24.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>Medium</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>6.3</BaseScore>
				<Vector>AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>rubygem-websocket-driver security update</Description>
				<DATE>2026-08-01</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-3218</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="1" xml:lang="en">websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.1, when websocket-driver is used to implement a WebSocket server on top of a TCP server using WebSocket::Driver.server() or to complement a WebSocket client, a peer can make a single connection consume an unbounded amount of memory by sending an HTTP request or response with a never-ending list of headers. This can lead to the receiving process running out of memory. This issue is fixed in version 0.8.1.</Note>
		</Notes>
		<ReleaseDate>2026-08-01</ReleaseDate>
		<CVE>CVE-2026-54465</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-24.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>Medium</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>6.3</BaseScore>
				<Vector>AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>rubygem-websocket-driver security update</Description>
				<DATE>2026-08-01</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-3218</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="1" xml:lang="en">There is insufficient input validation when websocket-driver-ruby handles WebSocket frames. An attacker may cause a denial of service (DoS) or unexpected behavior by constructing malicious packets. Please refer to the official security advisory for specific impacts.</Note>
		</Notes>
		<ReleaseDate>2026-08-01</ReleaseDate>
		<CVE>CVE-2026-61666</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-24.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>High</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>8.9</BaseScore>
				<Vector>AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>rubygem-websocket-driver security update</Description>
				<DATE>2026-08-01</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-3218</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
</cvrfdoc>