Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-59886 (GCVE-0-2026-59886)
Vulnerability from cvelistv5 – Published: 2026-07-14 16:38 – Updated: 2026-07-15 15:44| URL | Tags |
|---|---|
| https://github.com/pyasn1/pyasn1/security/advisor… | x_refsource_CONFIRM |
| https://github.com/pyasn1/pyasn1/commit/e60c691cb… | x_refsource_MISC |
| https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4 | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-59886",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-15T15:43:46.620953Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-15T15:44:02.717Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "pyasn1",
"vendor": "pyasn1",
"versions": [
{
"status": "affected",
"version": "\u003c 0.6.4"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the univ.Real type converted its mantissa, base, and exponent value to a Python float using exact big-integer exponentiation. A BER, CER, or DER encoded REAL value only a few bytes long can carry a very large exponent, causing float conversion through prettyPrint(), str(), comparison, arithmetic, int(), or an explicit float() call to consume excessive CPU and memory and hang applications that decode untrusted ASN.1 data and then print, log, or compare decoded objects. This issue is fixed in version 0.6.4."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-14T16:38:29.691Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r"
},
{
"name": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886"
},
{
"name": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
}
],
"source": {
"advisory": "GHSA-hm4w-wwcw-mr6r",
"discovery": "UNKNOWN"
},
"title": "pyasn1: Uncontrolled resource consumption when converting decoded REAL values"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-59886",
"datePublished": "2026-07-14T16:38:29.691Z",
"dateReserved": "2026-07-07T16:40:07.983Z",
"dateUpdated": "2026-07-15T15:44:02.717Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-59886",
"date": "2026-07-22",
"epss": "0.00339",
"percentile": "0.26298"
},
"microsoft_vex": {
"current_release_date": "2026-07-22T01:41:29.000Z",
"cve": "CVE-2026-59886",
"id": "msrc_CVE-2026-59886",
"initial_release_date": "2026-07-17T01:02:48.000Z",
"product_status:fixed": "1",
"product_status:known_affected": "1",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "pyasn1: Uncontrolled resource consumption when converting decoded REAL values",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-59886.json",
"version": "2"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-59886\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-07-14T17:17:15.010\",\"lastModified\":\"2026-07-21T14:38:13.080\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the univ.Real type converted its mantissa, base, and exponent value to a Python float using exact big-integer exponentiation. A BER, CER, or DER encoded REAL value only a few bytes long can carry a very large exponent, causing float conversion through prettyPrint(), str(), comparison, arithmetic, int(), or an explicit float() call to consume excessive CPU and memory and hang applications that decode untrusted ASN.1 data and then print, log, or compare decoded objects. This issue is fixed in version 0.6.4.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"pyasn1\",\"product\":\"pyasn1\",\"versions\":[{\"version\":\"\u003c 0.6.4\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-07-15T15:43:46.620953Z\",\"id\":\"CVE-2026-59886\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"},{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:pyasn1:pyasn1:*:*:*:*:*:python:*:*\",\"versionEndExcluding\":\"0.6.4\",\"matchCriteriaId\":\"9AFAC251-9C55-4538-A9B2-28C2923FBB01\"}]}]}],\"references\":[{\"url\":\"https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-07-21T21:11:33+00:00",
"cve": "CVE-2026-59886",
"id": "CVE-2026-59886",
"initial_release_date": "2026-07-14T16:38:29.691000+00:00",
"product_status:fixed": "4",
"product_status:known_affected": "91",
"product_status:known_not_affected": "5",
"product_status:under_investigation": "215",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-59886.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-07-16T17:56:49Z",
"cve": "CVE-2026-59886",
"id": "CVE-2026-59886",
"initial_release_date": "2026-07-15T18:48:04Z",
"product_status:first_fixed": "22",
"product_status:known_affected": "100",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-59886",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-59886.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-59886\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-07-15T15:43:46.620953Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-07-15T15:43:57.965Z\"}}], \"cna\": {\"title\": \"pyasn1: Uncontrolled resource consumption when converting decoded REAL values\", \"source\": {\"advisory\": \"GHSA-hm4w-wwcw-mr6r\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"pyasn1\", \"product\": \"pyasn1\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.6.4\"}]}], \"references\": [{\"url\": \"https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r\", \"name\": \"https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886\", \"name\": \"https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4\", \"name\": \"https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the univ.Real type converted its mantissa, base, and exponent value to a Python float using exact big-integer exponentiation. A BER, CER, or DER encoded REAL value only a few bytes long can carry a very large exponent, causing float conversion through prettyPrint(), str(), comparison, arithmetic, int(), or an explicit float() call to consume excessive CPU and memory and hang applications that decode untrusted ASN.1 data and then print, log, or compare decoded objects. This issue is fixed in version 0.6.4.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-07-14T16:38:29.691Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-59886\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-07-15T15:44:02.717Z\", \"dateReserved\": \"2026-07-07T16:40:07.983Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-07-14T16:38:29.691Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
cleanstart-2026-cr75797
Vulnerability from cleanstart
Multiple security vulnerabilities affect the tensorflow-gpu-jupyter package. These issues are resolved in later releases. See references for individual vulnerability details.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "tensorflow-gpu-jupyter"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.20.0-r1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the tensorflow-gpu-jupyter package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-CR75797",
"modified": "2026-07-20T13:09:50Z",
"published": "2026-07-21T06:43:58.236918Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-CR75797.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25645"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-39822"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-42505"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-59884"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-59885"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-59886"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25645"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39822"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42505"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59884"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59885"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2026-25645, CVE-2026-39822, CVE-2026-42505, CVE-2026-59884, CVE-2026-59885, CVE-2026-59886 applied in versions: 2.20.0-r0, 2.20.0-r1",
"upstream": [
"CVE-2026-25645",
"CVE-2026-39822",
"CVE-2026-42505",
"CVE-2026-59884",
"CVE-2026-59885",
"CVE-2026-59886"
]
}
FKIE_CVE-2026-59886
Vulnerability from fkie_nvd - Published: 2026-07-14 17:17 - Updated: 2026-07-21 14:38| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886 | Patch | |
| security-advisories@github.com | https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4 | Release Notes | |
| security-advisories@github.com | https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r | Third Party Advisory |
{
"affected": [
{
"affectedData": [
{
"product": "pyasn1",
"vendor": "pyasn1",
"versions": [
{
"status": "affected",
"version": "\u003c 0.6.4"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:pyasn1:pyasn1:*:*:*:*:*:python:*:*",
"matchCriteriaId": "9AFAC251-9C55-4538-A9B2-28C2923FBB01",
"versionEndExcluding": "0.6.4",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the univ.Real type converted its mantissa, base, and exponent value to a Python float using exact big-integer exponentiation. A BER, CER, or DER encoded REAL value only a few bytes long can carry a very large exponent, causing float conversion through prettyPrint(), str(), comparison, arithmetic, int(), or an explicit float() call to consume excessive CPU and memory and hang applications that decode untrusted ASN.1 data and then print, log, or compare decoded objects. This issue is fixed in version 0.6.4."
}
],
"id": "CVE-2026-59886",
"lastModified": "2026-07-21T14:38:13.080",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-59886",
"options": [
{
"exploitation": "none"
},
{
"automatable": "yes"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-15T15:43:46.620953Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-07-14T17:17:15.010",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886"
},
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-400"
},
{
"lang": "en",
"value": "CWE-770"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
GHSA-HM4W-WWCW-MR6R
Vulnerability from github – Published: 2026-07-21 19:11 – Updated: 2026-07-21 19:11Impact
The univ.Real type converted its (mantissa, base, exponent) value to a Python float using exact big-integer exponentiation. A BER/CER/DER-encoded REAL value only a few bytes long can carry a very large exponent, causing this computation to attempt to materialize an astronomically large integer.
Any operation that triggers float conversion on such a decoded value — prettyPrint(), str(), comparison, arithmetic, or an explicit float() call — consumes excessive CPU and memory, hanging the process. Applications that decode untrusted ASN.1 data and then print, log, or compare the decoded objects are vulnerable to denial of service. Decoding alone does not trigger the issue.
Affected components
- pyasn1.type.univ.Real — float conversion (float() and everything built on it: prettyPrint(), str(), comparisons, arithmetic, int())
- Reachable through the pyasn1.codec.ber, cer, and der decoders, which produce Real objects from untrusted input; also via directly constructed Real values
The encoders and the native codec are not affected. Applications that never handle ASN.1 REAL values are not affected.
Patches
Fixed in pyasn1 0.6.4. Binary (base-2) values are now converted with math.ldexp(), and decimal (base-10) values with exponents beyond float range raise OverflowError without constructing huge intermediate integers. Existing behavior is preserved: out-of-range values raise OverflowError and prettyPrint() renders them as .
Workarounds
Avoid converting, printing, or comparing decoded Real objects from untrusted sources; inspect the raw (mantissa, base, exponent) tuple instead.
{
"affected": [
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 0.6.3"
},
"package": {
"ecosystem": "PyPI",
"name": "pyasn1"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.6.4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-59886"
],
"database_specific": {
"cwe_ids": [
"CWE-400"
],
"github_reviewed": true,
"github_reviewed_at": "2026-07-21T19:11:20Z",
"nvd_published_at": "2026-07-14T17:17:15Z",
"severity": "HIGH"
},
"details": "### Impact\nThe univ.Real type converted its (mantissa, base, exponent) value to a Python float using exact big-integer exponentiation. A BER/CER/DER-encoded REAL value only a few bytes long can carry a very large exponent, causing this computation to attempt to materialize an astronomically large integer.\n\nAny operation that triggers float conversion on such a decoded value \u2014 prettyPrint(), str(), comparison, arithmetic, or an explicit float() call \u2014 consumes excessive CPU and memory, hanging the process. Applications that decode untrusted ASN.1 data and then print, log, or compare the decoded objects are vulnerable to denial of service. Decoding alone does not trigger the issue.\n\n### Affected components\n- pyasn1.type.univ.Real \u2014 float conversion (__float__() and everything built on it: prettyPrint(), str(), comparisons, arithmetic, int())\n- Reachable through the pyasn1.codec.ber, cer, and der decoders, which produce Real objects from untrusted input; also via directly constructed Real values\n\nThe encoders and the native codec are not affected. Applications that never handle ASN.1 REAL values are not affected.\n\n### Patches\nFixed in pyasn1 0.6.4. Binary (base-2) values are now converted with math.ldexp(), and decimal (base-10) values with exponents beyond float range raise OverflowError without constructing huge intermediate integers. Existing behavior is preserved: out-of-range values raise OverflowError and prettyPrint() renders them as \u003coverflow\u003e.\n\n### Workarounds\nAvoid converting, printing, or comparing decoded Real objects from untrusted sources; inspect the raw (mantissa, base, exponent) tuple instead.",
"id": "GHSA-hm4w-wwcw-mr6r",
"modified": "2026-07-21T19:11:20Z",
"published": "2026-07-21T19:11:20Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886"
},
{
"type": "WEB",
"url": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886"
},
{
"type": "PACKAGE",
"url": "https://github.com/pyasn1/pyasn1"
},
{
"type": "WEB",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "pyasn1: Uncontrolled resource consumption when converting decoded REAL values"
}
MSRC_CVE-2026-59886
Vulnerability from csaf_microsoft - Published: 2026-07-17 01:02 - Updated: 2026-07-22 01:41| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-59886 pyasn1: Uncontrolled resource consumption when converting decoded REAL values - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-59886.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "pyasn1: Uncontrolled resource consumption when converting decoded REAL values",
"tracking": {
"current_release_date": "2026-07-22T01:41:29.000Z",
"generator": {
"date": "2026-07-22T07:34:20.185Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-59886",
"initial_release_date": "2026-07-17T01:02:48.000Z",
"revision_history": [
{
"date": "2026-07-17T01:02:48.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-07-22T01:41:29.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 python-pyasn1 0:0.4.8-2.azl3",
"product": {
"name": "\u003cazl3 python-pyasn1 0:0.4.8-2.azl3",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 python-pyasn1 0:0.4.8-2.azl3",
"product": {
"name": "azl3 python-pyasn1 0:0.4.8-2.azl3",
"product_id": "21138"
}
}
],
"category": "product_name",
"name": "python-pyasn1"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 python-pyasn1 0:0.4.8-2.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-pyasn1 0:0.4.8-2.azl3 as a component of Azure Linux 3.0",
"product_id": "21138-17084"
},
"product_reference": "21138",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-59886",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"21138-17084"
],
"known_affected": [
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-59886 pyasn1: Uncontrolled resource consumption when converting decoded REAL values - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-59886.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-17T01:02:48.000Z",
"details": "0:0.4.8-3.azl3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"17084-1"
]
}
],
"title": "pyasn1: Uncontrolled resource consumption when converting decoded REAL values"
}
]
}
OPENSUSE-SU-2026:11318-1
Vulnerability from csaf_opensuse - Published: 2026-07-20 00:00 - Updated: 2026-07-20 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2026-59884/ | self |
| https://www.suse.com/security/cve/CVE-2026-59885/ | self |
| https://www.suse.com/security/cve/CVE-2026-59886/ | self |
| https://www.suse.com/security/cve/CVE-2026-59884 | external |
| https://bugzilla.suse.com/1271464 | external |
| https://www.suse.com/security/cve/CVE-2026-59885 | external |
| https://bugzilla.suse.com/1271465 | external |
| https://www.suse.com/security/cve/CVE-2026-59886 | external |
| https://bugzilla.suse.com/1271466 | external |
{
"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": "python313-pyasn1-0.6.4-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python313-pyasn1-0.6.4-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11318",
"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-2026_11318-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-59884 page",
"url": "https://www.suse.com/security/cve/CVE-2026-59884/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-59885 page",
"url": "https://www.suse.com/security/cve/CVE-2026-59885/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-59886 page",
"url": "https://www.suse.com/security/cve/CVE-2026-59886/"
}
],
"title": "python313-pyasn1-0.6.4-1.1 on GA media",
"tracking": {
"current_release_date": "2026-07-20T00:00:00Z",
"generator": {
"date": "2026-07-20T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11318-1",
"initial_release_date": "2026-07-20T00:00:00Z",
"revision_history": [
{
"date": "2026-07-20T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-pyasn1-0.6.4-1.1.aarch64",
"product": {
"name": "python313-pyasn1-0.6.4-1.1.aarch64",
"product_id": "python313-pyasn1-0.6.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-pyasn1-0.6.4-1.1.aarch64",
"product": {
"name": "python314-pyasn1-0.6.4-1.1.aarch64",
"product_id": "python314-pyasn1-0.6.4-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-pyasn1-0.6.4-1.1.ppc64le",
"product": {
"name": "python313-pyasn1-0.6.4-1.1.ppc64le",
"product_id": "python313-pyasn1-0.6.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-pyasn1-0.6.4-1.1.ppc64le",
"product": {
"name": "python314-pyasn1-0.6.4-1.1.ppc64le",
"product_id": "python314-pyasn1-0.6.4-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-pyasn1-0.6.4-1.1.s390x",
"product": {
"name": "python313-pyasn1-0.6.4-1.1.s390x",
"product_id": "python313-pyasn1-0.6.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-pyasn1-0.6.4-1.1.s390x",
"product": {
"name": "python314-pyasn1-0.6.4-1.1.s390x",
"product_id": "python314-pyasn1-0.6.4-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-pyasn1-0.6.4-1.1.x86_64",
"product": {
"name": "python313-pyasn1-0.6.4-1.1.x86_64",
"product_id": "python313-pyasn1-0.6.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-pyasn1-0.6.4-1.1.x86_64",
"product": {
"name": "python314-pyasn1-0.6.4-1.1.x86_64",
"product_id": "python314-pyasn1-0.6.4-1.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": "python313-pyasn1-0.6.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.aarch64"
},
"product_reference": "python313-pyasn1-0.6.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-pyasn1-0.6.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.ppc64le"
},
"product_reference": "python313-pyasn1-0.6.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-pyasn1-0.6.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.s390x"
},
"product_reference": "python313-pyasn1-0.6.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-pyasn1-0.6.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.x86_64"
},
"product_reference": "python313-pyasn1-0.6.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-pyasn1-0.6.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.aarch64"
},
"product_reference": "python314-pyasn1-0.6.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-pyasn1-0.6.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.ppc64le"
},
"product_reference": "python314-pyasn1-0.6.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-pyasn1-0.6.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.s390x"
},
"product_reference": "python314-pyasn1-0.6.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-pyasn1-0.6.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.x86_64"
},
"product_reference": "python314-pyasn1-0.6.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-59884",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-59884"
}
],
"notes": [
{
"category": "general",
"text": "pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the BER decoder shared by the CER and DER codecs parses long-form tags by accumulating continuation octets without an upper bound on the tag ID size, allowing a crafted input to force construction of an arbitrarily large integer with CPU cost growing quadratically and to trigger unhandled ValueError exceptions in Python 3.11+ error formatting paths. Any application decoding untrusted BER, CER, or DER input is affected. This issue is fixed in version 0.6.4.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.x86_64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-59884",
"url": "https://www.suse.com/security/cve/CVE-2026-59884"
},
{
"category": "external",
"summary": "SUSE Bug 1271464 for CVE-2026-59884",
"url": "https://bugzilla.suse.com/1271464"
}
],
"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:python313-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.x86_64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.x86_64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-20T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-59884"
},
{
"cve": "CVE-2026-59885",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-59885"
}
],
"notes": [
{
"category": "general",
"text": "pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs, so a small crafted payload containing an OID with many arcs consumes excessive CPU per decode() call and can deny service to applications that decode untrusted ASN.1 data. The corresponding encoders have the same quadratic behavior when an application re-encodes previously decoded attacker-supplied values. This issue is fixed in version 0.6.4.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.x86_64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-59885",
"url": "https://www.suse.com/security/cve/CVE-2026-59885"
},
{
"category": "external",
"summary": "SUSE Bug 1271465 for CVE-2026-59885",
"url": "https://bugzilla.suse.com/1271465"
}
],
"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:python313-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.x86_64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.x86_64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-20T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-59885"
},
{
"cve": "CVE-2026-59886",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-59886"
}
],
"notes": [
{
"category": "general",
"text": "pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the univ.Real type converted its mantissa, base, and exponent value to a Python float using exact big-integer exponentiation. A BER, CER, or DER encoded REAL value only a few bytes long can carry a very large exponent, causing float conversion through prettyPrint(), str(), comparison, arithmetic, int(), or an explicit float() call to consume excessive CPU and memory and hang applications that decode untrusted ASN.1 data and then print, log, or compare decoded objects. This issue is fixed in version 0.6.4.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.x86_64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-59886",
"url": "https://www.suse.com/security/cve/CVE-2026-59886"
},
{
"category": "external",
"summary": "SUSE Bug 1271466 for CVE-2026-59886",
"url": "https://bugzilla.suse.com/1271466"
}
],
"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:python313-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.x86_64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python313-pyasn1-0.6.4-1.1.x86_64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.aarch64",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.ppc64le",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.s390x",
"openSUSE Tumbleweed:python314-pyasn1-0.6.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-20T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-59886"
}
]
}
PYSEC-2026-3457
Vulnerability from pysec - Published: 2026-07-14 17:17 - Updated: 2026-07-22 09:57pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the univ.Real type converted its mantissa, base, and exponent value to a Python float using exact big-integer exponentiation. A BER, CER, or DER encoded REAL value only a few bytes long can carry a very large exponent, causing float conversion through prettyPrint(), str(), comparison, arithmetic, int(), or an explicit float() call to consume excessive CPU and memory and hang applications that decode untrusted ASN.1 data and then print, log, or compare decoded objects. This issue is fixed in version 0.6.4.
| Name | purl | pyasn1 | pkg:pypi/pyasn1 |
|---|
{
"affected": [
{
"ecosystem_specific": {},
"package": {
"ecosystem": "PyPI",
"name": "pyasn1",
"purl": "pkg:pypi/pyasn1"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.6.4"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.0.10a",
"0.0.11a",
"0.0.12a",
"0.0.13",
"0.0.13a",
"0.0.13b",
"0.0.6a",
"0.0.9a",
"0.1.1",
"0.1.2",
"0.1.3",
"0.1.4",
"0.1.5",
"0.1.6",
"0.1.7",
"0.1.8",
"0.1.9",
"0.2.1",
"0.2.2",
"0.2.3",
"0.3.1",
"0.3.2",
"0.3.3",
"0.3.4",
"0.3.5",
"0.3.6",
"0.3.7",
"0.4.1",
"0.4.2",
"0.4.3",
"0.4.4",
"0.4.5",
"0.4.6",
"0.4.7",
"0.4.8",
"0.5.0",
"0.5.1",
"0.6.0",
"0.6.1",
"0.6.2",
"0.6.3"
]
}
],
"aliases": [
"CVE-2026-59886",
"GHSA-hm4w-wwcw-mr6r"
],
"details": "pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the univ.Real type converted its mantissa, base, and exponent value to a Python float using exact big-integer exponentiation. A BER, CER, or DER encoded REAL value only a few bytes long can carry a very large exponent, causing float conversion through prettyPrint(), str(), comparison, arithmetic, int(), or an explicit float() call to consume excessive CPU and memory and hang applications that decode untrusted ASN.1 data and then print, log, or compare decoded objects. This issue is fixed in version 0.6.4.",
"id": "PYSEC-2026-3457",
"modified": "2026-07-22T09:57:24.448046Z",
"published": "2026-07-14T17:17:15.010Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"type": "ADVISORY",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r"
},
{
"type": "FIX",
"url": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886"
}
],
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
RHSA-2026:37094
Vulnerability from csaf_redhat - Published: 2026-07-09 04:49 - Updated: 2026-07-21 22:19A flaw was found in urllib3, an HTTP client library for Python. When using the low-level API via `ProxyManager.connection_from_url().urlopen()` with `assert_same_host=False`, cross-origin redirects can still forward sensitive headers. This could allow a remote attacker to gain unauthorized access to sensitive information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:mariadb11-8-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:mariadb11-8-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:mariadb11-8-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:mariadb11-8-main@x86_64 | — |
Vendor Fix
fix
|
A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:mariadb11-8-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:mariadb11-8-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:mariadb11-8-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:mariadb11-8-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:37094 | self |
| https://images.redhat.com/ | external |
| https://access.redhat.com/security/updates/classi… | external |
| https://access.redhat.com/security/cve/CVE-2026-59886 | external |
| https://access.redhat.com/security/cve/CVE-2026-44431 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-44431 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2477167 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-44431 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-44431 | external |
| https://github.com/urllib3/urllib3/security/advis… | external |
| https://access.redhat.com/security/cve/CVE-2026-59886 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500041 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59886 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59886 | external |
| https://github.com/pyasn1/pyasn1/commit/e60c691cb… | external |
| https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4 | external |
| https://github.com/pyasn1/pyasn1/security/advisor… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"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 for Red Hat Hardened Images RPMs is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "This update includes the following RPMs:\n\nmariadb11.8:\n * mariadb-11.8.8-3.hum1 (aarch64, x86_64)\n * mariadb-backup-11.8.8-3.hum1 (aarch64, x86_64)\n * mariadb-client-utils-11.8.8-3.hum1 (noarch)\n * mariadb-common-11.8.8-3.hum1 (noarch)\n * mariadb-connect-engine-11.8.8-3.hum1 (aarch64, x86_64)\n * mariadb-cracklib-password-check-11.8.8-3.hum1 (aarch64, x86_64)\n * mariadb-devel-11.8.8-3.hum1 (aarch64, x86_64)\n * mariadb-embedded-11.8.8-3.hum1 (aarch64, x86_64)\n * mariadb-embedded-devel-11.8.8-3.hum1 (aarch64, x86_64)\n * mariadb-errmsg-11.8.8-3.hum1 (noarch)\n * mariadb-gssapi-server-11.8.8-3.hum1 (aarch64, x86_64)\n * mariadb-oqgraph-engine-11.8.8-3.hum1 (aarch64, x86_64)\n * mariadb-pam-11.8.8-3.hum1 (aarch64, x86_64)\n * mariadb-rocksdb-engine-11.8.8-3.hum1 (x86_64)\n * mariadb-s3-engine-11.8.8-3.hum1 (aarch64, x86_64)\n * mariadb-server-11.8.8-3.hum1 (aarch64, x86_64)\n * mariadb-server-galera-11.8.8-3.hum1 (aarch64, x86_64)\n * mariadb-server-utils-11.8.8-3.hum1 (noarch)\n * mariadb-sphinx-engine-11.8.8-3.hum1 (aarch64, x86_64)\n * mariadb-test-11.8.8-3.hum1 (aarch64, x86_64)\n * mariadb11.8-11.8.8-3.hum1.src (src)",
"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:37094",
"url": "https://access.redhat.com/errata/RHSA-2026:37094"
},
{
"category": "external",
"summary": "https://images.redhat.com/",
"url": "https://images.redhat.com/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59886",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44431",
"url": "https://access.redhat.com/security/cve/CVE-2026-44431"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_37094.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update",
"tracking": {
"current_release_date": "2026-07-21T22:19:24+00:00",
"generator": {
"date": "2026-07-21T22:19:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:37094",
"initial_release_date": "2026-07-09T04:49:53+00:00",
"revision_history": [
{
"date": "2026-07-09T04:49:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-18T05:32:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-21T22:19:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Hardened Images",
"product": {
"name": "Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:hummingbird:1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Hardened Images"
},
{
"branches": [
{
"category": "product_version",
"name": "mariadb11-8-main@aarch64",
"product": {
"name": "mariadb11-8-main@aarch64",
"product_id": "mariadb11-8-main@aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mariadb@11.8.8-3.hum1?arch=aarch64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-aarch64-rpms"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "mariadb11-8-main@x86_64",
"product": {
"name": "mariadb11-8-main@x86_64",
"product_id": "mariadb11-8-main@x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mariadb@11.8.8-3.hum1?arch=x86_64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "mariadb11-8-main@noarch",
"product": {
"name": "mariadb11-8-main@noarch",
"product_id": "mariadb11-8-main@noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mariadb-client-utils@11.8.8-3.hum1?arch=noarch\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "mariadb11-8-main@src",
"product": {
"name": "mariadb11-8-main@src",
"product_id": "mariadb11-8-main@src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mariadb11.8@11.8.8-3.hum1?arch=src\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-source-rpms"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "mariadb11-8-main@aarch64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:mariadb11-8-main@aarch64"
},
"product_reference": "mariadb11-8-main@aarch64",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mariadb11-8-main@noarch as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:mariadb11-8-main@noarch"
},
"product_reference": "mariadb11-8-main@noarch",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mariadb11-8-main@src as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:mariadb11-8-main@src"
},
"product_reference": "mariadb11-8-main@src",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mariadb11-8-main@x86_64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:mariadb11-8-main@x86_64"
},
"product_reference": "mariadb11-8-main@x86_64",
"relates_to_product_reference": "Red Hat Hardened Images"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-44431",
"cwe": {
"id": "CWE-201",
"name": "Insertion of Sensitive Information Into Sent Data"
},
"discovery_date": "2026-05-13T17:01:41.663622+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2477167"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. When using the low-level API via `ProxyManager.connection_from_url().urlopen()` with `assert_same_host=False`, cross-origin redirects can still forward sensitive headers. This could allow a remote attacker to gain unauthorized access to sensitive information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Information disclosure via cross-origin redirects forwarding sensitive headers",
"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 Hardened Images:mariadb11-8-main@aarch64",
"Red Hat Hardened Images:mariadb11-8-main@noarch",
"Red Hat Hardened Images:mariadb11-8-main@src",
"Red Hat Hardened Images:mariadb11-8-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44431"
},
{
"category": "external",
"summary": "RHBZ#2477167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2477167"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44431",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44431"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44431",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44431"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-qccp-gfcp-xxvc",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-qccp-gfcp-xxvc"
}
],
"release_date": "2026-05-13T15:20:24.588000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-09T04:49:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:mariadb11-8-main@aarch64",
"Red Hat Hardened Images:mariadb11-8-main@noarch",
"Red Hat Hardened Images:mariadb11-8-main@src",
"Red Hat Hardened Images:mariadb11-8-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:37094"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:mariadb11-8-main@aarch64",
"Red Hat Hardened Images:mariadb11-8-main@noarch",
"Red Hat Hardened Images:mariadb11-8-main@src",
"Red Hat Hardened Images:mariadb11-8-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: urllib3: Information disclosure via cross-origin redirects forwarding sensitive headers"
},
{
"cve": "CVE-2026-59886",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T17:01:19.689422+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500041"
}
],
"notes": [
{
"category": "description",
"text": "A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in pyasn1, rated as Important, could lead to a denial of service in Red Hat products that process untrusted ASN.1 data. A remote attacker could send a specially crafted BER, CER, or DER encoded REAL value with a large exponent, causing applications to consume excessive resources during decoding operations such as printing, logging, or arithmetic, thereby rendering the service unavailable.",
"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 Hardened Images:mariadb11-8-main@aarch64",
"Red Hat Hardened Images:mariadb11-8-main@noarch",
"Red Hat Hardened Images:mariadb11-8-main@src",
"Red Hat Hardened Images:mariadb11-8-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"category": "external",
"summary": "RHBZ#2500041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500041"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59886",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59886"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886",
"url": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r"
}
],
"release_date": "2026-07-14T16:38:29.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-09T04:49:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:mariadb11-8-main@aarch64",
"Red Hat Hardened Images:mariadb11-8-main@noarch",
"Red Hat Hardened Images:mariadb11-8-main@src",
"Red Hat Hardened Images:mariadb11-8-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:37094"
},
{
"category": "workaround",
"details": "When processing untrusted ASN.1 data with pyasn1, avoid calling prettyPrint(), str(), float(), int(), or performing comparisons or arithmetic on decoded Real (ASN.1 REAL type) objects. Instead, inspect the raw (mantissa, base, exponent) tuple directly. Where logging decoded ASN.1 structures is necessary, filter out or sanitize Real-typed values before conversion.",
"product_ids": [
"Red Hat Hardened Images:mariadb11-8-main@aarch64",
"Red Hat Hardened Images:mariadb11-8-main@noarch",
"Red Hat Hardened Images:mariadb11-8-main@src",
"Red Hat Hardened Images:mariadb11-8-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:mariadb11-8-main@aarch64",
"Red Hat Hardened Images:mariadb11-8-main@noarch",
"Red Hat Hardened Images:mariadb11-8-main@src",
"Red Hat Hardened Images:mariadb11-8-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values"
}
]
}
ubuntu-cve-2026-59886
Vulnerability from osv_ubuntu
pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the univ.Real type converted its mantissa, base, and exponent value to a Python float using exact big-integer exponentiation. A BER, CER, or DER encoded REAL value only a few bytes long can carry a very large exponent, causing float conversion through prettyPrint(), str(), comparison, arithmetic, int(), or an explicit float() call to consume excessive CPU and memory and hang applications that decode untrusted ASN.1 data and then print, log, or compare decoded objects. This issue is fixed in version 0.6.4.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-pyasn1",
"binary_version": "0.1.7-1ubuntu2.1+esm1"
},
{
"binary_name": "python3-pyasn1",
"binary_version": "0.1.7-1ubuntu2.1+esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "pyasn1",
"purl": "pkg:deb/ubuntu/pyasn1@0.1.7-1ubuntu2.1+esm1?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.1.4-0ubuntu1",
"0.1.7-1ubuntu1",
"0.1.7-1ubuntu2",
"0.1.7-1ubuntu2.1",
"0.1.7-1ubuntu2.1+esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "pypy-pyasn1",
"binary_version": "0.1.9-1ubuntu0.1~esm1"
},
{
"binary_name": "python-pyasn1",
"binary_version": "0.1.9-1ubuntu0.1~esm1"
},
{
"binary_name": "python3-pyasn1",
"binary_version": "0.1.9-1ubuntu0.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "pyasn1",
"purl": "pkg:deb/ubuntu/pyasn1@0.1.9-1ubuntu0.1~esm1?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.1.8-2",
"0.1.9-1",
"0.1.9-1ubuntu0.1~esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "pypy-pyasn1",
"binary_version": "0.4.2-3ubuntu0.18.04.1~esm1"
},
{
"binary_name": "python-pyasn1",
"binary_version": "0.4.2-3ubuntu0.18.04.1~esm1"
},
{
"binary_name": "python3-pyasn1",
"binary_version": "0.4.2-3ubuntu0.18.04.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "pyasn1",
"purl": "pkg:deb/ubuntu/pyasn1@0.4.2-3ubuntu0.18.04.1~esm1?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.1.9-2",
"0.4.2-3",
"0.4.2-3ubuntu0.18.04.1~esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "pypy-pyasn1",
"binary_version": "0.4.2-3ubuntu0.20.04.1~esm1"
},
{
"binary_name": "python-pyasn1",
"binary_version": "0.4.2-3ubuntu0.20.04.1~esm1"
},
{
"binary_name": "python3-pyasn1",
"binary_version": "0.4.2-3ubuntu0.20.04.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "pyasn1",
"purl": "pkg:deb/ubuntu/pyasn1@0.4.2-3ubuntu0.20.04.1~esm1?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.4.2-3",
"0.4.2-3build1",
"0.4.2-3ubuntu0.20.04.1~esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "pypy-pyasn1",
"binary_version": "0.4.8-1ubuntu0.2"
},
{
"binary_name": "python3-pyasn1",
"binary_version": "0.4.8-1ubuntu0.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "pyasn1",
"purl": "pkg:deb/ubuntu/pyasn1@0.4.8-1ubuntu0.2?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.4.8-1",
"0.4.8-1ubuntu0.1",
"0.4.8-1ubuntu0.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-pyasn1",
"binary_version": "0.4.8-4ubuntu0.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "pyasn1",
"purl": "pkg:deb/ubuntu/pyasn1@0.4.8-4ubuntu0.2?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.4.8-4",
"0.4.8-4ubuntu0.1",
"0.4.8-4ubuntu0.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-pyasn1",
"binary_version": "0.6.3-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "pyasn1",
"purl": "pkg:deb/ubuntu/pyasn1@0.6.3-1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.6.1-1",
"0.6.1-1build1",
"0.6.2-1",
"0.6.3-1"
]
}
],
"aliases": [],
"details": "pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the univ.Real type converted its mantissa, base, and exponent value to a Python float using exact big-integer exponentiation. A BER, CER, or DER encoded REAL value only a few bytes long can carry a very large exponent, causing float conversion through prettyPrint(), str(), comparison, arithmetic, int(), or an explicit float() call to consume excessive CPU and memory and hang applications that decode untrusted ASN.1 data and then print, log, or compare decoded objects. This issue is fixed in version 0.6.4.",
"id": "UBUNTU-CVE-2026-59886",
"modified": "2026-07-14T17:17:00Z",
"published": "2026-07-14T17:17:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-59886"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59886"
},
{
"type": "REPORT",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r"
},
{
"type": "REPORT",
"url": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886"
},
{
"type": "REPORT",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-59886"
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
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.