Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-59432 (GCVE-0-2025-59432)
Vulnerability from cvelistv5 – Published: 2025-09-22 19:22 – Updated: 2026-01-23 17:27| URL | Tags | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-59432",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-09-22T19:39:54.878581Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-09-22T19:40:11.294Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "scram",
"vendor": "ongres",
"versions": [
{
"status": "affected",
"version": "\u003c 3.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "SCRAM (Salted Challenge Response Authentication Mechanism) is part of the family of Simple Authentication and Security Layer (SASL, RFC 4422) authentication mechanisms. Prior to version 3.2, a timing attack vulnerability exists in the SCRAM Java implementation. The issue arises because Arrays.equals was used to compare secret values such as client proofs and server signatures. Since Arrays.equals performs a short-circuit comparison, the execution time varies depending on how many leading bytes match. This behavior could allow an attacker to perform a timing side-channel attack and potentially infer sensitive authentication material. All users relying on SCRAM authentication are impacted. This vulnerability has been patched in version 3.1 by replacing Arrays.equals with MessageDigest.isEqual, which ensures constant-time comparison."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-208",
"description": "CWE-208: Observable Timing Discrepancy",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-385",
"description": "CWE-385: Covert Timing Channel",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-01-23T17:27:49.976Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/ongres/scram/security/advisories/GHSA-3wfh-36rx-9537",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/ongres/scram/security/advisories/GHSA-3wfh-36rx-9537"
},
{
"name": "https://github.com/ongres/scram/commit/e0b0cf99f05406a0d26682c72fcb5728e95124b3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/ongres/scram/commit/e0b0cf99f05406a0d26682c72fcb5728e95124b3"
},
{
"name": "https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/security/MessageDigest.html#isEqual(byte%5B%5D,byte%5B%5D)",
"tags": [
"x_refsource_MISC"
],
"url": "https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/security/MessageDigest.html#isEqual(byte%5B%5D,byte%5B%5D)"
}
],
"source": {
"advisory": "GHSA-3wfh-36rx-9537",
"discovery": "UNKNOWN"
},
"title": "Timing Attack Vulnerability in SCRAM Authentication"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-59432",
"datePublished": "2025-09-22T19:22:37.117Z",
"dateReserved": "2025-09-15T19:13:16.905Z",
"dateUpdated": "2026-01-23T17:27:49.976Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-59432\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-09-22T20:15:38.673\",\"lastModified\":\"2026-01-23T18:16:03.417\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"SCRAM (Salted Challenge Response Authentication Mechanism) is part of the family of Simple Authentication and Security Layer (SASL, RFC 4422) authentication mechanisms. Prior to version 3.2, a timing attack vulnerability exists in the SCRAM Java implementation. The issue arises because Arrays.equals was used to compare secret values such as client proofs and server signatures. Since Arrays.equals performs a short-circuit comparison, the execution time varies depending on how many leading bytes match. This behavior could allow an attacker to perform a timing side-channel attack and potentially infer sensitive authentication material. All users relying on SCRAM authentication are impacted. This vulnerability has been patched in version 3.1 by replacing Arrays.equals with MessageDigest.isEqual, which ensures constant-time comparison.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/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\",\"baseScore\":6.6,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"NONE\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"UNREPORTED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-208\"},{\"lang\":\"en\",\"value\":\"CWE-385\"}]}],\"references\":[{\"url\":\"https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/security/MessageDigest.html#isEqual(byte%5B%5D,byte%5B%5D)\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/ongres/scram/commit/e0b0cf99f05406a0d26682c72fcb5728e95124b3\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/ongres/scram/security/advisories/GHSA-3wfh-36rx-9537\",\"source\":\"security-advisories@github.com\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-59432\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-09-22T19:39:54.878581Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-09-22T19:40:02.655Z\"}}], \"cna\": {\"title\": \"Timing Attack Vulnerability in SCRAM Authentication\", \"source\": {\"advisory\": \"GHSA-3wfh-36rx-9537\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 6.6, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"ongres\", \"product\": \"scram\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 3.2\"}]}], \"references\": [{\"url\": \"https://github.com/ongres/scram/security/advisories/GHSA-3wfh-36rx-9537\", \"name\": \"https://github.com/ongres/scram/security/advisories/GHSA-3wfh-36rx-9537\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/ongres/scram/commit/e0b0cf99f05406a0d26682c72fcb5728e95124b3\", \"name\": \"https://github.com/ongres/scram/commit/e0b0cf99f05406a0d26682c72fcb5728e95124b3\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/security/MessageDigest.html#isEqual(byte%5B%5D,byte%5B%5D)\", \"name\": \"https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/security/MessageDigest.html#isEqual(byte%5B%5D,byte%5B%5D)\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"SCRAM (Salted Challenge Response Authentication Mechanism) is part of the family of Simple Authentication and Security Layer (SASL, RFC 4422) authentication mechanisms. Prior to version 3.2, a timing attack vulnerability exists in the SCRAM Java implementation. The issue arises because Arrays.equals was used to compare secret values such as client proofs and server signatures. Since Arrays.equals performs a short-circuit comparison, the execution time varies depending on how many leading bytes match. This behavior could allow an attacker to perform a timing side-channel attack and potentially infer sensitive authentication material. All users relying on SCRAM authentication are impacted. This vulnerability has been patched in version 3.1 by replacing Arrays.equals with MessageDigest.isEqual, which ensures constant-time comparison.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-208\", \"description\": \"CWE-208: Observable Timing Discrepancy\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-385\", \"description\": \"CWE-385: Covert Timing Channel\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-01-23T17:27:49.976Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-59432\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-01-23T17:27:49.976Z\", \"dateReserved\": \"2025-09-15T19:13:16.905Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-09-22T19:22:37.117Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
GHSA-3WFH-36RX-9537
Vulnerability from github – Published: 2025-09-16 22:20 – Updated: 2026-01-23 17:28Impact
A timing attack vulnerability exists in the SCRAM Java implementation. The issue arises because Arrays.equals was used to compare secret values such as client proofs and server signatures. Since Arrays.equals performs a short-circuit comparison, the execution time varies depending on how many leading bytes match. This behavior could allow an attacker to perform a timing side-channel attack and potentially infer sensitive authentication material. All users relying on SCRAM authentication are impacted.
Patches
This vulnerability has been patched by replacing Arrays.equals with MessageDigest.isEqual, which ensures constant-time comparison.
Users should upgrade to version 3.2 or later to mitigate this issue.
Workarounds
Because the attack requires high precision and repeated attempts, the risk is limited, but the only reliable mitigation is to upgrade to a patched release (version 3.2 or later).
References
{
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "com.ongres.scram:scram-common"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2025-59432"
],
"database_specific": {
"cwe_ids": [
"CWE-208",
"CWE-385"
],
"github_reviewed": true,
"github_reviewed_at": "2025-09-16T22:20:08Z",
"nvd_published_at": "2025-09-22T20:15:38Z",
"severity": "MODERATE"
},
"details": "### Impact\n\nA timing attack vulnerability exists in the SCRAM Java implementation. The issue arises because `Arrays.equals` was used to compare secret values such as client proofs and server signatures. Since `Arrays.equals` performs a short-circuit comparison, the execution time varies depending on how many leading bytes match. This behavior could allow an attacker to perform a timing side-channel attack and potentially infer sensitive authentication material. All users relying on SCRAM authentication are impacted.\n\n### Patches\n\nThis vulnerability has been patched by replacing `Arrays.equals` with `MessageDigest.isEqual`, which ensures constant-time comparison.\n\nUsers should upgrade to version **3.2** or later to mitigate this issue.\n\n### Workarounds\n\nBecause the attack requires high precision and repeated attempts, the risk is limited, but the only reliable mitigation is to upgrade to a patched release (version 3.2 or later).\n\n### References\n\n- [Java `MessageDigest.isEqual` Documentation](https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/security/MessageDigest.html#isEqual(byte[],byte[]))",
"id": "GHSA-3wfh-36rx-9537",
"modified": "2026-01-23T17:28:00Z",
"published": "2025-09-16T22:20:08Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/ongres/scram/security/advisories/GHSA-3wfh-36rx-9537"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59432"
},
{
"type": "WEB",
"url": "https://github.com/ongres/scram/commit/e0b0cf99f05406a0d26682c72fcb5728e95124b3"
},
{
"type": "WEB",
"url": "https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/security/MessageDigest.html#isEqual(byte%5B%5D,byte%5B%5D)"
},
{
"type": "PACKAGE",
"url": "https://github.com/ongres/scram"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U",
"type": "CVSS_V4"
}
],
"summary": "Timing Attack Vulnerability in SCRAM Authentication"
}
FKIE_CVE-2025-59432
Vulnerability from fkie_nvd - Published: 2025-09-22 20:15 - Updated: 2026-01-23 18:16| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "SCRAM (Salted Challenge Response Authentication Mechanism) is part of the family of Simple Authentication and Security Layer (SASL, RFC 4422) authentication mechanisms. Prior to version 3.2, a timing attack vulnerability exists in the SCRAM Java implementation. The issue arises because Arrays.equals was used to compare secret values such as client proofs and server signatures. Since Arrays.equals performs a short-circuit comparison, the execution time varies depending on how many leading bytes match. This behavior could allow an attacker to perform a timing side-channel attack and potentially infer sensitive authentication material. All users relying on SCRAM authentication are impacted. This vulnerability has been patched in version 3.1 by replacing Arrays.equals with MessageDigest.isEqual, which ensures constant-time comparison."
}
],
"id": "CVE-2025-59432",
"lastModified": "2026-01-23T18:16:03.417",
"metrics": {
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "UNREPORTED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/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",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2025-09-22T20:15:38.673",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/security/MessageDigest.html#isEqual(byte%5B%5D,byte%5B%5D)"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/ongres/scram/commit/e0b0cf99f05406a0d26682c72fcb5728e95124b3"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/ongres/scram/security/advisories/GHSA-3wfh-36rx-9537"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-208"
},
{
"lang": "en",
"value": "CWE-385"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
SUSE-SU-2025:4054-1
Vulnerability from csaf_suse - Published: 2025-11-11 14:04 - Updated: 2025-11-11 14:04Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for ongres-scram",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for ongres-scram fixes the following issues:\n\n- CVE-2025-59432: Fixed timing attack vulnerability in SCRAM Authentication (bsc#1250399)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-4054,SUSE-SLE-Module-Server-Applications-15-SP6-2025-4054,SUSE-SLE-Module-Server-Applications-15-SP7-2025-4054,openSUSE-SLE-15.6-2025-4054",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_4054-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:4054-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20254054-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:4054-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023249.html"
},
{
"category": "self",
"summary": "SUSE Bug 1250399",
"url": "https://bugzilla.suse.com/1250399"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-59432 page",
"url": "https://www.suse.com/security/cve/CVE-2025-59432/"
}
],
"title": "Security update for ongres-scram",
"tracking": {
"current_release_date": "2025-11-11T14:04:30Z",
"generator": {
"date": "2025-11-11T14:04:30Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:4054-1",
"initial_release_date": "2025-11-11T14:04:30Z",
"revision_history": [
{
"date": "2025-11-11T14:04:30Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ongres-scram-2.1-150400.8.5.1.noarch",
"product": {
"name": "ongres-scram-2.1-150400.8.5.1.noarch",
"product_id": "ongres-scram-2.1-150400.8.5.1.noarch"
}
},
{
"category": "product_version",
"name": "ongres-scram-client-2.1-150400.8.5.1.noarch",
"product": {
"name": "ongres-scram-client-2.1-150400.8.5.1.noarch",
"product_id": "ongres-scram-client-2.1-150400.8.5.1.noarch"
}
},
{
"category": "product_version",
"name": "ongres-scram-javadoc-2.1-150400.8.5.1.noarch",
"product": {
"name": "ongres-scram-javadoc-2.1-150400.8.5.1.noarch",
"product_id": "ongres-scram-javadoc-2.1-150400.8.5.1.noarch"
}
},
{
"category": "product_version",
"name": "ongres-scram-parent-2.1-150400.8.5.1.noarch",
"product": {
"name": "ongres-scram-parent-2.1-150400.8.5.1.noarch",
"product_id": "ongres-scram-parent-2.1-150400.8.5.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-2.1-150400.8.5.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:ongres-scram-2.1-150400.8.5.1.noarch"
},
"product_reference": "ongres-scram-2.1-150400.8.5.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-client-2.1-150400.8.5.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:ongres-scram-client-2.1-150400.8.5.1.noarch"
},
"product_reference": "ongres-scram-client-2.1-150400.8.5.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-2.1-150400.8.5.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:ongres-scram-2.1-150400.8.5.1.noarch"
},
"product_reference": "ongres-scram-2.1-150400.8.5.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-client-2.1-150400.8.5.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:ongres-scram-client-2.1-150400.8.5.1.noarch"
},
"product_reference": "ongres-scram-client-2.1-150400.8.5.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-2.1-150400.8.5.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ongres-scram-2.1-150400.8.5.1.noarch"
},
"product_reference": "ongres-scram-2.1-150400.8.5.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-client-2.1-150400.8.5.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ongres-scram-client-2.1-150400.8.5.1.noarch"
},
"product_reference": "ongres-scram-client-2.1-150400.8.5.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-javadoc-2.1-150400.8.5.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ongres-scram-javadoc-2.1-150400.8.5.1.noarch"
},
"product_reference": "ongres-scram-javadoc-2.1-150400.8.5.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-parent-2.1-150400.8.5.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ongres-scram-parent-2.1-150400.8.5.1.noarch"
},
"product_reference": "ongres-scram-parent-2.1-150400.8.5.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-59432",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-59432"
}
],
"notes": [
{
"category": "general",
"text": "SCRAM (Salted Challenge Response Authentication Mechanism) is part of the family of Simple Authentication and Security Layer (SASL, RFC 4422) authentication mechanisms. Prior to version 3.2, a timing attack vulnerability exists in the SCRAM Java implementation. The issue arises because Arrays.equals was used to compare secret values such as client proofs and server signatures. Since Arrays.equals performs a short-circuit comparison, the execution time varies depending on how many leading bytes match. This behavior could allow an attacker to perform a timing side-channel attack and potentially infer sensitive authentication material. All users relying on SCRAM authentication are impacted. This vulnerability has been patched in version 3.1 by replacing Arrays.equals with MessageDigest.isEqual, which ensures constant-time comparison.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP6:ongres-scram-2.1-150400.8.5.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:ongres-scram-client-2.1-150400.8.5.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:ongres-scram-2.1-150400.8.5.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:ongres-scram-client-2.1-150400.8.5.1.noarch",
"openSUSE Leap 15.6:ongres-scram-2.1-150400.8.5.1.noarch",
"openSUSE Leap 15.6:ongres-scram-client-2.1-150400.8.5.1.noarch",
"openSUSE Leap 15.6:ongres-scram-javadoc-2.1-150400.8.5.1.noarch",
"openSUSE Leap 15.6:ongres-scram-parent-2.1-150400.8.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-59432",
"url": "https://www.suse.com/security/cve/CVE-2025-59432"
},
{
"category": "external",
"summary": "SUSE Bug 1250399 for CVE-2025-59432",
"url": "https://bugzilla.suse.com/1250399"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Server Applications 15 SP6:ongres-scram-2.1-150400.8.5.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:ongres-scram-client-2.1-150400.8.5.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:ongres-scram-2.1-150400.8.5.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:ongres-scram-client-2.1-150400.8.5.1.noarch",
"openSUSE Leap 15.6:ongres-scram-2.1-150400.8.5.1.noarch",
"openSUSE Leap 15.6:ongres-scram-client-2.1-150400.8.5.1.noarch",
"openSUSE Leap 15.6:ongres-scram-javadoc-2.1-150400.8.5.1.noarch",
"openSUSE Leap 15.6:ongres-scram-parent-2.1-150400.8.5.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP6:ongres-scram-2.1-150400.8.5.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:ongres-scram-client-2.1-150400.8.5.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:ongres-scram-2.1-150400.8.5.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:ongres-scram-client-2.1-150400.8.5.1.noarch",
"openSUSE Leap 15.6:ongres-scram-2.1-150400.8.5.1.noarch",
"openSUSE Leap 15.6:ongres-scram-client-2.1-150400.8.5.1.noarch",
"openSUSE Leap 15.6:ongres-scram-javadoc-2.1-150400.8.5.1.noarch",
"openSUSE Leap 15.6:ongres-scram-parent-2.1-150400.8.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-11T14:04:30Z",
"details": "moderate"
}
],
"title": "CVE-2025-59432"
}
]
}
SUSE-SU-2025:21016-1
Vulnerability from csaf_suse - Published: 2025-11-19 10:17 - Updated: 2025-11-19 10:17Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for ongres-scram",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for ongres-scram fixes the following issues:\n\n- CVE-2025-59432: Fixed timing attack vulnerability in SCRAM Authentication (bsc#1250399)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-33",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_21016-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:21016-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202521016-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:21016-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023381.html"
},
{
"category": "self",
"summary": "SUSE Bug 1250399",
"url": "https://bugzilla.suse.com/1250399"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-59432 page",
"url": "https://www.suse.com/security/cve/CVE-2025-59432/"
}
],
"title": "Security update for ongres-scram",
"tracking": {
"current_release_date": "2025-11-19T10:17:29Z",
"generator": {
"date": "2025-11-19T10:17:29Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:21016-1",
"initial_release_date": "2025-11-19T10:17:29Z",
"revision_history": [
{
"date": "2025-11-19T10:17:29Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ongres-scram-3.1-160000.3.1.noarch",
"product": {
"name": "ongres-scram-3.1-160000.3.1.noarch",
"product_id": "ongres-scram-3.1-160000.3.1.noarch"
}
},
{
"category": "product_version",
"name": "ongres-scram-client-3.1-160000.3.1.noarch",
"product": {
"name": "ongres-scram-client-3.1-160000.3.1.noarch",
"product_id": "ongres-scram-client-3.1-160000.3.1.noarch"
}
},
{
"category": "product_version",
"name": "ongres-scram-javadoc-3.1-160000.3.1.noarch",
"product": {
"name": "ongres-scram-javadoc-3.1-160000.3.1.noarch",
"product_id": "ongres-scram-javadoc-3.1-160000.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16.0"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-3.1-160000.3.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ongres-scram-3.1-160000.3.1.noarch"
},
"product_reference": "ongres-scram-3.1-160000.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-client-3.1-160000.3.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ongres-scram-client-3.1-160000.3.1.noarch"
},
"product_reference": "ongres-scram-client-3.1-160000.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-javadoc-3.1-160000.3.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ongres-scram-javadoc-3.1-160000.3.1.noarch"
},
"product_reference": "ongres-scram-javadoc-3.1-160000.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-3.1-160000.3.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0:ongres-scram-3.1-160000.3.1.noarch"
},
"product_reference": "ongres-scram-3.1-160000.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-client-3.1-160000.3.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0:ongres-scram-client-3.1-160000.3.1.noarch"
},
"product_reference": "ongres-scram-client-3.1-160000.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-javadoc-3.1-160000.3.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0:ongres-scram-javadoc-3.1-160000.3.1.noarch"
},
"product_reference": "ongres-scram-javadoc-3.1-160000.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-59432",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-59432"
}
],
"notes": [
{
"category": "general",
"text": "SCRAM (Salted Challenge Response Authentication Mechanism) is part of the family of Simple Authentication and Security Layer (SASL, RFC 4422) authentication mechanisms. Prior to version 3.2, a timing attack vulnerability exists in the SCRAM Java implementation. The issue arises because Arrays.equals was used to compare secret values such as client proofs and server signatures. Since Arrays.equals performs a short-circuit comparison, the execution time varies depending on how many leading bytes match. This behavior could allow an attacker to perform a timing side-channel attack and potentially infer sensitive authentication material. All users relying on SCRAM authentication are impacted. This vulnerability has been patched in version 3.1 by replacing Arrays.equals with MessageDigest.isEqual, which ensures constant-time comparison.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:ongres-scram-3.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server 16.0:ongres-scram-client-3.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server 16.0:ongres-scram-javadoc-3.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 16.0:ongres-scram-3.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 16.0:ongres-scram-client-3.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 16.0:ongres-scram-javadoc-3.1-160000.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-59432",
"url": "https://www.suse.com/security/cve/CVE-2025-59432"
},
{
"category": "external",
"summary": "SUSE Bug 1250399 for CVE-2025-59432",
"url": "https://bugzilla.suse.com/1250399"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:ongres-scram-3.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server 16.0:ongres-scram-client-3.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server 16.0:ongres-scram-javadoc-3.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 16.0:ongres-scram-3.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 16.0:ongres-scram-client-3.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 16.0:ongres-scram-javadoc-3.1-160000.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:ongres-scram-3.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server 16.0:ongres-scram-client-3.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server 16.0:ongres-scram-javadoc-3.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 16.0:ongres-scram-3.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 16.0:ongres-scram-client-3.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 16.0:ongres-scram-javadoc-3.1-160000.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-19T10:17:29Z",
"details": "moderate"
}
],
"title": "CVE-2025-59432"
}
]
}
OPENSUSE-SU-2025:15680-1
Vulnerability from csaf_opensuse - Published: 2025-10-29 00:00 - Updated: 2025-10-29 00:00Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "ongres-scram-3.2-7.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ongres-scram-3.2-7.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15680",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15680-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-59432 page",
"url": "https://www.suse.com/security/cve/CVE-2025-59432/"
}
],
"title": "ongres-scram-3.2-7.1 on GA media",
"tracking": {
"current_release_date": "2025-10-29T00:00:00Z",
"generator": {
"date": "2025-10-29T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15680-1",
"initial_release_date": "2025-10-29T00:00:00Z",
"revision_history": [
{
"date": "2025-10-29T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ongres-scram-3.2-7.1.aarch64",
"product": {
"name": "ongres-scram-3.2-7.1.aarch64",
"product_id": "ongres-scram-3.2-7.1.aarch64"
}
},
{
"category": "product_version",
"name": "ongres-scram-client-3.2-7.1.aarch64",
"product": {
"name": "ongres-scram-client-3.2-7.1.aarch64",
"product_id": "ongres-scram-client-3.2-7.1.aarch64"
}
},
{
"category": "product_version",
"name": "ongres-scram-javadoc-3.2-7.1.aarch64",
"product": {
"name": "ongres-scram-javadoc-3.2-7.1.aarch64",
"product_id": "ongres-scram-javadoc-3.2-7.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ongres-scram-3.2-7.1.ppc64le",
"product": {
"name": "ongres-scram-3.2-7.1.ppc64le",
"product_id": "ongres-scram-3.2-7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ongres-scram-client-3.2-7.1.ppc64le",
"product": {
"name": "ongres-scram-client-3.2-7.1.ppc64le",
"product_id": "ongres-scram-client-3.2-7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ongres-scram-javadoc-3.2-7.1.ppc64le",
"product": {
"name": "ongres-scram-javadoc-3.2-7.1.ppc64le",
"product_id": "ongres-scram-javadoc-3.2-7.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ongres-scram-3.2-7.1.s390x",
"product": {
"name": "ongres-scram-3.2-7.1.s390x",
"product_id": "ongres-scram-3.2-7.1.s390x"
}
},
{
"category": "product_version",
"name": "ongres-scram-client-3.2-7.1.s390x",
"product": {
"name": "ongres-scram-client-3.2-7.1.s390x",
"product_id": "ongres-scram-client-3.2-7.1.s390x"
}
},
{
"category": "product_version",
"name": "ongres-scram-javadoc-3.2-7.1.s390x",
"product": {
"name": "ongres-scram-javadoc-3.2-7.1.s390x",
"product_id": "ongres-scram-javadoc-3.2-7.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ongres-scram-3.2-7.1.x86_64",
"product": {
"name": "ongres-scram-3.2-7.1.x86_64",
"product_id": "ongres-scram-3.2-7.1.x86_64"
}
},
{
"category": "product_version",
"name": "ongres-scram-client-3.2-7.1.x86_64",
"product": {
"name": "ongres-scram-client-3.2-7.1.x86_64",
"product_id": "ongres-scram-client-3.2-7.1.x86_64"
}
},
{
"category": "product_version",
"name": "ongres-scram-javadoc-3.2-7.1.x86_64",
"product": {
"name": "ongres-scram-javadoc-3.2-7.1.x86_64",
"product_id": "ongres-scram-javadoc-3.2-7.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-3.2-7.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ongres-scram-3.2-7.1.aarch64"
},
"product_reference": "ongres-scram-3.2-7.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-3.2-7.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ongres-scram-3.2-7.1.ppc64le"
},
"product_reference": "ongres-scram-3.2-7.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-3.2-7.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ongres-scram-3.2-7.1.s390x"
},
"product_reference": "ongres-scram-3.2-7.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-3.2-7.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ongres-scram-3.2-7.1.x86_64"
},
"product_reference": "ongres-scram-3.2-7.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-client-3.2-7.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ongres-scram-client-3.2-7.1.aarch64"
},
"product_reference": "ongres-scram-client-3.2-7.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-client-3.2-7.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ongres-scram-client-3.2-7.1.ppc64le"
},
"product_reference": "ongres-scram-client-3.2-7.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-client-3.2-7.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ongres-scram-client-3.2-7.1.s390x"
},
"product_reference": "ongres-scram-client-3.2-7.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-client-3.2-7.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ongres-scram-client-3.2-7.1.x86_64"
},
"product_reference": "ongres-scram-client-3.2-7.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-javadoc-3.2-7.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ongres-scram-javadoc-3.2-7.1.aarch64"
},
"product_reference": "ongres-scram-javadoc-3.2-7.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-javadoc-3.2-7.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ongres-scram-javadoc-3.2-7.1.ppc64le"
},
"product_reference": "ongres-scram-javadoc-3.2-7.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-javadoc-3.2-7.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ongres-scram-javadoc-3.2-7.1.s390x"
},
"product_reference": "ongres-scram-javadoc-3.2-7.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-javadoc-3.2-7.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ongres-scram-javadoc-3.2-7.1.x86_64"
},
"product_reference": "ongres-scram-javadoc-3.2-7.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-59432",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-59432"
}
],
"notes": [
{
"category": "general",
"text": "SCRAM (Salted Challenge Response Authentication Mechanism) is part of the family of Simple Authentication and Security Layer (SASL, RFC 4422) authentication mechanisms. Prior to version 3.2, a timing attack vulnerability exists in the SCRAM Java implementation. The issue arises because Arrays.equals was used to compare secret values such as client proofs and server signatures. Since Arrays.equals performs a short-circuit comparison, the execution time varies depending on how many leading bytes match. This behavior could allow an attacker to perform a timing side-channel attack and potentially infer sensitive authentication material. All users relying on SCRAM authentication are impacted. This vulnerability has been patched in version 3.1 by replacing Arrays.equals with MessageDigest.isEqual, which ensures constant-time comparison.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ongres-scram-3.2-7.1.aarch64",
"openSUSE Tumbleweed:ongres-scram-3.2-7.1.ppc64le",
"openSUSE Tumbleweed:ongres-scram-3.2-7.1.s390x",
"openSUSE Tumbleweed:ongres-scram-3.2-7.1.x86_64",
"openSUSE Tumbleweed:ongres-scram-client-3.2-7.1.aarch64",
"openSUSE Tumbleweed:ongres-scram-client-3.2-7.1.ppc64le",
"openSUSE Tumbleweed:ongres-scram-client-3.2-7.1.s390x",
"openSUSE Tumbleweed:ongres-scram-client-3.2-7.1.x86_64",
"openSUSE Tumbleweed:ongres-scram-javadoc-3.2-7.1.aarch64",
"openSUSE Tumbleweed:ongres-scram-javadoc-3.2-7.1.ppc64le",
"openSUSE Tumbleweed:ongres-scram-javadoc-3.2-7.1.s390x",
"openSUSE Tumbleweed:ongres-scram-javadoc-3.2-7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-59432",
"url": "https://www.suse.com/security/cve/CVE-2025-59432"
},
{
"category": "external",
"summary": "SUSE Bug 1250399 for CVE-2025-59432",
"url": "https://bugzilla.suse.com/1250399"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:ongres-scram-3.2-7.1.aarch64",
"openSUSE Tumbleweed:ongres-scram-3.2-7.1.ppc64le",
"openSUSE Tumbleweed:ongres-scram-3.2-7.1.s390x",
"openSUSE Tumbleweed:ongres-scram-3.2-7.1.x86_64",
"openSUSE Tumbleweed:ongres-scram-client-3.2-7.1.aarch64",
"openSUSE Tumbleweed:ongres-scram-client-3.2-7.1.ppc64le",
"openSUSE Tumbleweed:ongres-scram-client-3.2-7.1.s390x",
"openSUSE Tumbleweed:ongres-scram-client-3.2-7.1.x86_64",
"openSUSE Tumbleweed:ongres-scram-javadoc-3.2-7.1.aarch64",
"openSUSE Tumbleweed:ongres-scram-javadoc-3.2-7.1.ppc64le",
"openSUSE Tumbleweed:ongres-scram-javadoc-3.2-7.1.s390x",
"openSUSE Tumbleweed:ongres-scram-javadoc-3.2-7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ongres-scram-3.2-7.1.aarch64",
"openSUSE Tumbleweed:ongres-scram-3.2-7.1.ppc64le",
"openSUSE Tumbleweed:ongres-scram-3.2-7.1.s390x",
"openSUSE Tumbleweed:ongres-scram-3.2-7.1.x86_64",
"openSUSE Tumbleweed:ongres-scram-client-3.2-7.1.aarch64",
"openSUSE Tumbleweed:ongres-scram-client-3.2-7.1.ppc64le",
"openSUSE Tumbleweed:ongres-scram-client-3.2-7.1.s390x",
"openSUSE Tumbleweed:ongres-scram-client-3.2-7.1.x86_64",
"openSUSE Tumbleweed:ongres-scram-javadoc-3.2-7.1.aarch64",
"openSUSE Tumbleweed:ongres-scram-javadoc-3.2-7.1.ppc64le",
"openSUSE Tumbleweed:ongres-scram-javadoc-3.2-7.1.s390x",
"openSUSE Tumbleweed:ongres-scram-javadoc-3.2-7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-29T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-59432"
}
]
}
OPENSUSE-SU-2025-20059-1
Vulnerability from csaf_opensuse - Published: 2025-11-19 10:33 - Updated: 2025-11-19 10:33Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for ongres-scram",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for ongres-scram fixes the following issues:\n\n- CVE-2025-59432: Fixed timing attack vulnerability in SCRAM Authentication (bsc#1250399)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-33",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025-20059-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1250399",
"url": "https://bugzilla.suse.com/1250399"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-59432 page",
"url": "https://www.suse.com/security/cve/CVE-2025-59432/"
}
],
"title": "Security update for ongres-scram",
"tracking": {
"current_release_date": "2025-11-19T10:33:44Z",
"generator": {
"date": "2025-11-19T10:33:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025-20059-1",
"initial_release_date": "2025-11-19T10:33:44Z",
"revision_history": [
{
"date": "2025-11-19T10:33:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ongres-scram-3.1-160000.3.1.noarch",
"product": {
"name": "ongres-scram-3.1-160000.3.1.noarch",
"product_id": "ongres-scram-3.1-160000.3.1.noarch"
}
},
{
"category": "product_version",
"name": "ongres-scram-client-3.1-160000.3.1.noarch",
"product": {
"name": "ongres-scram-client-3.1-160000.3.1.noarch",
"product_id": "ongres-scram-client-3.1-160000.3.1.noarch"
}
},
{
"category": "product_version",
"name": "ongres-scram-javadoc-3.1-160000.3.1.noarch",
"product": {
"name": "ongres-scram-javadoc-3.1-160000.3.1.noarch",
"product_id": "ongres-scram-javadoc-3.1-160000.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-3.1-160000.3.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:ongres-scram-3.1-160000.3.1.noarch"
},
"product_reference": "ongres-scram-3.1-160000.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-client-3.1-160000.3.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:ongres-scram-client-3.1-160000.3.1.noarch"
},
"product_reference": "ongres-scram-client-3.1-160000.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-javadoc-3.1-160000.3.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:ongres-scram-javadoc-3.1-160000.3.1.noarch"
},
"product_reference": "ongres-scram-javadoc-3.1-160000.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-59432",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-59432"
}
],
"notes": [
{
"category": "general",
"text": "SCRAM (Salted Challenge Response Authentication Mechanism) is part of the family of Simple Authentication and Security Layer (SASL, RFC 4422) authentication mechanisms. Prior to version 3.2, a timing attack vulnerability exists in the SCRAM Java implementation. The issue arises because Arrays.equals was used to compare secret values such as client proofs and server signatures. Since Arrays.equals performs a short-circuit comparison, the execution time varies depending on how many leading bytes match. This behavior could allow an attacker to perform a timing side-channel attack and potentially infer sensitive authentication material. All users relying on SCRAM authentication are impacted. This vulnerability has been patched in version 3.1 by replacing Arrays.equals with MessageDigest.isEqual, which ensures constant-time comparison.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:ongres-scram-3.1-160000.3.1.noarch",
"openSUSE Leap 16.0:ongres-scram-client-3.1-160000.3.1.noarch",
"openSUSE Leap 16.0:ongres-scram-javadoc-3.1-160000.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-59432",
"url": "https://www.suse.com/security/cve/CVE-2025-59432"
},
{
"category": "external",
"summary": "SUSE Bug 1250399 for CVE-2025-59432",
"url": "https://bugzilla.suse.com/1250399"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:ongres-scram-3.1-160000.3.1.noarch",
"openSUSE Leap 16.0:ongres-scram-client-3.1-160000.3.1.noarch",
"openSUSE Leap 16.0:ongres-scram-javadoc-3.1-160000.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:ongres-scram-3.1-160000.3.1.noarch",
"openSUSE Leap 16.0:ongres-scram-client-3.1-160000.3.1.noarch",
"openSUSE Leap 16.0:ongres-scram-javadoc-3.1-160000.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-19T10:33:44Z",
"details": "moderate"
}
],
"title": "CVE-2025-59432"
}
]
}
OPENSUSE-SU-2025:20059-1
Vulnerability from csaf_opensuse - Published: 2025-11-19 10:33 - Updated: 2025-11-19 10:33Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for ongres-scram",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for ongres-scram fixes the following issues:\n\n- CVE-2025-59432: Fixed timing attack vulnerability in SCRAM Authentication (bsc#1250399)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-33",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_20059-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1250399",
"url": "https://bugzilla.suse.com/1250399"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-59432 page",
"url": "https://www.suse.com/security/cve/CVE-2025-59432/"
}
],
"title": "Security update for ongres-scram",
"tracking": {
"current_release_date": "2025-11-19T10:33:44Z",
"generator": {
"date": "2025-11-19T10:33:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:20059-1",
"initial_release_date": "2025-11-19T10:33:44Z",
"revision_history": [
{
"date": "2025-11-19T10:33:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ongres-scram-3.1-160000.3.1.noarch",
"product": {
"name": "ongres-scram-3.1-160000.3.1.noarch",
"product_id": "ongres-scram-3.1-160000.3.1.noarch"
}
},
{
"category": "product_version",
"name": "ongres-scram-client-3.1-160000.3.1.noarch",
"product": {
"name": "ongres-scram-client-3.1-160000.3.1.noarch",
"product_id": "ongres-scram-client-3.1-160000.3.1.noarch"
}
},
{
"category": "product_version",
"name": "ongres-scram-javadoc-3.1-160000.3.1.noarch",
"product": {
"name": "ongres-scram-javadoc-3.1-160000.3.1.noarch",
"product_id": "ongres-scram-javadoc-3.1-160000.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-3.1-160000.3.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:ongres-scram-3.1-160000.3.1.noarch"
},
"product_reference": "ongres-scram-3.1-160000.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-client-3.1-160000.3.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:ongres-scram-client-3.1-160000.3.1.noarch"
},
"product_reference": "ongres-scram-client-3.1-160000.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ongres-scram-javadoc-3.1-160000.3.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:ongres-scram-javadoc-3.1-160000.3.1.noarch"
},
"product_reference": "ongres-scram-javadoc-3.1-160000.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-59432",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-59432"
}
],
"notes": [
{
"category": "general",
"text": "SCRAM (Salted Challenge Response Authentication Mechanism) is part of the family of Simple Authentication and Security Layer (SASL, RFC 4422) authentication mechanisms. Prior to version 3.2, a timing attack vulnerability exists in the SCRAM Java implementation. The issue arises because Arrays.equals was used to compare secret values such as client proofs and server signatures. Since Arrays.equals performs a short-circuit comparison, the execution time varies depending on how many leading bytes match. This behavior could allow an attacker to perform a timing side-channel attack and potentially infer sensitive authentication material. All users relying on SCRAM authentication are impacted. This vulnerability has been patched in version 3.1 by replacing Arrays.equals with MessageDigest.isEqual, which ensures constant-time comparison.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:ongres-scram-3.1-160000.3.1.noarch",
"openSUSE Leap 16.0:ongres-scram-client-3.1-160000.3.1.noarch",
"openSUSE Leap 16.0:ongres-scram-javadoc-3.1-160000.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-59432",
"url": "https://www.suse.com/security/cve/CVE-2025-59432"
},
{
"category": "external",
"summary": "SUSE Bug 1250399 for CVE-2025-59432",
"url": "https://bugzilla.suse.com/1250399"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:ongres-scram-3.1-160000.3.1.noarch",
"openSUSE Leap 16.0:ongres-scram-client-3.1-160000.3.1.noarch",
"openSUSE Leap 16.0:ongres-scram-javadoc-3.1-160000.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:ongres-scram-3.1-160000.3.1.noarch",
"openSUSE Leap 16.0:ongres-scram-client-3.1-160000.3.1.noarch",
"openSUSE Leap 16.0:ongres-scram-javadoc-3.1-160000.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-19T10:33:44Z",
"details": "moderate"
}
],
"title": "CVE-2025-59432"
}
]
}
RHSA-2026:1899
Vulnerability from csaf_redhat - Published: 2026-02-05 14:43 - Updated: 2026-02-05 20:05Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat build of Quarkus.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability. For more information, see the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This release of Red Hat build of Quarkus 3.20.5 includes the following CVE fixes:\n\n* netty-codec-http: Netty (netty-codec-http): Request Smuggling via CRLF Injection [quarkus-3.20] (CVE-2025-67735)\n\n* common: Timing Attack Vulnerability in SCRAM Authentication [quarkus-3.20] (CVE-2025-59432)\n\n* quarkus-rest: Quarkus REST Worker Thread Exhaustion Vulnerability [quarkus-3.20] (CVE-2025-66560)\n\nFor more information, see the release notes page listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:1899",
"url": "https://access.redhat.com/errata/RHSA-2026:1899"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/products/quarkus/",
"url": "https://access.redhat.com/products/quarkus/"
},
{
"category": "external",
"summary": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=redhat.quarkus\u0026downloadType=distributions\u0026version=3.20.5",
"url": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=redhat.quarkus\u0026downloadType=distributions\u0026version=3.20.5"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_build_of_quarkus/3.20",
"url": "https://docs.redhat.com/en/documentation/red_hat_build_of_quarkus/3.20"
},
{
"category": "external",
"summary": "QUARKUS-6612",
"url": "https://issues.redhat.com/browse/QUARKUS-6612"
},
{
"category": "external",
"summary": "QUARKUS-6800",
"url": "https://issues.redhat.com/browse/QUARKUS-6800"
},
{
"category": "external",
"summary": "QUARKUS-6939",
"url": "https://issues.redhat.com/browse/QUARKUS-6939"
},
{
"category": "external",
"summary": "QUARKUS-7109",
"url": "https://issues.redhat.com/browse/QUARKUS-7109"
},
{
"category": "external",
"summary": "QUARKUS-7110",
"url": "https://issues.redhat.com/browse/QUARKUS-7110"
},
{
"category": "external",
"summary": "QUARKUS-7111",
"url": "https://issues.redhat.com/browse/QUARKUS-7111"
},
{
"category": "external",
"summary": "QUARKUS-7112",
"url": "https://issues.redhat.com/browse/QUARKUS-7112"
},
{
"category": "external",
"summary": "QUARKUS-7113",
"url": "https://issues.redhat.com/browse/QUARKUS-7113"
},
{
"category": "external",
"summary": "QUARKUS-7114",
"url": "https://issues.redhat.com/browse/QUARKUS-7114"
},
{
"category": "external",
"summary": "QUARKUS-7117",
"url": "https://issues.redhat.com/browse/QUARKUS-7117"
},
{
"category": "external",
"summary": "QUARKUS-7119",
"url": "https://issues.redhat.com/browse/QUARKUS-7119"
},
{
"category": "external",
"summary": "QUARKUS-7120",
"url": "https://issues.redhat.com/browse/QUARKUS-7120"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1899.json"
}
],
"title": "Red Hat Security Advisory: Red Hat build of Quarkus 3.20.5 release and security update",
"tracking": {
"current_release_date": "2026-02-05T20:05:39+00:00",
"generator": {
"date": "2026-02-05T20:05:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2026:1899",
"initial_release_date": "2026-02-05T14:43:16+00:00",
"revision_history": [
{
"date": "2026-02-05T14:43:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-05T14:43:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-05T20:05:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat build of Quarkus 3.20.5",
"product": {
"name": "Red Hat build of Quarkus 3.20.5",
"product_id": "Red Hat build of Quarkus 3.20.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quarkus:3.20::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat build of Quarkus"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-59432",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"discovery_date": "2025-09-22T20:00:54.254058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397490"
}
],
"notes": [
{
"category": "description",
"text": "SCRAM (Salted Challenge Response Authentication Mechanism) is part of the family of Simple Authentication and Security Layer (SASL, RFC 4422) authentication mechanisms. Prior to version 3.2, a timing attack vulnerability exists in the SCRAM Java implementation. The issue arises because Arrays.equals was used to compare secret values such as client proofs and server signatures. Since Arrays.equals performs a short-circuit comparison, the execution time varies depending on how many leading bytes match. This behavior could allow an attacker to perform a timing side-channel attack and potentially infer sensitive authentication material. All users relying on SCRAM authentication are impacted. This vulnerability has been patched in version 3.1 by replacing Arrays.equals with MessageDigest.isEqual, which ensures constant-time comparison.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ongres-scram: Timing Attack Vulnerability in SCRAM Authentication",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.20.5"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59432"
},
{
"category": "external",
"summary": "RHBZ#2397490",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397490"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59432",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59432"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59432",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59432"
},
{
"category": "external",
"summary": "https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/security/MessageDigest.html#isEqual(byte%5B%5D,byte%5B%5D)",
"url": "https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/security/MessageDigest.html#isEqual(byte%5B%5D,byte%5B%5D)"
},
{
"category": "external",
"summary": "https://github.com/ongres/scram/commit/f04975680d4a67bc84cc6c61bbffd5186223e2e2",
"url": "https://github.com/ongres/scram/commit/f04975680d4a67bc84cc6c61bbffd5186223e2e2"
},
{
"category": "external",
"summary": "https://github.com/ongres/scram/security/advisories/GHSA-3wfh-36rx-9537",
"url": "https://github.com/ongres/scram/security/advisories/GHSA-3wfh-36rx-9537"
}
],
"release_date": "2025-09-22T19:22:37.117000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T14:43:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.20.5"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1899"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.20.5"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.20.5"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ongres-scram: Timing Attack Vulnerability in SCRAM Authentication"
},
{
"cve": "CVE-2025-66560",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-12-04T13:15:11.315000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418794"
}
],
"notes": [
{
"category": "description",
"text": "Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications. Prior to versions 3.31.0, 3.27.2, and 3.20.5, a vulnerability exists in the HTTP layer of Quarkus REST related to response handling. When a response is being written, the framework waits for previously written response chunks to be fully transmitted before proceeding. If the client connection is dropped during this waiting period, the associated worker thread is never released and becomes permanently blocked. Under sustained or repeated occurrences, this can exhaust the available worker threads, leading to degraded performance, or complete unavailability of the application. This issue has been patched in versions 3.31.0, 3.27.2, and 3.20.5. A workaround involves implementing a health check that monitors the status and saturation of the worker thread pool to detect abnormal thread retention early.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.quarkus/quarkus-rest: Quarkus REST Worker Thread Exhaustion Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products utilizing Quarkus REST, including Red Hat AMQ, Cryostat, Enterprise Application Platform, OpenShift Container Platform, and Red Hat Build of Quarkus. The flaw in the HTTP layer can lead to an application-level denial of service if remote attackers repeatedly drop client connections while response chunks are being transmitted, causing worker threads to become permanently blocked and exhausted.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.20.5"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66560"
},
{
"category": "external",
"summary": "RHBZ#2418794",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418794"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66560"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66560",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66560"
}
],
"release_date": "2026-01-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T14:43:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.20.5"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1899"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.20.5"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.20.5"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "io.quarkus/quarkus-rest: Quarkus REST Worker Thread Exhaustion Vulnerability"
},
{
"cve": "CVE-2025-67735",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2025-12-16T01:01:30.831342+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2422568"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty (netty-codec-http). This vulnerability allows request smuggling via CRLF (Carriage Return Line Feed) injection with the request URI when constructing a request.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-codec-http: Netty (netty-codec-http): Request Smuggling via CRLF Injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. A CRLF injection flaw exists in the `io.netty.handler.codec.http.HttpRequestEncoder` component of Netty. This can lead to request smuggling if applications using `HttpRequestEncoder` do not properly sanitize the request URI, allowing an attacker to inject malicious headers.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.20.5"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-67735"
},
{
"category": "external",
"summary": "RHBZ#2422568",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2422568"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-67735",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67735"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-84h7-rjj3-6jx4",
"url": "https://github.com/netty/netty/security/advisories/GHSA-84h7-rjj3-6jx4"
}
],
"release_date": "2025-12-16T00:19:11.287000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T14:43:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.20.5"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1899"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.20.5"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.20.5"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "netty-codec-http: Netty (netty-codec-http): Request Smuggling via CRLF Injection"
}
]
}
RHSA-2026:1965
Vulnerability from csaf_redhat - Published: 2026-02-05 14:53 - Updated: 2026-02-05 14:53Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat build of Quarkus.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability. For more information, see the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This release of Red Hat build of Quarkus 3.27.2 includes the following CVE fixes:\n\n* common: Timing Attack Vulnerability in SCRAM Authentication [quarkus-3.27] (CVE-2025-59432)\n\n* hibernate-reactive-core: Hibernate Reactive: Denial of Service due to connection leak on HTTP client disconnect [quarkus-3.27] (CVE-2025-14969)\n\n* netty-codec-http: Netty (netty-codec-http): Request Smuggling via CRLF Injection [quarkus-3.27] (CVE-2025-67735)\n\n* quarkus-rest: Quarkus REST Worker Thread Exhaustion Vulnerability [quarkus-3.27] (CVE-2025-66560)\n\nFor more information, see the release notes page listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:1965",
"url": "https://access.redhat.com/errata/RHSA-2026:1965"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/products/quarkus/",
"url": "https://access.redhat.com/products/quarkus/"
},
{
"category": "external",
"summary": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=redhat.quarkus\u0026downloadType=distributions\u0026version=3.27.2",
"url": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=redhat.quarkus\u0026downloadType=distributions\u0026version=3.27.2"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_build_of_quarkus/3.27",
"url": "https://docs.redhat.com/en/documentation/red_hat_build_of_quarkus/3.27"
},
{
"category": "external",
"summary": "QUARKUS-6243",
"url": "https://issues.redhat.com/browse/QUARKUS-6243"
},
{
"category": "external",
"summary": "QUARKUS-6552",
"url": "https://issues.redhat.com/browse/QUARKUS-6552"
},
{
"category": "external",
"summary": "QUARKUS-6553",
"url": "https://issues.redhat.com/browse/QUARKUS-6553"
},
{
"category": "external",
"summary": "QUARKUS-6564",
"url": "https://issues.redhat.com/browse/QUARKUS-6564"
},
{
"category": "external",
"summary": "QUARKUS-6715",
"url": "https://issues.redhat.com/browse/QUARKUS-6715"
},
{
"category": "external",
"summary": "QUARKUS-6792",
"url": "https://issues.redhat.com/browse/QUARKUS-6792"
},
{
"category": "external",
"summary": "QUARKUS-7028",
"url": "https://issues.redhat.com/browse/QUARKUS-7028"
},
{
"category": "external",
"summary": "QUARKUS-7060",
"url": "https://issues.redhat.com/browse/QUARKUS-7060"
},
{
"category": "external",
"summary": "QUARKUS-7061",
"url": "https://issues.redhat.com/browse/QUARKUS-7061"
},
{
"category": "external",
"summary": "QUARKUS-7062",
"url": "https://issues.redhat.com/browse/QUARKUS-7062"
},
{
"category": "external",
"summary": "QUARKUS-7063",
"url": "https://issues.redhat.com/browse/QUARKUS-7063"
},
{
"category": "external",
"summary": "QUARKUS-7064",
"url": "https://issues.redhat.com/browse/QUARKUS-7064"
},
{
"category": "external",
"summary": "QUARKUS-7065",
"url": "https://issues.redhat.com/browse/QUARKUS-7065"
},
{
"category": "external",
"summary": "QUARKUS-7066",
"url": "https://issues.redhat.com/browse/QUARKUS-7066"
},
{
"category": "external",
"summary": "QUARKUS-7067",
"url": "https://issues.redhat.com/browse/QUARKUS-7067"
},
{
"category": "external",
"summary": "QUARKUS-7070",
"url": "https://issues.redhat.com/browse/QUARKUS-7070"
},
{
"category": "external",
"summary": "QUARKUS-7071",
"url": "https://issues.redhat.com/browse/QUARKUS-7071"
},
{
"category": "external",
"summary": "QUARKUS-7073",
"url": "https://issues.redhat.com/browse/QUARKUS-7073"
},
{
"category": "external",
"summary": "QUARKUS-7074",
"url": "https://issues.redhat.com/browse/QUARKUS-7074"
},
{
"category": "external",
"summary": "QUARKUS-7075",
"url": "https://issues.redhat.com/browse/QUARKUS-7075"
},
{
"category": "external",
"summary": "QUARKUS-7078",
"url": "https://issues.redhat.com/browse/QUARKUS-7078"
},
{
"category": "external",
"summary": "QUARKUS-7079",
"url": "https://issues.redhat.com/browse/QUARKUS-7079"
},
{
"category": "external",
"summary": "QUARKUS-7080",
"url": "https://issues.redhat.com/browse/QUARKUS-7080"
},
{
"category": "external",
"summary": "QUARKUS-7081",
"url": "https://issues.redhat.com/browse/QUARKUS-7081"
},
{
"category": "external",
"summary": "QUARKUS-7086",
"url": "https://issues.redhat.com/browse/QUARKUS-7086"
},
{
"category": "external",
"summary": "QUARKUS-7088",
"url": "https://issues.redhat.com/browse/QUARKUS-7088"
},
{
"category": "external",
"summary": "QUARKUS-7089",
"url": "https://issues.redhat.com/browse/QUARKUS-7089"
},
{
"category": "external",
"summary": "QUARKUS-7090",
"url": "https://issues.redhat.com/browse/QUARKUS-7090"
},
{
"category": "external",
"summary": "QUARKUS-7095",
"url": "https://issues.redhat.com/browse/QUARKUS-7095"
},
{
"category": "external",
"summary": "QUARKUS-7098",
"url": "https://issues.redhat.com/browse/QUARKUS-7098"
},
{
"category": "external",
"summary": "QUARKUS-7101",
"url": "https://issues.redhat.com/browse/QUARKUS-7101"
},
{
"category": "external",
"summary": "QUARKUS-7105",
"url": "https://issues.redhat.com/browse/QUARKUS-7105"
},
{
"category": "external",
"summary": "QUARKUS-7107",
"url": "https://issues.redhat.com/browse/QUARKUS-7107"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1965.json"
}
],
"title": "Red Hat Security Advisory: Red Hat build of Quarkus 3.27.2 release and security update",
"tracking": {
"current_release_date": "2026-02-05T14:53:57+00:00",
"generator": {
"date": "2026-02-05T14:53:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2026:1965",
"initial_release_date": "2026-02-05T14:53:30+00:00",
"revision_history": [
{
"date": "2026-02-05T14:53:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-05T14:53:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-05T14:53:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat build of Quarkus 3.27.2",
"product": {
"name": "Red Hat build of Quarkus 3.27.2",
"product_id": "Red Hat build of Quarkus 3.27.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quarkus:3.27::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat build of Quarkus"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14969",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-12-19T10:48:23.311000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423822"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Hibernate Reactive. When an HTTP endpoint is exposed to perform database operations, a remote client can prematurely close the HTTP connection. This action may lead to leaking connections from the database connection pool, potentially causing a Denial of Service (DoS) by exhausting available database connections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hibernate-reactive-core: Hibernate Reactive: Denial of Service due to connection leak on HTTP client disconnect",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat Build of Quarkus. When an application built with Quarkus 3.27 uses Hibernate Reactive and exposes an HTTP endpoint for database operations, a remote client can cause an application level denial of service by prematurely closing the HTTP connection, leading to database connection pool exhaustion. Other Red Hat products, including Enterprise Application Platform and Red Hat OpenShift Dev Spaces, are not affected as the vulnerable code is not present.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14969"
},
{
"category": "external",
"summary": "RHBZ#2423822",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423822"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14969"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14969",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14969"
}
],
"release_date": "2025-12-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T14:53:30+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1965"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.27.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "hibernate-reactive-core: Hibernate Reactive: Denial of Service due to connection leak on HTTP client disconnect"
},
{
"cve": "CVE-2025-59432",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"discovery_date": "2025-09-22T20:00:54.254058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397490"
}
],
"notes": [
{
"category": "description",
"text": "SCRAM (Salted Challenge Response Authentication Mechanism) is part of the family of Simple Authentication and Security Layer (SASL, RFC 4422) authentication mechanisms. Prior to version 3.2, a timing attack vulnerability exists in the SCRAM Java implementation. The issue arises because Arrays.equals was used to compare secret values such as client proofs and server signatures. Since Arrays.equals performs a short-circuit comparison, the execution time varies depending on how many leading bytes match. This behavior could allow an attacker to perform a timing side-channel attack and potentially infer sensitive authentication material. All users relying on SCRAM authentication are impacted. This vulnerability has been patched in version 3.1 by replacing Arrays.equals with MessageDigest.isEqual, which ensures constant-time comparison.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ongres-scram: Timing Attack Vulnerability in SCRAM Authentication",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59432"
},
{
"category": "external",
"summary": "RHBZ#2397490",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397490"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59432",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59432"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59432",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59432"
},
{
"category": "external",
"summary": "https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/security/MessageDigest.html#isEqual(byte%5B%5D,byte%5B%5D)",
"url": "https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/security/MessageDigest.html#isEqual(byte%5B%5D,byte%5B%5D)"
},
{
"category": "external",
"summary": "https://github.com/ongres/scram/commit/f04975680d4a67bc84cc6c61bbffd5186223e2e2",
"url": "https://github.com/ongres/scram/commit/f04975680d4a67bc84cc6c61bbffd5186223e2e2"
},
{
"category": "external",
"summary": "https://github.com/ongres/scram/security/advisories/GHSA-3wfh-36rx-9537",
"url": "https://github.com/ongres/scram/security/advisories/GHSA-3wfh-36rx-9537"
}
],
"release_date": "2025-09-22T19:22:37.117000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T14:53:30+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1965"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.27.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ongres-scram: Timing Attack Vulnerability in SCRAM Authentication"
},
{
"cve": "CVE-2025-66560",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-12-04T13:15:11.315000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418794"
}
],
"notes": [
{
"category": "description",
"text": "Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications. Prior to versions 3.31.0, 3.27.2, and 3.20.5, a vulnerability exists in the HTTP layer of Quarkus REST related to response handling. When a response is being written, the framework waits for previously written response chunks to be fully transmitted before proceeding. If the client connection is dropped during this waiting period, the associated worker thread is never released and becomes permanently blocked. Under sustained or repeated occurrences, this can exhaust the available worker threads, leading to degraded performance, or complete unavailability of the application. This issue has been patched in versions 3.31.0, 3.27.2, and 3.20.5. A workaround involves implementing a health check that monitors the status and saturation of the worker thread pool to detect abnormal thread retention early.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.quarkus/quarkus-rest: Quarkus REST Worker Thread Exhaustion Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products utilizing Quarkus REST, including Red Hat AMQ, Cryostat, Enterprise Application Platform, OpenShift Container Platform, and Red Hat Build of Quarkus. The flaw in the HTTP layer can lead to an application-level denial of service if remote attackers repeatedly drop client connections while response chunks are being transmitted, causing worker threads to become permanently blocked and exhausted.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66560"
},
{
"category": "external",
"summary": "RHBZ#2418794",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418794"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66560"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66560",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66560"
}
],
"release_date": "2026-01-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T14:53:30+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1965"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.27.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "io.quarkus/quarkus-rest: Quarkus REST Worker Thread Exhaustion Vulnerability"
},
{
"cve": "CVE-2025-67735",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2025-12-16T01:01:30.831342+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2422568"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty (netty-codec-http). This vulnerability allows request smuggling via CRLF (Carriage Return Line Feed) injection with the request URI when constructing a request.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-codec-http: Netty (netty-codec-http): Request Smuggling via CRLF Injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. A CRLF injection flaw exists in the `io.netty.handler.codec.http.HttpRequestEncoder` component of Netty. This can lead to request smuggling if applications using `HttpRequestEncoder` do not properly sanitize the request URI, allowing an attacker to inject malicious headers.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-67735"
},
{
"category": "external",
"summary": "RHBZ#2422568",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2422568"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-67735",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67735"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-84h7-rjj3-6jx4",
"url": "https://github.com/netty/netty/security/advisories/GHSA-84h7-rjj3-6jx4"
}
],
"release_date": "2025-12-16T00:19:11.287000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T14:53:30+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1965"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.27.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "netty-codec-http: Netty (netty-codec-http): Request Smuggling via CRLF Injection"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.