Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-31116
Vulnerability from cvelistv5
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T07:11:39.035Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/ultrajson/ultrajson/commit/67ec07183342589d602e0fcf7bb1ff3e19272687" }, { "name": "FEDORA-2022-1b2b8d5177", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OPPU5FZP3LCTXYORFH7NHUMYA5X66IA7/" }, { "name": "FEDORA-2022-33e816bc37", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/NAU5N4A7EUK2AMUCOLYDD5ARXAJYZBD2/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "ultrajson", "vendor": "ultrajson", "versions": [ { "status": "affected", "version": "\u003c 5.4.0" } ] } ], "descriptions": [ { "lang": "en", "value": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries. All users parsing JSON from untrusted sources are vulnerable. From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library\u0027s `json` module does, preserving them in the parsed output. Users are advised to upgrade. There are no known workarounds for this issue." } ], "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-670", "description": "CWE-670: Always-Incorrect Control Flow Implementation", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2022-08-03T03:08:16", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/ultrajson/ultrajson/commit/67ec07183342589d602e0fcf7bb1ff3e19272687" }, { "name": "FEDORA-2022-1b2b8d5177", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OPPU5FZP3LCTXYORFH7NHUMYA5X66IA7/" }, { "name": "FEDORA-2022-33e816bc37", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/NAU5N4A7EUK2AMUCOLYDD5ARXAJYZBD2/" } ], "source": { "advisory": "GHSA-wpqr-jcpx-745r", "discovery": "UNKNOWN" }, "title": "Incorrect handling of invalid surrogate pair characters in ujson", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-31116", "STATE": "PUBLIC", "TITLE": "Incorrect handling of invalid surrogate pair characters in ujson" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "ultrajson", "version": { "version_data": [ { "version_value": "\u003c 5.4.0" } ] } } ] }, "vendor_name": "ultrajson" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries. All users parsing JSON from untrusted sources are vulnerable. From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library\u0027s `json` module does, preserving them in the parsed output. Users are advised to upgrade. There are no known workarounds for this issue." } ] }, "impact": { "cvss": { "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" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-670: Always-Incorrect Control Flow Implementation" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r", "refsource": "CONFIRM", "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r" }, { "name": "https://github.com/ultrajson/ultrajson/commit/67ec07183342589d602e0fcf7bb1ff3e19272687", "refsource": "MISC", "url": "https://github.com/ultrajson/ultrajson/commit/67ec07183342589d602e0fcf7bb1ff3e19272687" }, { "name": "FEDORA-2022-1b2b8d5177", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OPPU5FZP3LCTXYORFH7NHUMYA5X66IA7/" }, { "name": "FEDORA-2022-33e816bc37", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NAU5N4A7EUK2AMUCOLYDD5ARXAJYZBD2/" } ] }, "source": { "advisory": "GHSA-wpqr-jcpx-745r", "discovery": "UNKNOWN" } } } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2022-31116", "datePublished": "2022-07-05T17:35:11", "dateReserved": "2022-05-18T00:00:00", "dateUpdated": "2024-08-03T07:11:39.035Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2022-31116\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-07-05T18:15:08.023\",\"lastModified\":\"2024-11-21T07:03:55.690\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries. All users parsing JSON from untrusted sources are vulnerable. From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library\u0027s `json` module does, preserving them in the parsed output. Users are advised to upgrade. There are no known workarounds for this issue.\"},{\"lang\":\"es\",\"value\":\"UltraJSON es un codificador y decodificador JSON r\u00e1pido escrito en C puro con enlaces para Python versiones 3.7+.\u0026#xa0;Se encontr\u00f3 que las versiones afectadas descodificaban incorrectamente determinados caracteres.\u0026#xa0;Las cadenas JSON que contienen caracteres suplentes escapados que no forman parte de un par suplente adecuado se decodificaron incorrectamente.\u0026#xa0;Adem\u00e1s de corromper las cadenas, esto permiti\u00f3 una posible confusi\u00f3n de claves y sobrescritura de valores en los diccionarios.\u0026#xa0;Todos los usuarios que analizan JSON de fuentes que no son de confianza son vulnerables.\u0026#xa0;A partir de la versi\u00f3n 5.4.0, UltraJSON decodifica sustitutos solitarios de la misma manera que lo hace el m\u00f3dulo \\\"json\\\" de la biblioteca est\u00e1ndar, conserv\u00e1ndolos en la salida analizada.\u0026#xa0;Se recomienda a los usuarios que actualicen.\u0026#xa0;No se conocen mitigaciones adicionales para este problema\"}],\"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},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"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}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:N/I:N/A:P\",\"baseScore\":5.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-670\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ultrajson_project:ultrajson:*:*:*:*:*:python:*:*\",\"versionEndExcluding\":\"5.4.0\",\"matchCriteriaId\":\"85A0E25D-E50B-4669-A1F2-1BAAEC9DFE16\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD\"}]}]}],\"references\":[{\"url\":\"https://github.com/ultrajson/ultrajson/commit/67ec07183342589d602e0fcf7bb1ff3e19272687\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/NAU5N4A7EUK2AMUCOLYDD5ARXAJYZBD2/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OPPU5FZP3LCTXYORFH7NHUMYA5X66IA7/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/ultrajson/ultrajson/commit/67ec07183342589d602e0fcf7bb1ff3e19272687\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/NAU5N4A7EUK2AMUCOLYDD5ARXAJYZBD2/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OPPU5FZP3LCTXYORFH7NHUMYA5X66IA7/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}" } }
rhsa-2022_8864
Vulnerability from csaf_redhat
Notes
{ "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 for python-ujson is now available for Red Hat OpenStack Platform\n16.1.9 (Train) for Red Hat Enterprise Linux (RHEL) 8.2.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "UltraJSON is an ultra fast JSON encoder and decoder\n\nSecurity Fix(es):\n\n* improper decoding of escaped surrogate characters may lead to string\ncorruption key confusion or value overwriting (CVE-2022-31116)\n\n* Potential double free of buffer during string decoding (CVE-2022-31117)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2022:8864", "url": "https://access.redhat.com/errata/RHSA-2022:8864" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2104739", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104739" }, { "category": "external", "summary": "2104740", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104740" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8864.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenStack Platform 16.1.9 (python-ujson) security update", "tracking": { "current_release_date": "2024-11-22T20:15:39+00:00", "generator": { "date": "2024-11-22T20:15:39+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:8864", "initial_release_date": "2022-12-07T20:28:10+00:00", "revision_history": [ { "date": "2022-12-07T20:28:10+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-12-07T20:28:10+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T20:15:39+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenStack Platform 16.1", "product": { "name": "Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:16.1::el8" } } } ], "category": "product_family", "name": "Red Hat OpenStack Platform" }, { "branches": [ { "category": "product_version", "name": "python-ujson-0:2.0.3-3.el8ost.src", "product": { "name": "python-ujson-0:2.0.3-3.el8ost.src", "product_id": "python-ujson-0:2.0.3-3.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson@2.0.3-3.el8ost?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product_id": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson@2.0.3-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product_id": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson-debugsource@2.0.3-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product_id": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson-debuginfo@2.0.3-3.el8ost?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product_id": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson@2.0.3-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product_id": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson-debugsource@2.0.3-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product_id": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson-debuginfo@2.0.3-3.el8ost?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-ujson-0:2.0.3-3.el8ost.src as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src" }, "product_reference": "python-ujson-0:2.0.3-3.el8ost.src", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-31116", "cwe": { "id": "CWE-228", "name": "Improper Handling of Syntactically Invalid Structure" }, "discovery_date": "2022-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2104740" } ], "notes": [ { "category": "description", "text": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries. All users parsing JSON from untrusted sources are vulnerable. From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library\u0027s `json` module does, preserving them in the parsed output. Users are advised to upgrade. There are no known workarounds for this issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-ujson: improper decoding of escaped surrogate characters may lead to string corruption, key confusion or value overwriting", "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": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31116" }, { "category": "external", "summary": "RHBZ#2104740", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104740" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31116", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31116" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31116", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31116" }, { "category": "external", "summary": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r", "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r" } ], "release_date": "2022-07-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-07T20:28:10+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8864" } ], "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": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-ujson: improper decoding of escaped surrogate characters may lead to string corruption, key confusion or value overwriting" }, { "cve": "CVE-2022-31117", "cwe": { "id": "CWE-415", "name": "Double Free" }, "discovery_date": "2022-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2104739" } ], "notes": [ { "category": "description", "text": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. In versions prior to 5.4.0 an error occurring while reallocating a buffer for string decoding can cause the buffer to get freed twice. Due to how UltraJSON uses the internal decoder, this double free is impossible to trigger from Python. This issue has been resolved in version 5.4.0 and all users should upgrade to UltraJSON 5.4.0. There are no known workarounds for this issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-ujson: Potential double free of buffer during string decoding", "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": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31117" }, { "category": "external", "summary": "RHBZ#2104739", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104739" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31117", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31117" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31117", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31117" }, { "category": "external", "summary": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-fm67-cv37-96ff", "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-fm67-cv37-96ff" } ], "release_date": "2022-07-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-07T20:28:10+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8864" } ], "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": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-ujson: Potential double free of buffer during string decoding" } ] }
rhsa-2022_8850
Vulnerability from csaf_redhat
Notes
{ "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 for python-ujson is now available for Red Hat OpenStack Platform\n16.2.4 (Train) for Red Hat Enterprise Linux (RHEL) 8.4.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "UltraJSON is an ultra fast JSON encoder and decoder\n\nSecurity Fix(es):\n\n* improper decoding of escaped surrogate characters may lead to string\ncorruption key confusion or value overwriting (CVE-2022-31116)\n\n* Potential double free of buffer during string decoding (CVE-2022-31117)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2022:8850", "url": "https://access.redhat.com/errata/RHSA-2022:8850" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2104739", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104739" }, { "category": "external", "summary": "2104740", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104740" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8850.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenStack Platform 16.2.4 (python-ujson) security update", "tracking": { "current_release_date": "2024-11-22T20:15:32+00:00", "generator": { "date": "2024-11-22T20:15:32+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:8850", "initial_release_date": "2022-12-07T19:19:07+00:00", "revision_history": [ { "date": "2022-12-07T19:19:07+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-12-07T19:19:07+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T20:15:32+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenStack Platform 16.2", "product": { "name": "Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:16.2::el8" } } }, { "category": "product_name", "name": "Red Hat OpenStack Platform 16.2", "product": { "name": "Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:16.2::el8" } } } ], "category": "product_family", "name": "Red Hat OpenStack Platform" }, { "branches": [ { "category": "product_version", "name": "python-ujson-0:2.0.3-3.el8ost.src", "product": { "name": "python-ujson-0:2.0.3-3.el8ost.src", "product_id": "python-ujson-0:2.0.3-3.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson@2.0.3-3.el8ost?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product_id": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson@2.0.3-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product_id": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson-debugsource@2.0.3-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product_id": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson-debuginfo@2.0.3-3.el8ost?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product_id": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson@2.0.3-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product_id": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson-debugsource@2.0.3-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product_id": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson-debuginfo@2.0.3-3.el8ost?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-ujson-0:2.0.3-3.el8ost.src as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src" }, "product_reference": "python-ujson-0:2.0.3-3.el8ost.src", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-0:2.0.3-3.el8ost.src as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src" }, "product_reference": "python-ujson-0:2.0.3-3.el8ost.src", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-31116", "cwe": { "id": "CWE-228", "name": "Improper Handling of Syntactically Invalid Structure" }, "discovery_date": "2022-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2104740" } ], "notes": [ { "category": "description", "text": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries. All users parsing JSON from untrusted sources are vulnerable. From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library\u0027s `json` module does, preserving them in the parsed output. Users are advised to upgrade. There are no known workarounds for this issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-ujson: improper decoding of escaped surrogate characters may lead to string corruption, key confusion or value overwriting", "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": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31116" }, { "category": "external", "summary": "RHBZ#2104740", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104740" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31116", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31116" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31116", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31116" }, { "category": "external", "summary": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r", "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r" } ], "release_date": "2022-07-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-07T19:19:07+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8850" } ], "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": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-ujson: improper decoding of escaped surrogate characters may lead to string corruption, key confusion or value overwriting" }, { "cve": "CVE-2022-31117", "cwe": { "id": "CWE-415", "name": "Double Free" }, "discovery_date": "2022-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2104739" } ], "notes": [ { "category": "description", "text": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. In versions prior to 5.4.0 an error occurring while reallocating a buffer for string decoding can cause the buffer to get freed twice. Due to how UltraJSON uses the internal decoder, this double free is impossible to trigger from Python. This issue has been resolved in version 5.4.0 and all users should upgrade to UltraJSON 5.4.0. There are no known workarounds for this issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-ujson: Potential double free of buffer during string decoding", "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": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31117" }, { "category": "external", "summary": "RHBZ#2104739", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104739" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31117", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31117" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31117", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31117" }, { "category": "external", "summary": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-fm67-cv37-96ff", "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-fm67-cv37-96ff" } ], "release_date": "2022-07-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-07T19:19:07+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8850" } ], "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": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-ujson: Potential double free of buffer during string decoding" } ] }
RHSA-2022:8850
Vulnerability from csaf_redhat
Notes
{ "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 for python-ujson is now available for Red Hat OpenStack Platform\n16.2.4 (Train) for Red Hat Enterprise Linux (RHEL) 8.4.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "UltraJSON is an ultra fast JSON encoder and decoder\n\nSecurity Fix(es):\n\n* improper decoding of escaped surrogate characters may lead to string\ncorruption key confusion or value overwriting (CVE-2022-31116)\n\n* Potential double free of buffer during string decoding (CVE-2022-31117)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2022:8850", "url": "https://access.redhat.com/errata/RHSA-2022:8850" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2104739", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104739" }, { "category": "external", "summary": "2104740", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104740" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8850.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenStack Platform 16.2.4 (python-ujson) security update", "tracking": { "current_release_date": "2024-11-22T20:15:32+00:00", "generator": { "date": "2024-11-22T20:15:32+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:8850", "initial_release_date": "2022-12-07T19:19:07+00:00", "revision_history": [ { "date": "2022-12-07T19:19:07+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-12-07T19:19:07+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T20:15:32+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenStack Platform 16.2", "product": { "name": "Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:16.2::el8" } } }, { "category": "product_name", "name": "Red Hat OpenStack Platform 16.2", "product": { "name": "Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:16.2::el8" } } } ], "category": "product_family", "name": "Red Hat OpenStack Platform" }, { "branches": [ { "category": "product_version", "name": "python-ujson-0:2.0.3-3.el8ost.src", "product": { "name": "python-ujson-0:2.0.3-3.el8ost.src", "product_id": "python-ujson-0:2.0.3-3.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson@2.0.3-3.el8ost?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product_id": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson@2.0.3-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product_id": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson-debugsource@2.0.3-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product_id": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson-debuginfo@2.0.3-3.el8ost?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product_id": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson@2.0.3-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product_id": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson-debugsource@2.0.3-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product_id": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson-debuginfo@2.0.3-3.el8ost?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-ujson-0:2.0.3-3.el8ost.src as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src" }, "product_reference": "python-ujson-0:2.0.3-3.el8ost.src", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-0:2.0.3-3.el8ost.src as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src" }, "product_reference": "python-ujson-0:2.0.3-3.el8ost.src", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-31116", "cwe": { "id": "CWE-228", "name": "Improper Handling of Syntactically Invalid Structure" }, "discovery_date": "2022-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2104740" } ], "notes": [ { "category": "description", "text": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries. All users parsing JSON from untrusted sources are vulnerable. From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library\u0027s `json` module does, preserving them in the parsed output. Users are advised to upgrade. There are no known workarounds for this issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-ujson: improper decoding of escaped surrogate characters may lead to string corruption, key confusion or value overwriting", "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": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31116" }, { "category": "external", "summary": "RHBZ#2104740", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104740" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31116", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31116" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31116", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31116" }, { "category": "external", "summary": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r", "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r" } ], "release_date": "2022-07-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-07T19:19:07+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8850" } ], "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": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-ujson: improper decoding of escaped surrogate characters may lead to string corruption, key confusion or value overwriting" }, { "cve": "CVE-2022-31117", "cwe": { "id": "CWE-415", "name": "Double Free" }, "discovery_date": "2022-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2104739" } ], "notes": [ { "category": "description", "text": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. In versions prior to 5.4.0 an error occurring while reallocating a buffer for string decoding can cause the buffer to get freed twice. Due to how UltraJSON uses the internal decoder, this double free is impossible to trigger from Python. This issue has been resolved in version 5.4.0 and all users should upgrade to UltraJSON 5.4.0. There are no known workarounds for this issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-ujson: Potential double free of buffer during string decoding", "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": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31117" }, { "category": "external", "summary": "RHBZ#2104739", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104739" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31117", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31117" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31117", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31117" }, { "category": "external", "summary": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-fm67-cv37-96ff", "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-fm67-cv37-96ff" } ], "release_date": "2022-07-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-07T19:19:07+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8850" } ], "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": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-ujson: Potential double free of buffer during string decoding" } ] }
RHSA-2022:8864
Vulnerability from csaf_redhat
Notes
{ "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 for python-ujson is now available for Red Hat OpenStack Platform\n16.1.9 (Train) for Red Hat Enterprise Linux (RHEL) 8.2.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "UltraJSON is an ultra fast JSON encoder and decoder\n\nSecurity Fix(es):\n\n* improper decoding of escaped surrogate characters may lead to string\ncorruption key confusion or value overwriting (CVE-2022-31116)\n\n* Potential double free of buffer during string decoding (CVE-2022-31117)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2022:8864", "url": "https://access.redhat.com/errata/RHSA-2022:8864" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2104739", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104739" }, { "category": "external", "summary": "2104740", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104740" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8864.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenStack Platform 16.1.9 (python-ujson) security update", "tracking": { "current_release_date": "2024-11-22T20:15:39+00:00", "generator": { "date": "2024-11-22T20:15:39+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:8864", "initial_release_date": "2022-12-07T20:28:10+00:00", "revision_history": [ { "date": "2022-12-07T20:28:10+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-12-07T20:28:10+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T20:15:39+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenStack Platform 16.1", "product": { "name": "Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:16.1::el8" } } } ], "category": "product_family", "name": "Red Hat OpenStack Platform" }, { "branches": [ { "category": "product_version", "name": "python-ujson-0:2.0.3-3.el8ost.src", "product": { "name": "python-ujson-0:2.0.3-3.el8ost.src", "product_id": "python-ujson-0:2.0.3-3.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson@2.0.3-3.el8ost?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product_id": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson@2.0.3-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product_id": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson-debugsource@2.0.3-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product_id": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson-debuginfo@2.0.3-3.el8ost?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product_id": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson@2.0.3-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product_id": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson-debugsource@2.0.3-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product_id": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson-debuginfo@2.0.3-3.el8ost?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-ujson-0:2.0.3-3.el8ost.src as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src" }, "product_reference": "python-ujson-0:2.0.3-3.el8ost.src", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-31116", "cwe": { "id": "CWE-228", "name": "Improper Handling of Syntactically Invalid Structure" }, "discovery_date": "2022-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2104740" } ], "notes": [ { "category": "description", "text": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries. All users parsing JSON from untrusted sources are vulnerable. From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library\u0027s `json` module does, preserving them in the parsed output. Users are advised to upgrade. There are no known workarounds for this issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-ujson: improper decoding of escaped surrogate characters may lead to string corruption, key confusion or value overwriting", "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": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31116" }, { "category": "external", "summary": "RHBZ#2104740", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104740" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31116", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31116" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31116", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31116" }, { "category": "external", "summary": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r", "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r" } ], "release_date": "2022-07-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-07T20:28:10+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8864" } ], "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": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-ujson: improper decoding of escaped surrogate characters may lead to string corruption, key confusion or value overwriting" }, { "cve": "CVE-2022-31117", "cwe": { "id": "CWE-415", "name": "Double Free" }, "discovery_date": "2022-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2104739" } ], "notes": [ { "category": "description", "text": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. In versions prior to 5.4.0 an error occurring while reallocating a buffer for string decoding can cause the buffer to get freed twice. Due to how UltraJSON uses the internal decoder, this double free is impossible to trigger from Python. This issue has been resolved in version 5.4.0 and all users should upgrade to UltraJSON 5.4.0. There are no known workarounds for this issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-ujson: Potential double free of buffer during string decoding", "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": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31117" }, { "category": "external", "summary": "RHBZ#2104739", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104739" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31117", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31117" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31117", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31117" }, { "category": "external", "summary": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-fm67-cv37-96ff", "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-fm67-cv37-96ff" } ], "release_date": "2022-07-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-07T20:28:10+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8864" } ], "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": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-ujson: Potential double free of buffer during string decoding" } ] }
rhsa-2022:8850
Vulnerability from csaf_redhat
Notes
{ "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 for python-ujson is now available for Red Hat OpenStack Platform\n16.2.4 (Train) for Red Hat Enterprise Linux (RHEL) 8.4.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "UltraJSON is an ultra fast JSON encoder and decoder\n\nSecurity Fix(es):\n\n* improper decoding of escaped surrogate characters may lead to string\ncorruption key confusion or value overwriting (CVE-2022-31116)\n\n* Potential double free of buffer during string decoding (CVE-2022-31117)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2022:8850", "url": "https://access.redhat.com/errata/RHSA-2022:8850" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2104739", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104739" }, { "category": "external", "summary": "2104740", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104740" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8850.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenStack Platform 16.2.4 (python-ujson) security update", "tracking": { "current_release_date": "2024-11-22T20:15:32+00:00", "generator": { "date": "2024-11-22T20:15:32+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:8850", "initial_release_date": "2022-12-07T19:19:07+00:00", "revision_history": [ { "date": "2022-12-07T19:19:07+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-12-07T19:19:07+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T20:15:32+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenStack Platform 16.2", "product": { "name": "Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:16.2::el8" } } }, { "category": "product_name", "name": "Red Hat OpenStack Platform 16.2", "product": { "name": "Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:16.2::el8" } } } ], "category": "product_family", "name": "Red Hat OpenStack Platform" }, { "branches": [ { "category": "product_version", "name": "python-ujson-0:2.0.3-3.el8ost.src", "product": { "name": "python-ujson-0:2.0.3-3.el8ost.src", "product_id": "python-ujson-0:2.0.3-3.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson@2.0.3-3.el8ost?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product_id": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson@2.0.3-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product_id": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson-debugsource@2.0.3-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product_id": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson-debuginfo@2.0.3-3.el8ost?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product_id": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson@2.0.3-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product_id": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson-debugsource@2.0.3-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product_id": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson-debuginfo@2.0.3-3.el8ost?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-ujson-0:2.0.3-3.el8ost.src as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src" }, "product_reference": "python-ujson-0:2.0.3-3.el8ost.src", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-0:2.0.3-3.el8ost.src as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src" }, "product_reference": "python-ujson-0:2.0.3-3.el8ost.src", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-TOOLS-16.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-31116", "cwe": { "id": "CWE-228", "name": "Improper Handling of Syntactically Invalid Structure" }, "discovery_date": "2022-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2104740" } ], "notes": [ { "category": "description", "text": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries. All users parsing JSON from untrusted sources are vulnerable. From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library\u0027s `json` module does, preserving them in the parsed output. Users are advised to upgrade. There are no known workarounds for this issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-ujson: improper decoding of escaped surrogate characters may lead to string corruption, key confusion or value overwriting", "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": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31116" }, { "category": "external", "summary": "RHBZ#2104740", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104740" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31116", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31116" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31116", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31116" }, { "category": "external", "summary": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r", "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r" } ], "release_date": "2022-07-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-07T19:19:07+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8850" } ], "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": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-ujson: improper decoding of escaped surrogate characters may lead to string corruption, key confusion or value overwriting" }, { "cve": "CVE-2022-31117", "cwe": { "id": "CWE-415", "name": "Double Free" }, "discovery_date": "2022-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2104739" } ], "notes": [ { "category": "description", "text": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. In versions prior to 5.4.0 an error occurring while reallocating a buffer for string decoding can cause the buffer to get freed twice. Due to how UltraJSON uses the internal decoder, this double free is impossible to trigger from Python. This issue has been resolved in version 5.4.0 and all users should upgrade to UltraJSON 5.4.0. There are no known workarounds for this issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-ujson: Potential double free of buffer during string decoding", "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": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31117" }, { "category": "external", "summary": "RHBZ#2104739", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104739" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31117", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31117" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31117", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31117" }, { "category": "external", "summary": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-fm67-cv37-96ff", "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-fm67-cv37-96ff" } ], "release_date": "2022-07-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-07T19:19:07+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8850" } ], "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": [ "8Base-RHOS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-TOOLS-16.2:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-ujson: Potential double free of buffer during string decoding" } ] }
rhsa-2022:8864
Vulnerability from csaf_redhat
Notes
{ "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 for python-ujson is now available for Red Hat OpenStack Platform\n16.1.9 (Train) for Red Hat Enterprise Linux (RHEL) 8.2.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "UltraJSON is an ultra fast JSON encoder and decoder\n\nSecurity Fix(es):\n\n* improper decoding of escaped surrogate characters may lead to string\ncorruption key confusion or value overwriting (CVE-2022-31116)\n\n* Potential double free of buffer during string decoding (CVE-2022-31117)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2022:8864", "url": "https://access.redhat.com/errata/RHSA-2022:8864" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2104739", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104739" }, { "category": "external", "summary": "2104740", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104740" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8864.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenStack Platform 16.1.9 (python-ujson) security update", "tracking": { "current_release_date": "2024-11-22T20:15:39+00:00", "generator": { "date": "2024-11-22T20:15:39+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:8864", "initial_release_date": "2022-12-07T20:28:10+00:00", "revision_history": [ { "date": "2022-12-07T20:28:10+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-12-07T20:28:10+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T20:15:39+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenStack Platform 16.1", "product": { "name": "Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:16.1::el8" } } } ], "category": "product_family", "name": "Red Hat OpenStack Platform" }, { "branches": [ { "category": "product_version", "name": "python-ujson-0:2.0.3-3.el8ost.src", "product": { "name": "python-ujson-0:2.0.3-3.el8ost.src", "product_id": "python-ujson-0:2.0.3-3.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson@2.0.3-3.el8ost?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product_id": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson@2.0.3-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product_id": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson-debugsource@2.0.3-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product_id": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson-debuginfo@2.0.3-3.el8ost?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product_id": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson@2.0.3-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product_id": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ujson-debugsource@2.0.3-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product_id": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ujson-debuginfo@2.0.3-3.el8ost?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-ujson-0:2.0.3-3.el8ost.src as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src" }, "product_reference": "python-ujson-0:2.0.3-3.el8ost.src", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1", "product_id": "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" }, "product_reference": "python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-31116", "cwe": { "id": "CWE-228", "name": "Improper Handling of Syntactically Invalid Structure" }, "discovery_date": "2022-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2104740" } ], "notes": [ { "category": "description", "text": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries. All users parsing JSON from untrusted sources are vulnerable. From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library\u0027s `json` module does, preserving them in the parsed output. Users are advised to upgrade. There are no known workarounds for this issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-ujson: improper decoding of escaped surrogate characters may lead to string corruption, key confusion or value overwriting", "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": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31116" }, { "category": "external", "summary": "RHBZ#2104740", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104740" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31116", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31116" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31116", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31116" }, { "category": "external", "summary": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r", "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r" } ], "release_date": "2022-07-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-07T20:28:10+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8864" } ], "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": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-ujson: improper decoding of escaped surrogate characters may lead to string corruption, key confusion or value overwriting" }, { "cve": "CVE-2022-31117", "cwe": { "id": "CWE-415", "name": "Double Free" }, "discovery_date": "2022-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2104739" } ], "notes": [ { "category": "description", "text": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. In versions prior to 5.4.0 an error occurring while reallocating a buffer for string decoding can cause the buffer to get freed twice. Due to how UltraJSON uses the internal decoder, this double free is impossible to trigger from Python. This issue has been resolved in version 5.4.0 and all users should upgrade to UltraJSON 5.4.0. There are no known workarounds for this issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-ujson: Potential double free of buffer during string decoding", "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": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31117" }, { "category": "external", "summary": "RHBZ#2104739", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104739" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31117", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31117" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31117", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31117" }, { "category": "external", "summary": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-fm67-cv37-96ff", "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-fm67-cv37-96ff" } ], "release_date": "2022-07-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-07T20:28:10+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8864" } ], "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": [ "8Base-RHOS-16.1:python-ujson-0:2.0.3-3.el8ost.src", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python-ujson-debugsource-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-0:2.0.3-3.el8ost.x86_64", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.ppc64le", "8Base-RHOS-16.1:python3-ujson-debuginfo-0:2.0.3-3.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-ujson: Potential double free of buffer during string decoding" } ] }
WID-SEC-W-2022-2265
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat OpenStack ist eine Sammlung von Diensten, um Cloud-Computing in Form von Infrastructure as a Service (IaaS) bereitstellen zu k\u00f6nnen.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenStack ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-2265 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-2265.json" }, { "category": "self", "summary": "WID-SEC-2022-2265 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-2265" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8846" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8862" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8850" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8864" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8853" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8872" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8855" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8870" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8854" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8868" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8857" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0275 vom 2023-01-25", "url": "https://access.redhat.com/errata/RHSA-2023:0275" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0276 vom 2023-01-25", "url": "https://access.redhat.com/errata/RHSA-2023:0276" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6059-1 vom 2023-05-08", "url": "https://ubuntu.com/security/notices/USN-6059-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6067-1 vom 2023-05-10", "url": "https://ubuntu.com/security/notices/USN-6067-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4283 vom 2023-07-26", "url": "https://access.redhat.com/errata/RHSA-2023:4283" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASEMR-PUPPET-2023-001 vom 2023-09-27", "url": "https://alas.aws.amazon.com/AL2/ALASEMR-PUPPET-2023-001.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6629-3 vom 2024-02-15", "url": "https://ubuntu.com/security/notices/USN-6629-3" } ], "source_lang": "en-US", "title": "Red Hat OpenStack: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-02-14T23:00:00.000+00:00", "generator": { "date": "2024-08-15T17:39:33.672+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2022-2265", "initial_release_date": "2022-12-07T23:00:00.000+00:00", "revision_history": [ { "date": "2022-12-07T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-01-25T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-05-07T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2023-05-10T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2023-07-26T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-31T22:00:00.000+00:00", "number": "6", "summary": "CVE\u0027s erg\u00e4nzt" }, { "date": "2023-09-27T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-02-14T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Ubuntu aufgenommen" } ], "status": "final", "version": "8" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "branches": [ { "category": "product_version_range", "name": "\u003c 16.2.4", "product": { "name": "Red Hat OpenStack \u003c 16.2.4", "product_id": "T025520" } }, { "category": "product_version_range", "name": "\u003c 16.1.9", "product": { "name": "Red Hat OpenStack \u003c 16.1.9", "product_id": "T025521" } } ], "category": "product_name", "name": "OpenStack" } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-3637", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2023-3637" }, { "cve": "CVE-2022-37026", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2022-37026" }, { "cve": "CVE-2022-3277", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2022-3277" }, { "cve": "CVE-2022-31117", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2022-31117" }, { "cve": "CVE-2022-31116", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2022-31116" }, { "cve": "CVE-2022-2996", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2022-2996" }, { "cve": "CVE-2022-28346", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2022-28346" }, { "cve": "CVE-2022-23833", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2022-23833" }, { "cve": "CVE-2022-22818", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2022-22818" }, { "cve": "CVE-2021-27025", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2021-27025" } ] }
wid-sec-w-2022-2265
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat OpenStack ist eine Sammlung von Diensten, um Cloud-Computing in Form von Infrastructure as a Service (IaaS) bereitstellen zu k\u00f6nnen.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenStack ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-2265 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-2265.json" }, { "category": "self", "summary": "WID-SEC-2022-2265 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-2265" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8846" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8862" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8850" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8864" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8853" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8872" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8855" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8870" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8854" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8868" }, { "category": "external", "summary": "RedHat Security Advisory vom 2022-12-07", "url": "https://access.redhat.com/errata/RHSA-2022:8857" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0275 vom 2023-01-25", "url": "https://access.redhat.com/errata/RHSA-2023:0275" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0276 vom 2023-01-25", "url": "https://access.redhat.com/errata/RHSA-2023:0276" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6059-1 vom 2023-05-08", "url": "https://ubuntu.com/security/notices/USN-6059-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6067-1 vom 2023-05-10", "url": "https://ubuntu.com/security/notices/USN-6067-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4283 vom 2023-07-26", "url": "https://access.redhat.com/errata/RHSA-2023:4283" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASEMR-PUPPET-2023-001 vom 2023-09-27", "url": "https://alas.aws.amazon.com/AL2/ALASEMR-PUPPET-2023-001.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6629-3 vom 2024-02-15", "url": "https://ubuntu.com/security/notices/USN-6629-3" } ], "source_lang": "en-US", "title": "Red Hat OpenStack: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-02-14T23:00:00.000+00:00", "generator": { "date": "2024-08-15T17:39:33.672+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2022-2265", "initial_release_date": "2022-12-07T23:00:00.000+00:00", "revision_history": [ { "date": "2022-12-07T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-01-25T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-05-07T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2023-05-10T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2023-07-26T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-31T22:00:00.000+00:00", "number": "6", "summary": "CVE\u0027s erg\u00e4nzt" }, { "date": "2023-09-27T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-02-14T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Ubuntu aufgenommen" } ], "status": "final", "version": "8" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "branches": [ { "category": "product_version_range", "name": "\u003c 16.2.4", "product": { "name": "Red Hat OpenStack \u003c 16.2.4", "product_id": "T025520" } }, { "category": "product_version_range", "name": "\u003c 16.1.9", "product": { "name": "Red Hat OpenStack \u003c 16.1.9", "product_id": "T025521" } } ], "category": "product_name", "name": "OpenStack" } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-3637", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2023-3637" }, { "cve": "CVE-2022-37026", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2022-37026" }, { "cve": "CVE-2022-3277", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2022-3277" }, { "cve": "CVE-2022-31117", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2022-31117" }, { "cve": "CVE-2022-31116", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2022-31116" }, { "cve": "CVE-2022-2996", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2022-2996" }, { "cve": "CVE-2022-28346", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2022-28346" }, { "cve": "CVE-2022-23833", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2022-23833" }, { "cve": "CVE-2022-22818", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2022-22818" }, { "cve": "CVE-2021-27025", "notes": [ { "category": "description", "text": "In Red Hat OpenStack existieren mehrere Schwachstellen. Diese befinden sich in puppet-, python-ujson-, python-django20-, openstack-neutron-, python-scciclient- und erlang-Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden. Zur Ausnutzung einiger dieser Schwachstellen ist eine Authentisierung oder eine Interaktion des Opfers n\u00f6tig." } ], "product_status": { "known_affected": [ "67646", "T000126", "398363" ] }, "release_date": "2022-12-07T23:00:00.000+00:00", "title": "CVE-2021-27025" } ] }
fkie_cve-2022-31116
Vulnerability from fkie_nvd
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Vendor | Product | Version | |
---|---|---|---|
ultrajson_project | ultrajson | * | |
fedoraproject | fedora | 35 | |
fedoraproject | fedora | 36 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:ultrajson_project:ultrajson:*:*:*:*:*:python:*:*", "matchCriteriaId": "85A0E25D-E50B-4669-A1F2-1BAAEC9DFE16", "versionEndExcluding": "5.4.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*", "matchCriteriaId": "80E516C0-98A4-4ADE-B69F-66A772E2BAAA", "vulnerable": true }, { "criteria": "cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*", "matchCriteriaId": "5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries. All users parsing JSON from untrusted sources are vulnerable. From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library\u0027s `json` module does, preserving them in the parsed output. Users are advised to upgrade. There are no known workarounds for this issue." }, { "lang": "es", "value": "UltraJSON es un codificador y decodificador JSON r\u00e1pido escrito en C puro con enlaces para Python versiones 3.7+.\u0026#xa0;Se encontr\u00f3 que las versiones afectadas descodificaban incorrectamente determinados caracteres.\u0026#xa0;Las cadenas JSON que contienen caracteres suplentes escapados que no forman parte de un par suplente adecuado se decodificaron incorrectamente.\u0026#xa0;Adem\u00e1s de corromper las cadenas, esto permiti\u00f3 una posible confusi\u00f3n de claves y sobrescritura de valores en los diccionarios.\u0026#xa0;Todos los usuarios que analizan JSON de fuentes que no son de confianza son vulnerables.\u0026#xa0;A partir de la versi\u00f3n 5.4.0, UltraJSON decodifica sustitutos solitarios de la misma manera que lo hace el m\u00f3dulo \"json\" de la biblioteca est\u00e1ndar, conserv\u00e1ndolos en la salida analizada.\u0026#xa0;Se recomienda a los usuarios que actualicen.\u0026#xa0;No se conocen mitigaciones adicionales para este problema" } ], "id": "CVE-2022-31116", "lastModified": "2024-11-21T07:03:55.690", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "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" }, { "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": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2022-07-05T18:15:08.023", "references": [ { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ultrajson/ultrajson/commit/67ec07183342589d602e0fcf7bb1ff3e19272687" }, { "source": "security-advisories@github.com", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r" }, { "source": "security-advisories@github.com", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/NAU5N4A7EUK2AMUCOLYDD5ARXAJYZBD2/" }, { "source": "security-advisories@github.com", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OPPU5FZP3LCTXYORFH7NHUMYA5X66IA7/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ultrajson/ultrajson/commit/67ec07183342589d602e0fcf7bb1ff3e19272687" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/NAU5N4A7EUK2AMUCOLYDD5ARXAJYZBD2/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OPPU5FZP3LCTXYORFH7NHUMYA5X66IA7/" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-670" } ], "source": "security-advisories@github.com", "type": "Primary" } ] }
gsd-2022-31116
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2022-31116", "description": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries. All users parsing JSON from untrusted sources are vulnerable. From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library\u0027s `json` module does, preserving them in the parsed output. Users are advised to upgrade. There are no known workarounds for this issue.", "id": "GSD-2022-31116", "references": [ "https://www.suse.com/security/cve/CVE-2022-31116.html", "https://advisories.mageia.org/CVE-2022-31116.html", "https://access.redhat.com/errata/RHSA-2022:8850", "https://access.redhat.com/errata/RHSA-2022:8864" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-31116" ], "details": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries. All users parsing JSON from untrusted sources are vulnerable. From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library\u0027s `json` module does, preserving them in the parsed output. Users are advised to upgrade. There are no known workarounds for this issue.", "id": "GSD-2022-31116", "modified": "2023-12-13T01:19:17.603408Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-31116", "STATE": "PUBLIC", "TITLE": "Incorrect handling of invalid surrogate pair characters in ujson" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "ultrajson", "version": { "version_data": [ { "version_value": "\u003c 5.4.0" } ] } } ] }, "vendor_name": "ultrajson" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries. All users parsing JSON from untrusted sources are vulnerable. From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library\u0027s `json` module does, preserving them in the parsed output. Users are advised to upgrade. There are no known workarounds for this issue." } ] }, "impact": { "cvss": { "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" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-670: Always-Incorrect Control Flow Implementation" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r", "refsource": "CONFIRM", "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r" }, { "name": "https://github.com/ultrajson/ultrajson/commit/67ec07183342589d602e0fcf7bb1ff3e19272687", "refsource": "MISC", "url": "https://github.com/ultrajson/ultrajson/commit/67ec07183342589d602e0fcf7bb1ff3e19272687" }, { "name": "FEDORA-2022-1b2b8d5177", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OPPU5FZP3LCTXYORFH7NHUMYA5X66IA7/" }, { "name": "FEDORA-2022-33e816bc37", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NAU5N4A7EUK2AMUCOLYDD5ARXAJYZBD2/" } ] }, "source": { "advisory": "GHSA-wpqr-jcpx-745r", "discovery": "UNKNOWN" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c5.4.0", "affected_versions": "All versions before 5.4.0", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-670", "CWE-937" ], "date": "2022-11-05", "description": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries. All users parsing JSON from untrusted sources is vulnerable. From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library\u0027s `json` module does, preserving them in the parsed output. Users are advised to upgrade. There are no known workarounds for this issue.", "fixed_versions": [ "5.4.0" ], "identifier": "CVE-2022-31116", "identifiers": [ "CVE-2022-31116", "GHSA-wpqr-jcpx-745r" ], "not_impacted": "All versions starting from 5.4.0", "package_slug": "pypi/ujson", "pubdate": "2022-07-05", "solution": "Upgrade to version 5.4.0 or above.", "title": "Always-Incorrect Control Flow Implementation", "urls": [ "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r", "https://nvd.nist.gov/vuln/detail/CVE-2022-31116", "https://github.com/ultrajson/ultrajson/commit/67ec07183342589d602e0fcf7bb1ff3e19272687", "https://github.com/advisories/GHSA-wpqr-jcpx-745r" ], "uuid": "c5476d51-cd49-45d3-b231-588815f99ff8" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:ultrajson_project:ultrajson:*:*:*:*:*:python:*:*", "cpe_name": [], "versionEndExcluding": "5.4.0", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-31116" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries. All users parsing JSON from untrusted sources are vulnerable. From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library\u0027s `json` module does, preserving them in the parsed output. Users are advised to upgrade. There are no known workarounds for this issue." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-670" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/ultrajson/ultrajson/commit/67ec07183342589d602e0fcf7bb1ff3e19272687", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ultrajson/ultrajson/commit/67ec07183342589d602e0fcf7bb1ff3e19272687" }, { "name": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r", "refsource": "CONFIRM", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r" }, { "name": "FEDORA-2022-1b2b8d5177", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OPPU5FZP3LCTXYORFH7NHUMYA5X66IA7/" }, { "name": "FEDORA-2022-33e816bc37", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NAU5N4A7EUK2AMUCOLYDD5ARXAJYZBD2/" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "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 } }, "lastModifiedDate": "2022-11-05T03:08Z", "publishedDate": "2022-07-05T18:15Z" } } }
ghsa-wpqr-jcpx-745r
Vulnerability from github
Impact
What kind of vulnerability is it? Who is impacted?
Anyone parsing JSON from an untrusted source is vulnerable.
JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries.
Examples:
```python
An unpaired high surrogate character is ignored.
ujson.loads(r'"\uD800"') '' ujson.loads(r'"\uD800hello"') 'hello'
An unpaired low surrogate character is preserved.
ujson.loads(r'"\uDC00"') '\udc00'
A pair of surrogates with additional non surrogate characters pair up in spite of being invalid.
ujson.loads(r'"\uD800foo bar\uDC00"') 'foo barš' ```
Patches
Has the problem been patched? What versions should users upgrade to?
Users should upgrade to UltraJSON 5.4.0.
From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library's json
module does, preserving them in the parsed output:
```python3
ujson.loads(r'"\uD800"') '\ud800' ujson.loads(r'"\uD800hello"') '\ud800hello' ujson.loads(r'"\uDC00"') '\udc00' ujson.loads(r'"\uD800foo bar\uDC00"') '\ud800foo bar\udc00' ```
Workarounds
Is there a way for users to fix or remediate the vulnerability without upgrading?
Short of switching to an entirely different JSON library, there are no safe alternatives to upgrading.
For more information
If you have any questions or comments about this advisory: * Open an issue in UltraJSON
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "ujson" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "5.4.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-31116" ], "database_specific": { "cwe_ids": [ "CWE-670" ], "github_reviewed": true, "github_reviewed_at": "2022-07-05T21:06:00Z", "nvd_published_at": "2022-07-05T18:15:00Z", "severity": "HIGH" }, "details": "### Impact\n_What kind of vulnerability is it? Who is impacted?_\n\nAnyone parsing JSON from an untrusted source is vulnerable.\n\nJSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries.\n\nExamples:\n\n```python\n# An unpaired high surrogate character is ignored.\n\u003e\u003e\u003e ujson.loads(r\u0027\"\\uD800\"\u0027)\n\u0027\u0027\n\u003e\u003e\u003e ujson.loads(r\u0027\"\\uD800hello\"\u0027)\n\u0027hello\u0027\n\n# An unpaired low surrogate character is preserved.\n\u003e\u003e\u003e ujson.loads(r\u0027\"\\uDC00\"\u0027)\n\u0027\\udc00\u0027\n\n# A pair of surrogates with additional non surrogate characters pair up in spite of being invalid.\n\u003e\u003e\u003e ujson.loads(r\u0027\"\\uD800foo bar\\uDC00\"\u0027)\n\u0027foo bar\ud800\udc00\u0027\n```\n\n### Patches\n_Has the problem been patched? What versions should users upgrade to?_\n\nUsers should upgrade to UltraJSON 5.4.0.\n\nFrom version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library\u0027s `json` module does, preserving them in the parsed output:\n\n```python3\n\u003e\u003e\u003e ujson.loads(r\u0027\"\\uD800\"\u0027)\n\u0027\\ud800\u0027\n\u003e\u003e\u003e ujson.loads(r\u0027\"\\uD800hello\"\u0027)\n\u0027\\ud800hello\u0027\n\u003e\u003e\u003e ujson.loads(r\u0027\"\\uDC00\"\u0027)\n\u0027\\udc00\u0027\n\u003e\u003e\u003e ujson.loads(r\u0027\"\\uD800foo bar\\uDC00\"\u0027)\n\u0027\\ud800foo bar\\udc00\u0027\n```\n\n### Workarounds\n_Is there a way for users to fix or remediate the vulnerability without upgrading?_\n\nShort of switching to an entirely different JSON library, there are no safe alternatives to upgrading.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [UltraJSON](http://github.com/ultrajson/ultrajson/issues)\n", "id": "GHSA-wpqr-jcpx-745r", "modified": "2022-08-05T13:56:18Z", "published": "2022-07-05T21:06:00Z", "references": [ { "type": "WEB", "url": "https://github.com/ultrajson/ultrajson/security/advisories/GHSA-wpqr-jcpx-745r" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31116" }, { "type": "WEB", "url": "https://github.com/ultrajson/ultrajson/commit/67ec07183342589d602e0fcf7bb1ff3e19272687" }, { "type": "PACKAGE", "url": "https://github.com/ultrajson/ultrajson" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NAU5N4A7EUK2AMUCOLYDD5ARXAJYZBD2" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OPPU5FZP3LCTXYORFH7NHUMYA5X66IA7" } ], "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": "Incorrect handling of invalid surrogate pair characters" }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.