Action not permitted
Modal body text goes here.
CVE-2022-24795
Vulnerability from cvelistv5
▼ | Vendor | Product |
---|---|---|
brianmario | yajl-ruby |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T04:20:50.514Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm" }, { "tags": [ "x_transferred" ], "url": "https://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6" }, { "tags": [ "x_transferred" ], "url": "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64" }, { "name": "[debian-lts-announce] 20230711 [SECURITY] [DLA 3492-1] yajl security update", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00013.html" }, { "name": "FEDORA-2023-00572178e1", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/KLE3C4CECEJ4EUYI56KXI6OWACWXX7WN/" }, { "name": "FEDORA-2023-852b377773", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/YO32YDJ74DADC7CMJNLSLBVWN5EXGF5J/" }, { "name": "[debian-lts-announce] 20230805 [SECURITY] [DLA 3516-1] burp security update", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00003.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "yajl-ruby", "vendor": "brianmario", "versions": [ { "status": "affected", "version": "\u003c= 1.4.1" } ] } ], "descriptions": [ { "lang": "en", "value": "yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of `yajl` contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs. The reallocation logic at `yajl_buf.c#L64` may result in the `need` 32bit integer wrapping to 0 when `need` approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf-\u003ealloc into a small heap chunk. These integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer. Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption. This vulnerability mostly impacts process availability. Maintainers believe exploitation for arbitrary code execution is unlikely. A patch is available and anticipated to be part of yajl-ruby version 1.4.2. As a workaround, avoid passing large inputs to YAJL." } ], "metrics": [ { "cvssV3_1": { "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" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-122", "description": "CWE-122: Heap-based Buffer Overflow", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-190", "description": "CWE-190: Integer Overflow or Wraparound", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-08-05T00:00:00", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "url": "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm" }, { "url": "https://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6" }, { "url": "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64" }, { "name": "[debian-lts-announce] 20230711 [SECURITY] [DLA 3492-1] yajl security update", "tags": [ "mailing-list" ], "url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00013.html" }, { "name": "FEDORA-2023-00572178e1", "tags": [ "vendor-advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/KLE3C4CECEJ4EUYI56KXI6OWACWXX7WN/" }, { "name": "FEDORA-2023-852b377773", "tags": [ "vendor-advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/YO32YDJ74DADC7CMJNLSLBVWN5EXGF5J/" }, { "name": "[debian-lts-announce] 20230805 [SECURITY] [DLA 3516-1] burp security update", "tags": [ "mailing-list" ], "url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00003.html" } ], "source": { "advisory": "GHSA-jj47-x69x-mxrm", "discovery": "UNKNOWN" }, "title": "Buffer Overflow and Integer Overflow in yajl-ruby" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2022-24795", "datePublished": "2022-04-05T00:00:00", "dateReserved": "2022-02-10T00:00:00", "dateUpdated": "2024-08-03T04:20:50.514Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2022-24795\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-04-05T16:15:14.050\",\"lastModified\":\"2023-11-07T03:44:37.527\",\"vulnStatus\":\"Modified\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of `yajl` contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs. The reallocation logic at `yajl_buf.c#L64` may result in the `need` 32bit integer wrapping to 0 when `need` approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf-\u003ealloc into a small heap chunk. These integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer. Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption. This vulnerability mostly impacts process availability. Maintainers believe exploitation for arbitrary code execution is unlikely. A patch is available and anticipated to be part of yajl-ruby version 1.4.2. As a workaround, avoid passing large inputs to YAJL.\"},{\"lang\":\"es\",\"value\":\"yajl-riuby es un enlace en C a la biblioteca de an\u00e1lisis y generaci\u00f3n de JSON YAJL. La rama 1.x y la rama 2.x de yajl contienen un desbordamiento de enteros que conlleva a una posterior corrupci\u00f3n de la memoria de la pila cuando trata con entradas grandes (~2GB). La l\u00f3gica de reasignaci\u00f3n en \\\"yajl_buf.c#L64\\\" puede hacer que el entero de 32 bits \\\"need\\\" sea convertido en 0 cuando \\\"need\\\" es acercado a un valor de 0x80000000 (es decir, ~2GB de datos), lo que resulta en una reasignaci\u00f3n de buf-)alloc en un peque\u00f1o trozo de pila. Estos enteros est\u00e1n declarados como \\\"size_t\\\" en la rama 2.x de \\\"yajl\\\", lo que pr\u00e1cticamente evita que el problema ses desencadenado en plataformas de 64 bits, sin embargo esto no impide que este problema sea desencadenado en construcciones de 32 bits en las que \\\"size_t\\\" es un entero de 32 bits. El poblamiento posterior de este trozo de pila infra asignado es basado en el tama\u00f1o original del buffer, conllevando una corrupci\u00f3n de la memoria de la pila. Esta vulnerabilidad afecta principalmente a la disponibilidad de los procesos. Los mantenedores creen que la explotaci\u00f3n para una ejecuci\u00f3n de c\u00f3digo arbitrario es poco probable. Se presenta un parche disponible y se espera que forme parte de la versi\u00f3n 1.4.2. Como medida de mitigaci\u00f3n, evite pasar entradas grandes a YAJL\"}],\"metrics\":{\"cvssMetricV31\":[{\"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\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:P/I:N/A:N\",\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\",\"baseScore\":5.0},\"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\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-122\"},{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:yajl-ruby_project:yajl-ruby:*:*:*:*:*:ruby:*:*\",\"versionEndExcluding\":\"1.4.2\",\"matchCriteriaId\":\"FDF3C5E8-7062-41C0-9909-EB5D52893A75\"}]}]}],\"references\":[{\"url\":\"https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/07/msg00013.html\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/08/msg00003.html\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/KLE3C4CECEJ4EUYI56KXI6OWACWXX7WN/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/YO32YDJ74DADC7CMJNLSLBVWN5EXGF5J/\",\"source\":\"security-advisories@github.com\"}]}}" } }
rhsa-2024_2063
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 yajl is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Yet Another JSON Library (YAJL) is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator.\n\nSecurity Fix(es):\n\n* yajl: heap-based buffer overflow when handling large inputs due to an integer overflow (CVE-2022-24795)\n\n* yajl: Memory leak in yajl_tree_parse function (CVE-2023-33460)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:2063", "url": "https://access.redhat.com/errata/RHSA-2024:2063" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2072912", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072912" }, { "category": "external", "summary": "2221249", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221249" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2063.json" } ], "title": "Red Hat Security Advisory: yajl security update", "tracking": { "current_release_date": "2024-11-06T05:35:57+00:00", "generator": { "date": "2024-11-06T05:35:57+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2063", "initial_release_date": "2024-04-25T15:13:29+00:00", "revision_history": [ { "date": "2024-04-25T15:13:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-25T15:13:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:35:57+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.8.6)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.6::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "yajl-devel-0:2.1.0-13.el8_6.aarch64", "product": { "name": "yajl-devel-0:2.1.0-13.el8_6.aarch64", "product_id": "yajl-devel-0:2.1.0-13.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-devel@2.1.0-13.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "product": { "name": "yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "product_id": "yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debugsource@2.1.0-13.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "product": { "name": "yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "product_id": "yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debuginfo@2.1.0-13.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "yajl-0:2.1.0-13.el8_6.aarch64", "product": { "name": "yajl-0:2.1.0-13.el8_6.aarch64", "product_id": "yajl-0:2.1.0-13.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-13.el8_6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "yajl-devel-0:2.1.0-13.el8_6.ppc64le", "product": { "name": "yajl-devel-0:2.1.0-13.el8_6.ppc64le", "product_id": "yajl-devel-0:2.1.0-13.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-devel@2.1.0-13.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "product": { "name": "yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "product_id": "yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debugsource@2.1.0-13.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "product": { "name": "yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "product_id": "yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debuginfo@2.1.0-13.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "yajl-0:2.1.0-13.el8_6.ppc64le", "product": { "name": "yajl-0:2.1.0-13.el8_6.ppc64le", "product_id": "yajl-0:2.1.0-13.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-13.el8_6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "yajl-devel-0:2.1.0-13.el8_6.i686", "product": { "name": "yajl-devel-0:2.1.0-13.el8_6.i686", "product_id": "yajl-devel-0:2.1.0-13.el8_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-devel@2.1.0-13.el8_6?arch=i686" } } }, { "category": "product_version", "name": "yajl-debugsource-0:2.1.0-13.el8_6.i686", "product": { "name": "yajl-debugsource-0:2.1.0-13.el8_6.i686", "product_id": "yajl-debugsource-0:2.1.0-13.el8_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debugsource@2.1.0-13.el8_6?arch=i686" } } }, { "category": "product_version", "name": "yajl-debuginfo-0:2.1.0-13.el8_6.i686", "product": { "name": "yajl-debuginfo-0:2.1.0-13.el8_6.i686", "product_id": "yajl-debuginfo-0:2.1.0-13.el8_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debuginfo@2.1.0-13.el8_6?arch=i686" } } }, { "category": "product_version", "name": "yajl-0:2.1.0-13.el8_6.i686", "product": { "name": "yajl-0:2.1.0-13.el8_6.i686", "product_id": "yajl-0:2.1.0-13.el8_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-13.el8_6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "yajl-devel-0:2.1.0-13.el8_6.x86_64", "product": { "name": "yajl-devel-0:2.1.0-13.el8_6.x86_64", "product_id": "yajl-devel-0:2.1.0-13.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-devel@2.1.0-13.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "product": { "name": "yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "product_id": "yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debugsource@2.1.0-13.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "product": { "name": "yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "product_id": "yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debuginfo@2.1.0-13.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "yajl-0:2.1.0-13.el8_6.x86_64", "product": { "name": "yajl-0:2.1.0-13.el8_6.x86_64", "product_id": "yajl-0:2.1.0-13.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-13.el8_6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "yajl-devel-0:2.1.0-13.el8_6.s390x", "product": { "name": "yajl-devel-0:2.1.0-13.el8_6.s390x", "product_id": "yajl-devel-0:2.1.0-13.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-devel@2.1.0-13.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "yajl-debugsource-0:2.1.0-13.el8_6.s390x", "product": { "name": "yajl-debugsource-0:2.1.0-13.el8_6.s390x", "product_id": "yajl-debugsource-0:2.1.0-13.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debugsource@2.1.0-13.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "product": { "name": "yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "product_id": "yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debuginfo@2.1.0-13.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "yajl-0:2.1.0-13.el8_6.s390x", "product": { "name": "yajl-0:2.1.0-13.el8_6.s390x", "product_id": "yajl-0:2.1.0-13.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-13.el8_6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "yajl-0:2.1.0-13.el8_6.src", "product": { "name": "yajl-0:2.1.0-13.el8_6.src", "product_id": "yajl-0:2.1.0-13.el8_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-13.el8_6?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-13.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.aarch64" }, "product_reference": "yajl-0:2.1.0-13.el8_6.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-13.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.i686" }, "product_reference": "yajl-0:2.1.0-13.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-13.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.ppc64le" }, "product_reference": "yajl-0:2.1.0-13.el8_6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-13.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.s390x" }, "product_reference": "yajl-0:2.1.0-13.el8_6.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-13.el8_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.src" }, "product_reference": "yajl-0:2.1.0-13.el8_6.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-13.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.x86_64" }, "product_reference": "yajl-0:2.1.0-13.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-13.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.aarch64" }, "product_reference": "yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-13.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.i686" }, "product_reference": "yajl-debuginfo-0:2.1.0-13.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le" }, "product_reference": "yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-13.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.s390x" }, "product_reference": "yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-13.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.x86_64" }, "product_reference": "yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-13.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.aarch64" }, "product_reference": "yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-13.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.i686" }, "product_reference": "yajl-debugsource-0:2.1.0-13.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-13.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.ppc64le" }, "product_reference": "yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-13.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.s390x" }, "product_reference": "yajl-debugsource-0:2.1.0-13.el8_6.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-13.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.x86_64" }, "product_reference": "yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-13.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.aarch64" }, "product_reference": "yajl-devel-0:2.1.0-13.el8_6.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-13.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.i686" }, "product_reference": "yajl-devel-0:2.1.0-13.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-13.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.ppc64le" }, "product_reference": "yajl-devel-0:2.1.0-13.el8_6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-13.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.s390x" }, "product_reference": "yajl-devel-0:2.1.0-13.el8_6.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-13.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.x86_64" }, "product_reference": "yajl-devel-0:2.1.0-13.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-13.el8_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.aarch64" }, "product_reference": "yajl-0:2.1.0-13.el8_6.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-13.el8_6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.i686" }, "product_reference": "yajl-0:2.1.0-13.el8_6.i686", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-13.el8_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.ppc64le" }, "product_reference": "yajl-0:2.1.0-13.el8_6.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-13.el8_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.s390x" }, "product_reference": "yajl-0:2.1.0-13.el8_6.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-13.el8_6.src as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.src" }, "product_reference": "yajl-0:2.1.0-13.el8_6.src", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-13.el8_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.x86_64" }, "product_reference": "yajl-0:2.1.0-13.el8_6.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-13.el8_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.aarch64" }, "product_reference": "yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-13.el8_6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.i686" }, "product_reference": "yajl-debuginfo-0:2.1.0-13.el8_6.i686", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le" }, "product_reference": "yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-13.el8_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.s390x" }, "product_reference": "yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-13.el8_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.x86_64" }, "product_reference": "yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-13.el8_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.aarch64" }, "product_reference": "yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-13.el8_6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.i686" }, "product_reference": "yajl-debugsource-0:2.1.0-13.el8_6.i686", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-13.el8_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.ppc64le" }, "product_reference": "yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-13.el8_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.s390x" }, "product_reference": "yajl-debugsource-0:2.1.0-13.el8_6.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-13.el8_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.x86_64" }, "product_reference": "yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-13.el8_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.aarch64" }, "product_reference": "yajl-devel-0:2.1.0-13.el8_6.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-13.el8_6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.i686" }, "product_reference": "yajl-devel-0:2.1.0-13.el8_6.i686", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-13.el8_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.ppc64le" }, "product_reference": "yajl-devel-0:2.1.0-13.el8_6.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-13.el8_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.s390x" }, "product_reference": "yajl-devel-0:2.1.0-13.el8_6.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-13.el8_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.x86_64" }, "product_reference": "yajl-devel-0:2.1.0-13.el8_6.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-24795", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072912" } ], "notes": [ { "category": "description", "text": "A flaw was found in the YAJL library in the way it reallocates a memory buffer to store more data. A very large input causes the value used to calculate the buffer size to overflow, resulting in a heap-based buffer overflow.", "title": "Vulnerability description" }, { "category": "summary", "text": "yajl: heap-based buffer overflow when handling large inputs due to an integer overflow", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux only ships YAJL 2.x versions and on 32-bit systems, more than 2GiB of data will be required for triggering this bug. However, on 64-bit systems, more than 9EiB of data will be needed, making this vulnerability very hard to be exploited on these systems.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.src", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.src", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24795" }, { "category": "external", "summary": "RHBZ#2072912", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072912" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24795", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24795" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24795", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24795" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-25T15:13:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.src", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.src", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2063" }, { "category": "workaround", "details": "Avoid passing large inputs to the YAJL library.", "product_ids": [ "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.src", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.src", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.x86_64" ] } ], "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": [ "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.src", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.src", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "yajl: heap-based buffer overflow when handling large inputs due to an integer overflow" }, { "cve": "CVE-2023-33460", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "discovery_date": "2023-06-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2221249" } ], "notes": [ { "category": "description", "text": "A flaw was found in the yajl library, which exists due to a memory leak within the yajl_tree_parse() function. This flaw allows a remote attacker to parse malicious JSON input to cause out-of-memory in the server, causing a crash, resulting in a denial of service attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "yajl: Memory leak in yajl_tree_parse function", "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": [ "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.src", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.src", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-33460" }, { "category": "external", "summary": "RHBZ#2221249", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221249" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-33460", "url": "https://www.cve.org/CVERecord?id=CVE-2023-33460" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-33460", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-33460" } ], "release_date": "2023-06-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-25T15:13:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.src", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.src", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2063" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.src", "AppStream-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.aarch64", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.i686", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.ppc64le", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.s390x", "AppStream-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.src", "CRB-8.6.0.Z.EUS:yajl-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-debuginfo-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-debugsource-0:2.1.0-13.el8_6.x86_64", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.aarch64", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.i686", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.ppc64le", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.s390x", "CRB-8.6.0.Z.EUS:yajl-devel-0:2.1.0-13.el8_6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "yajl: Memory leak in yajl_tree_parse function" } ] }
rhsa-2022_7524
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 yajl is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Yet Another JSON Library (YAJL) is a small event-driven (SAX-style) JSON parser written in ANSI C and a small validating JSON generator.\n\nSecurity Fix(es):\n\n* yajl: heap-based buffer overflow when handling large inputs due to an integer overflow (CVE-2022-24795)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from 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:7524", "url": "https://access.redhat.com/errata/RHSA-2022:7524" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index" }, { "category": "external", "summary": "2072912", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072912" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7524.json" } ], "title": "Red Hat Security Advisory: yajl security update", "tracking": { "current_release_date": "2024-11-06T01:55:39+00:00", "generator": { "date": "2024-11-06T01:55:39+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:7524", "initial_release_date": "2022-11-08T09:42:06+00:00", "revision_history": [ { "date": "2022-11-08T09:42:06+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-08T09:42:06+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T01:55:39+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder (v. 8)", "product": { "name": "Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "yajl-devel-0:2.1.0-11.el8.aarch64", "product": { "name": "yajl-devel-0:2.1.0-11.el8.aarch64", "product_id": "yajl-devel-0:2.1.0-11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-devel@2.1.0-11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "yajl-debugsource-0:2.1.0-11.el8.aarch64", "product": { "name": "yajl-debugsource-0:2.1.0-11.el8.aarch64", "product_id": "yajl-debugsource-0:2.1.0-11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debugsource@2.1.0-11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "yajl-debuginfo-0:2.1.0-11.el8.aarch64", "product": { "name": "yajl-debuginfo-0:2.1.0-11.el8.aarch64", "product_id": "yajl-debuginfo-0:2.1.0-11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debuginfo@2.1.0-11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "yajl-0:2.1.0-11.el8.aarch64", "product": { "name": "yajl-0:2.1.0-11.el8.aarch64", "product_id": "yajl-0:2.1.0-11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-11.el8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "yajl-devel-0:2.1.0-11.el8.ppc64le", "product": { "name": "yajl-devel-0:2.1.0-11.el8.ppc64le", "product_id": "yajl-devel-0:2.1.0-11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-devel@2.1.0-11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "yajl-debugsource-0:2.1.0-11.el8.ppc64le", "product": { "name": "yajl-debugsource-0:2.1.0-11.el8.ppc64le", "product_id": "yajl-debugsource-0:2.1.0-11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debugsource@2.1.0-11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "yajl-debuginfo-0:2.1.0-11.el8.ppc64le", "product": { "name": "yajl-debuginfo-0:2.1.0-11.el8.ppc64le", "product_id": "yajl-debuginfo-0:2.1.0-11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debuginfo@2.1.0-11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "yajl-0:2.1.0-11.el8.ppc64le", "product": { "name": "yajl-0:2.1.0-11.el8.ppc64le", "product_id": "yajl-0:2.1.0-11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-11.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "yajl-devel-0:2.1.0-11.el8.i686", "product": { "name": "yajl-devel-0:2.1.0-11.el8.i686", "product_id": "yajl-devel-0:2.1.0-11.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-devel@2.1.0-11.el8?arch=i686" } } }, { "category": "product_version", "name": "yajl-debugsource-0:2.1.0-11.el8.i686", "product": { "name": "yajl-debugsource-0:2.1.0-11.el8.i686", "product_id": "yajl-debugsource-0:2.1.0-11.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debugsource@2.1.0-11.el8?arch=i686" } } }, { "category": "product_version", "name": "yajl-debuginfo-0:2.1.0-11.el8.i686", "product": { "name": "yajl-debuginfo-0:2.1.0-11.el8.i686", "product_id": "yajl-debuginfo-0:2.1.0-11.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debuginfo@2.1.0-11.el8?arch=i686" } } }, { "category": "product_version", "name": "yajl-0:2.1.0-11.el8.i686", "product": { "name": "yajl-0:2.1.0-11.el8.i686", "product_id": "yajl-0:2.1.0-11.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-11.el8?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "yajl-devel-0:2.1.0-11.el8.x86_64", "product": { "name": "yajl-devel-0:2.1.0-11.el8.x86_64", "product_id": "yajl-devel-0:2.1.0-11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-devel@2.1.0-11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "yajl-debugsource-0:2.1.0-11.el8.x86_64", "product": { "name": "yajl-debugsource-0:2.1.0-11.el8.x86_64", "product_id": "yajl-debugsource-0:2.1.0-11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debugsource@2.1.0-11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "yajl-debuginfo-0:2.1.0-11.el8.x86_64", "product": { "name": "yajl-debuginfo-0:2.1.0-11.el8.x86_64", "product_id": "yajl-debuginfo-0:2.1.0-11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debuginfo@2.1.0-11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "yajl-0:2.1.0-11.el8.x86_64", "product": { "name": "yajl-0:2.1.0-11.el8.x86_64", "product_id": "yajl-0:2.1.0-11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-11.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "yajl-devel-0:2.1.0-11.el8.s390x", "product": { "name": "yajl-devel-0:2.1.0-11.el8.s390x", "product_id": "yajl-devel-0:2.1.0-11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-devel@2.1.0-11.el8?arch=s390x" } } }, { "category": "product_version", "name": "yajl-debugsource-0:2.1.0-11.el8.s390x", "product": { "name": "yajl-debugsource-0:2.1.0-11.el8.s390x", "product_id": "yajl-debugsource-0:2.1.0-11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debugsource@2.1.0-11.el8?arch=s390x" } } }, { "category": "product_version", "name": "yajl-debuginfo-0:2.1.0-11.el8.s390x", "product": { "name": "yajl-debuginfo-0:2.1.0-11.el8.s390x", "product_id": "yajl-debuginfo-0:2.1.0-11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debuginfo@2.1.0-11.el8?arch=s390x" } } }, { "category": "product_version", "name": "yajl-0:2.1.0-11.el8.s390x", "product": { "name": "yajl-0:2.1.0-11.el8.s390x", "product_id": "yajl-0:2.1.0-11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-11.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "yajl-0:2.1.0-11.el8.src", "product": { "name": "yajl-0:2.1.0-11.el8.src", "product_id": "yajl-0:2.1.0-11.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-11.el8?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-11.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64" }, "product_reference": "yajl-0:2.1.0-11.el8.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-11.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.i686" }, "product_reference": "yajl-0:2.1.0-11.el8.i686", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-11.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le" }, "product_reference": "yajl-0:2.1.0-11.el8.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-11.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x" }, "product_reference": "yajl-0:2.1.0-11.el8.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-11.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.src" }, "product_reference": "yajl-0:2.1.0-11.el8.src", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-11.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64" }, "product_reference": "yajl-0:2.1.0-11.el8.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-11.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64" }, "product_reference": "yajl-debuginfo-0:2.1.0-11.el8.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-11.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686" }, "product_reference": "yajl-debuginfo-0:2.1.0-11.el8.i686", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-11.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le" }, "product_reference": "yajl-debuginfo-0:2.1.0-11.el8.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-11.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x" }, "product_reference": "yajl-debuginfo-0:2.1.0-11.el8.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-11.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64" }, "product_reference": "yajl-debuginfo-0:2.1.0-11.el8.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-11.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64" }, "product_reference": "yajl-debugsource-0:2.1.0-11.el8.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-11.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686" }, "product_reference": "yajl-debugsource-0:2.1.0-11.el8.i686", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-11.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le" }, "product_reference": "yajl-debugsource-0:2.1.0-11.el8.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-11.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x" }, "product_reference": "yajl-debugsource-0:2.1.0-11.el8.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-11.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64" }, "product_reference": "yajl-debugsource-0:2.1.0-11.el8.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-11.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64" }, "product_reference": "yajl-devel-0:2.1.0-11.el8.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-11.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686" }, "product_reference": "yajl-devel-0:2.1.0-11.el8.i686", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-11.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le" }, "product_reference": "yajl-devel-0:2.1.0-11.el8.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-11.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x" }, "product_reference": "yajl-devel-0:2.1.0-11.el8.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-11.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64" }, "product_reference": "yajl-devel-0:2.1.0-11.el8.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-11.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64" }, "product_reference": "yajl-0:2.1.0-11.el8.aarch64", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-11.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.i686" }, "product_reference": "yajl-0:2.1.0-11.el8.i686", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-11.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le" }, "product_reference": "yajl-0:2.1.0-11.el8.ppc64le", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-11.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x" }, "product_reference": "yajl-0:2.1.0-11.el8.s390x", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-11.el8.src as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.src" }, "product_reference": "yajl-0:2.1.0-11.el8.src", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-11.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64" }, "product_reference": "yajl-0:2.1.0-11.el8.x86_64", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-11.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64" }, "product_reference": "yajl-debuginfo-0:2.1.0-11.el8.aarch64", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-11.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686" }, "product_reference": "yajl-debuginfo-0:2.1.0-11.el8.i686", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-11.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le" }, "product_reference": "yajl-debuginfo-0:2.1.0-11.el8.ppc64le", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-11.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x" }, "product_reference": "yajl-debuginfo-0:2.1.0-11.el8.s390x", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-11.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64" }, "product_reference": "yajl-debuginfo-0:2.1.0-11.el8.x86_64", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-11.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64" }, "product_reference": "yajl-debugsource-0:2.1.0-11.el8.aarch64", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-11.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686" }, "product_reference": "yajl-debugsource-0:2.1.0-11.el8.i686", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-11.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le" }, "product_reference": "yajl-debugsource-0:2.1.0-11.el8.ppc64le", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-11.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x" }, "product_reference": "yajl-debugsource-0:2.1.0-11.el8.s390x", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-11.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64" }, "product_reference": "yajl-debugsource-0:2.1.0-11.el8.x86_64", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-11.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64" }, "product_reference": "yajl-devel-0:2.1.0-11.el8.aarch64", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-11.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686" }, "product_reference": "yajl-devel-0:2.1.0-11.el8.i686", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-11.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le" }, "product_reference": "yajl-devel-0:2.1.0-11.el8.ppc64le", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-11.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x" }, "product_reference": "yajl-devel-0:2.1.0-11.el8.s390x", "relates_to_product_reference": "CRB-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-11.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64" }, "product_reference": "yajl-devel-0:2.1.0-11.el8.x86_64", "relates_to_product_reference": "CRB-8.7.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-24795", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072912" } ], "notes": [ { "category": "description", "text": "A flaw was found in the YAJL library in the way it reallocates a memory buffer to store more data. A very large input causes the value used to calculate the buffer size to overflow, resulting in a heap-based buffer overflow.", "title": "Vulnerability description" }, { "category": "summary", "text": "yajl: heap-based buffer overflow when handling large inputs due to an integer overflow", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux only ships YAJL 2.x versions and on 32-bit systems, more than 2GiB of data will be required for triggering this bug. However, on 64-bit systems, more than 9EiB of data will be needed, making this vulnerability very hard to be exploited on these systems.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.i686", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.src", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.i686", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.src", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24795" }, { "category": "external", "summary": "RHBZ#2072912", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072912" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24795", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24795" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24795", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24795" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T09:42:06+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.i686", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.src", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.i686", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.src", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7524" }, { "category": "workaround", "details": "Avoid passing large inputs to the YAJL library.", "product_ids": [ "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.i686", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.src", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.i686", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.src", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64" ] } ], "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": [ "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.i686", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.src", "AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x", "AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x", "AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x", "AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.i686", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.src", "CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x", "CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x", "CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x", "CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "yajl: heap-based buffer overflow when handling large inputs due to an integer overflow" } ] }
rhsa-2022_8252
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 yajl is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Yet Another JSON Library (YAJL) is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator.\n\nSecurity Fix(es):\n\n* yajl: heap-based buffer overflow when handling large inputs due to an integer overflow (CVE-2022-24795)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from 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:8252", "url": "https://access.redhat.com/errata/RHSA-2022:8252" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index" }, { "category": "external", "summary": "2072912", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072912" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8252.json" } ], "title": "Red Hat Security Advisory: yajl security update", "tracking": { "current_release_date": "2024-11-06T02:01:17+00:00", "generator": { "date": "2024-11-06T02:01:17+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:8252", "initial_release_date": "2022-11-15T12:07:48+00:00", "revision_history": [ { "date": "2022-11-15T12:07:48+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-15T12:07:48+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:01:17+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder (v. 9)", "product": { "name": "Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "yajl-0:2.1.0-21.el9.src", "product": { "name": "yajl-0:2.1.0-21.el9.src", "product_id": "yajl-0:2.1.0-21.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-21.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "yajl-0:2.1.0-21.el9.aarch64", "product": { "name": "yajl-0:2.1.0-21.el9.aarch64", "product_id": "yajl-0:2.1.0-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-21.el9?arch=aarch64" } } }, { "category": "product_version", "name": "yajl-debugsource-0:2.1.0-21.el9.aarch64", "product": { "name": "yajl-debugsource-0:2.1.0-21.el9.aarch64", "product_id": "yajl-debugsource-0:2.1.0-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debugsource@2.1.0-21.el9?arch=aarch64" } } }, { "category": "product_version", "name": "yajl-debuginfo-0:2.1.0-21.el9.aarch64", "product": { "name": "yajl-debuginfo-0:2.1.0-21.el9.aarch64", "product_id": "yajl-debuginfo-0:2.1.0-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debuginfo@2.1.0-21.el9?arch=aarch64" } } }, { "category": "product_version", "name": "yajl-devel-0:2.1.0-21.el9.aarch64", "product": { "name": "yajl-devel-0:2.1.0-21.el9.aarch64", "product_id": "yajl-devel-0:2.1.0-21.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-devel@2.1.0-21.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "yajl-0:2.1.0-21.el9.ppc64le", "product": { "name": "yajl-0:2.1.0-21.el9.ppc64le", "product_id": "yajl-0:2.1.0-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-21.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "yajl-debugsource-0:2.1.0-21.el9.ppc64le", "product": { "name": "yajl-debugsource-0:2.1.0-21.el9.ppc64le", "product_id": "yajl-debugsource-0:2.1.0-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debugsource@2.1.0-21.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "yajl-debuginfo-0:2.1.0-21.el9.ppc64le", "product": { "name": "yajl-debuginfo-0:2.1.0-21.el9.ppc64le", "product_id": "yajl-debuginfo-0:2.1.0-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debuginfo@2.1.0-21.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "yajl-devel-0:2.1.0-21.el9.ppc64le", "product": { "name": "yajl-devel-0:2.1.0-21.el9.ppc64le", "product_id": "yajl-devel-0:2.1.0-21.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-devel@2.1.0-21.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "yajl-0:2.1.0-21.el9.i686", "product": { "name": "yajl-0:2.1.0-21.el9.i686", "product_id": "yajl-0:2.1.0-21.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-21.el9?arch=i686" } } }, { "category": "product_version", "name": "yajl-debugsource-0:2.1.0-21.el9.i686", "product": { "name": "yajl-debugsource-0:2.1.0-21.el9.i686", "product_id": "yajl-debugsource-0:2.1.0-21.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debugsource@2.1.0-21.el9?arch=i686" } } }, { "category": "product_version", "name": "yajl-debuginfo-0:2.1.0-21.el9.i686", "product": { "name": "yajl-debuginfo-0:2.1.0-21.el9.i686", "product_id": "yajl-debuginfo-0:2.1.0-21.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debuginfo@2.1.0-21.el9?arch=i686" } } }, { "category": "product_version", "name": "yajl-devel-0:2.1.0-21.el9.i686", "product": { "name": "yajl-devel-0:2.1.0-21.el9.i686", "product_id": "yajl-devel-0:2.1.0-21.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-devel@2.1.0-21.el9?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "yajl-0:2.1.0-21.el9.x86_64", "product": { "name": "yajl-0:2.1.0-21.el9.x86_64", "product_id": "yajl-0:2.1.0-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-21.el9?arch=x86_64" } } }, { "category": "product_version", "name": "yajl-debugsource-0:2.1.0-21.el9.x86_64", "product": { "name": "yajl-debugsource-0:2.1.0-21.el9.x86_64", "product_id": "yajl-debugsource-0:2.1.0-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debugsource@2.1.0-21.el9?arch=x86_64" } } }, { "category": "product_version", "name": "yajl-debuginfo-0:2.1.0-21.el9.x86_64", "product": { "name": "yajl-debuginfo-0:2.1.0-21.el9.x86_64", "product_id": "yajl-debuginfo-0:2.1.0-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debuginfo@2.1.0-21.el9?arch=x86_64" } } }, { "category": "product_version", "name": "yajl-devel-0:2.1.0-21.el9.x86_64", "product": { "name": "yajl-devel-0:2.1.0-21.el9.x86_64", "product_id": "yajl-devel-0:2.1.0-21.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-devel@2.1.0-21.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "yajl-0:2.1.0-21.el9.s390x", "product": { "name": "yajl-0:2.1.0-21.el9.s390x", "product_id": "yajl-0:2.1.0-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl@2.1.0-21.el9?arch=s390x" } } }, { "category": "product_version", "name": "yajl-debugsource-0:2.1.0-21.el9.s390x", "product": { "name": "yajl-debugsource-0:2.1.0-21.el9.s390x", "product_id": "yajl-debugsource-0:2.1.0-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debugsource@2.1.0-21.el9?arch=s390x" } } }, { "category": "product_version", "name": "yajl-debuginfo-0:2.1.0-21.el9.s390x", "product": { "name": "yajl-debuginfo-0:2.1.0-21.el9.s390x", "product_id": "yajl-debuginfo-0:2.1.0-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-debuginfo@2.1.0-21.el9?arch=s390x" } } }, { "category": "product_version", "name": "yajl-devel-0:2.1.0-21.el9.s390x", "product": { "name": "yajl-devel-0:2.1.0-21.el9.s390x", "product_id": "yajl-devel-0:2.1.0-21.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/yajl-devel@2.1.0-21.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.aarch64" }, "product_reference": "yajl-0:2.1.0-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-21.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.i686" }, "product_reference": "yajl-0:2.1.0-21.el9.i686", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.ppc64le" }, "product_reference": "yajl-0:2.1.0-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.s390x" }, "product_reference": "yajl-0:2.1.0-21.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-21.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.src" }, "product_reference": "yajl-0:2.1.0-21.el9.src", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.x86_64" }, "product_reference": "yajl-0:2.1.0-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.aarch64" }, "product_reference": "yajl-debuginfo-0:2.1.0-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-21.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.i686" }, "product_reference": "yajl-debuginfo-0:2.1.0-21.el9.i686", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.ppc64le" }, "product_reference": "yajl-debuginfo-0:2.1.0-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.s390x" }, "product_reference": "yajl-debuginfo-0:2.1.0-21.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.x86_64" }, "product_reference": "yajl-debuginfo-0:2.1.0-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.aarch64" }, "product_reference": "yajl-debugsource-0:2.1.0-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-21.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.i686" }, "product_reference": "yajl-debugsource-0:2.1.0-21.el9.i686", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.ppc64le" }, "product_reference": "yajl-debugsource-0:2.1.0-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.s390x" }, "product_reference": "yajl-debugsource-0:2.1.0-21.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.x86_64" }, "product_reference": "yajl-debugsource-0:2.1.0-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-21.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.aarch64" }, "product_reference": "yajl-devel-0:2.1.0-21.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-21.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.i686" }, "product_reference": "yajl-devel-0:2.1.0-21.el9.i686", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-21.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.ppc64le" }, "product_reference": "yajl-devel-0:2.1.0-21.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-21.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.s390x" }, "product_reference": "yajl-devel-0:2.1.0-21.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-21.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.x86_64" }, "product_reference": "yajl-devel-0:2.1.0-21.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-21.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.aarch64" }, "product_reference": "yajl-0:2.1.0-21.el9.aarch64", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-21.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.i686" }, "product_reference": "yajl-0:2.1.0-21.el9.i686", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-21.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.ppc64le" }, "product_reference": "yajl-0:2.1.0-21.el9.ppc64le", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-21.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.s390x" }, "product_reference": "yajl-0:2.1.0-21.el9.s390x", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-21.el9.src as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.src" }, "product_reference": "yajl-0:2.1.0-21.el9.src", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-0:2.1.0-21.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.x86_64" }, "product_reference": "yajl-0:2.1.0-21.el9.x86_64", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-21.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.aarch64" }, "product_reference": "yajl-debuginfo-0:2.1.0-21.el9.aarch64", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-21.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.i686" }, "product_reference": "yajl-debuginfo-0:2.1.0-21.el9.i686", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-21.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.ppc64le" }, "product_reference": "yajl-debuginfo-0:2.1.0-21.el9.ppc64le", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-21.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.s390x" }, "product_reference": "yajl-debuginfo-0:2.1.0-21.el9.s390x", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debuginfo-0:2.1.0-21.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.x86_64" }, "product_reference": "yajl-debuginfo-0:2.1.0-21.el9.x86_64", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-21.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.aarch64" }, "product_reference": "yajl-debugsource-0:2.1.0-21.el9.aarch64", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-21.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.i686" }, "product_reference": "yajl-debugsource-0:2.1.0-21.el9.i686", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-21.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.ppc64le" }, "product_reference": "yajl-debugsource-0:2.1.0-21.el9.ppc64le", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-21.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.s390x" }, "product_reference": "yajl-debugsource-0:2.1.0-21.el9.s390x", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-debugsource-0:2.1.0-21.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.x86_64" }, "product_reference": "yajl-debugsource-0:2.1.0-21.el9.x86_64", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-21.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.aarch64" }, "product_reference": "yajl-devel-0:2.1.0-21.el9.aarch64", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-21.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.i686" }, "product_reference": "yajl-devel-0:2.1.0-21.el9.i686", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-21.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.ppc64le" }, "product_reference": "yajl-devel-0:2.1.0-21.el9.ppc64le", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-21.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.s390x" }, "product_reference": "yajl-devel-0:2.1.0-21.el9.s390x", "relates_to_product_reference": "CRB-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "yajl-devel-0:2.1.0-21.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.x86_64" }, "product_reference": "yajl-devel-0:2.1.0-21.el9.x86_64", "relates_to_product_reference": "CRB-9.1.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-24795", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072912" } ], "notes": [ { "category": "description", "text": "A flaw was found in the YAJL library in the way it reallocates a memory buffer to store more data. A very large input causes the value used to calculate the buffer size to overflow, resulting in a heap-based buffer overflow.", "title": "Vulnerability description" }, { "category": "summary", "text": "yajl: heap-based buffer overflow when handling large inputs due to an integer overflow", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux only ships YAJL 2.x versions and on 32-bit systems, more than 2GiB of data will be required for triggering this bug. However, on 64-bit systems, more than 9EiB of data will be needed, making this vulnerability very hard to be exploited on these systems.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.aarch64", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.i686", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.ppc64le", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.s390x", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.src", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.x86_64", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.aarch64", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.i686", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.ppc64le", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.s390x", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.x86_64", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.aarch64", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.i686", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.ppc64le", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.s390x", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.x86_64", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.aarch64", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.i686", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.ppc64le", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.s390x", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.x86_64", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.aarch64", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.i686", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.ppc64le", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.s390x", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.src", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.x86_64", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.aarch64", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.i686", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.ppc64le", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.s390x", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.x86_64", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.aarch64", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.i686", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.ppc64le", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.s390x", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.x86_64", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.aarch64", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.i686", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.ppc64le", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.s390x", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24795" }, { "category": "external", "summary": "RHBZ#2072912", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072912" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24795", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24795" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24795", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24795" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-15T12:07:48+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.aarch64", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.i686", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.ppc64le", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.s390x", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.src", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.x86_64", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.aarch64", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.i686", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.ppc64le", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.s390x", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.x86_64", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.aarch64", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.i686", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.ppc64le", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.s390x", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.x86_64", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.aarch64", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.i686", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.ppc64le", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.s390x", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.x86_64", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.aarch64", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.i686", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.ppc64le", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.s390x", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.src", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.x86_64", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.aarch64", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.i686", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.ppc64le", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.s390x", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.x86_64", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.aarch64", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.i686", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.ppc64le", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.s390x", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.x86_64", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.aarch64", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.i686", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.ppc64le", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.s390x", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8252" }, { "category": "workaround", "details": "Avoid passing large inputs to the YAJL library.", "product_ids": [ "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.aarch64", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.i686", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.ppc64le", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.s390x", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.src", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.x86_64", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.aarch64", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.i686", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.ppc64le", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.s390x", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.x86_64", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.aarch64", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.i686", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.ppc64le", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.s390x", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.x86_64", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.aarch64", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.i686", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.ppc64le", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.s390x", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.x86_64", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.aarch64", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.i686", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.ppc64le", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.s390x", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.src", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.x86_64", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.aarch64", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.i686", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.ppc64le", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.s390x", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.x86_64", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.aarch64", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.i686", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.ppc64le", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.s390x", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.x86_64", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.aarch64", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.i686", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.ppc64le", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.s390x", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.x86_64" ] } ], "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": [ "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.aarch64", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.i686", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.ppc64le", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.s390x", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.src", "AppStream-9.1.0.GA:yajl-0:2.1.0-21.el9.x86_64", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.aarch64", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.i686", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.ppc64le", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.s390x", "AppStream-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.x86_64", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.aarch64", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.i686", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.ppc64le", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.s390x", "AppStream-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.x86_64", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.aarch64", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.i686", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.ppc64le", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.s390x", "AppStream-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.x86_64", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.aarch64", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.i686", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.ppc64le", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.s390x", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.src", "CRB-9.1.0.GA:yajl-0:2.1.0-21.el9.x86_64", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.aarch64", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.i686", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.ppc64le", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.s390x", "CRB-9.1.0.GA:yajl-debuginfo-0:2.1.0-21.el9.x86_64", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.aarch64", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.i686", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.ppc64le", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.s390x", "CRB-9.1.0.GA:yajl-debugsource-0:2.1.0-21.el9.x86_64", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.aarch64", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.i686", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.ppc64le", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.s390x", "CRB-9.1.0.GA:yajl-devel-0:2.1.0-21.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "yajl: heap-based buffer overflow when handling large inputs due to an integer overflow" } ] }
gsd-2022-24795
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2022-24795", "description": "yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of `yajl` contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs. The reallocation logic at `yajl_buf.c#L64` may result in the `need` 32bit integer wrapping to 0 when `need` approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf-\u003ealloc into a small heap chunk. These integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer. Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption. This vulnerability mostly impacts process availability. Maintainers believe exploitation for arbitrary code execution is unlikely. A patch is available and anticipated to be part of yajl-ruby version 1.4.2. As a workaround, avoid passing large inputs to YAJL.", "id": "GSD-2022-24795", "references": [ "https://www.suse.com/security/cve/CVE-2022-24795.html", "https://access.redhat.com/errata/RHSA-2022:7524", "https://access.redhat.com/errata/RHSA-2022:8252" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "affected": [ { "package": { "ecosystem": "RubyGems", "name": "yajl-ruby", "purl": "pkg:gem/yajl-ruby" } } ], "aliases": [ "CVE-2022-24795", "GHSA-jj47-x69x-mxrm" ], "details": "The 1.x branch and the 2.x branch of [yajl](https://github.com/lloyd/yajl)\ncontain an integer overflow which leads to subsequent heap memory corruption\nwhen dealing with large (~2GB) inputs.\n\n### Details\n\nThe [reallocation logic at yajl_buf.c#L64](https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64)\nmay result in the `need` 32bit integer wrapping to 0 when `need` approaches\na value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation\nof buf-\u003ealloc into a small heap chunk.\n\nThese integers are declared as `size_t` in the 2.x branch of `yajl`, which\npractically prevents the issue from triggering on 64bit platforms, however\nthis does not preclude this issue triggering on 32bit builds on which\n`size_t` is a 32bit integer.\n\nSubsequent population of this under-allocated heap chunk is based on the\noriginal buffer size, leading to heap memory corruption.\n\n### Impact\n\nWe rate this as a moderate severity vulnerability which mostly impacts\nprocess availability as we believe exploitation for arbitrary code\nexecution to be unlikely.\n\n### Patches\n\nPatched in yajl-ruby 1.4.2\n\n### Workarounds\n\nAvoid passing large inputs to YAJL\n", "id": "GSD-2022-24795", "modified": "2022-04-05T00:00:00.000Z", "published": "2022-04-05T00:00:00.000Z", "references": [ { "type": "WEB", "url": "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm" }, { "type": "WEB", "url": "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64" } ], "schema_version": "1.4.0", "severity": [ { "score": 5.9, "type": "CVSS_V3" } ], "summary": "Reallocation bug can trigger heap memory corruption" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-24795", "STATE": "PUBLIC", "TITLE": "Buffer Overflow and Integer Overflow in yajl-ruby" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "yajl-ruby", "version": { "version_data": [ { "version_value": "\u003c= 1.4.1" } ] } } ] }, "vendor_name": "brianmario" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of `yajl` contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs. The reallocation logic at `yajl_buf.c#L64` may result in the `need` 32bit integer wrapping to 0 when `need` approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf-\u003ealloc into a small heap chunk. These integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer. Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption. This vulnerability mostly impacts process availability. Maintainers believe exploitation for arbitrary code execution is unlikely. A patch is available and anticipated to be part of yajl-ruby version 1.4.2. As a workaround, avoid passing large inputs to YAJL." } ] }, "impact": { "cvss": { "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" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-122: Heap-based Buffer Overflow" } ] }, { "description": [ { "lang": "eng", "value": "CWE-190: Integer Overflow or Wraparound" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm", "refsource": "CONFIRM", "url": "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm" }, { "name": "https://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6", "refsource": "MISC", "url": "https://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6" }, { "name": "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64", "refsource": "MISC", "url": "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64" }, { "name": "[debian-lts-announce] 20230711 [SECURITY] [DLA 3492-1] yajl security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00013.html" }, { "name": "FEDORA-2023-00572178e1", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KLE3C4CECEJ4EUYI56KXI6OWACWXX7WN/" }, { "name": "FEDORA-2023-852b377773", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YO32YDJ74DADC7CMJNLSLBVWN5EXGF5J/" }, { "name": "[debian-lts-announce] 20230805 [SECURITY] [DLA 3516-1] burp security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00003.html" } ] }, "source": { "advisory": "GHSA-jj47-x69x-mxrm", "discovery": "UNKNOWN" } }, "github.com/rubysec/ruby-advisory-db": { "cve": "2022-24795", "cvss_v3": 5.9, "date": "2022-04-05", "description": "The 1.x branch and the 2.x branch of [yajl](https://github.com/lloyd/yajl)\ncontain an integer overflow which leads to subsequent heap memory corruption\nwhen dealing with large (~2GB) inputs.\n\n### Details\n\nThe [reallocation logic at yajl_buf.c#L64](https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64)\nmay result in the `need` 32bit integer wrapping to 0 when `need` approaches\na value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation\nof buf-\u003ealloc into a small heap chunk.\n\nThese integers are declared as `size_t` in the 2.x branch of `yajl`, which\npractically prevents the issue from triggering on 64bit platforms, however\nthis does not preclude this issue triggering on 32bit builds on which\n`size_t` is a 32bit integer.\n\nSubsequent population of this under-allocated heap chunk is based on the\noriginal buffer size, leading to heap memory corruption.\n\n### Impact\n\nWe rate this as a moderate severity vulnerability which mostly impacts\nprocess availability as we believe exploitation for arbitrary code\nexecution to be unlikely.\n\n### Patches\n\nPatched in yajl-ruby 1.4.2\n\n### Workarounds\n\nAvoid passing large inputs to YAJL\n", "gem": "yajl-ruby", "ghsa": "jj47-x69x-mxrm", "patched_versions": [ "\u003e= 1.4.2" ], "related": { "url": [ "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64" ] }, "title": "Reallocation bug can trigger heap memory corruption", "url": "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm" }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c1.4.2", "affected_versions": "All versions before 1.4.2", "cvss_v2": "AV:N/AC:L/Au:N/C:P/I:N/A:N", "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-190", "CWE-937" ], "date": "2023-08-05", "description": "yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of `yajl` contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs. The reallocation logic at `yajl_buf.c#L64` may result in the `need` 32bit integer wrapping to 0 when `need` approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf-\u003ealloc into a small heap chunk. These integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer. Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption. This vulnerability mostly impacts process availability. Maintainers believe exploitation for arbitrary code execution is unlikely. A patch is available and anticipated to be part of yajl-ruby version 1.4.2. As a workaround, avoid passing large inputs to YAJL.", "fixed_versions": [ "1.4.2" ], "identifier": "CVE-2022-24795", "identifiers": [ "CVE-2022-24795", "GHSA-jj47-x69x-mxrm" ], "not_impacted": "All versions starting from 1.4.2", "package_slug": "gem/yajl-ruby", "pubdate": "2022-04-05", "solution": "Upgrade to version 1.4.2 or above.", "title": "Heap-based Buffer Overflow", "urls": [ "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm", "https://github.com/advisories/GHSA-jj47-x69x-mxrm" ], "uuid": "25255b57-91c4-41b0-980c-36a210e90a52" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:yajl-ruby_project:yajl-ruby:*:*:*:*:*:ruby:*:*", "cpe_name": [], "versionEndExcluding": "1.4.2", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-24795" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of `yajl` contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs. The reallocation logic at `yajl_buf.c#L64` may result in the `need` 32bit integer wrapping to 0 when `need` approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf-\u003ealloc into a small heap chunk. These integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer. Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption. This vulnerability mostly impacts process availability. Maintainers believe exploitation for arbitrary code execution is unlikely. A patch is available and anticipated to be part of yajl-ruby version 1.4.2. As a workaround, avoid passing large inputs to YAJL." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-190" }, { "lang": "en", "value": "CWE-122" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm", "refsource": "CONFIRM", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm" }, { "name": "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64" }, { "name": "https://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6" }, { "name": "[debian-lts-announce] 20230711 [SECURITY] [DLA 3492-1] yajl security update", "refsource": "MLIST", "tags": [], "url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00013.html" }, { "name": "FEDORA-2023-00572178e1", "refsource": "FEDORA", "tags": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KLE3C4CECEJ4EUYI56KXI6OWACWXX7WN/" }, { "name": "FEDORA-2023-852b377773", "refsource": "FEDORA", "tags": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YO32YDJ74DADC7CMJNLSLBVWN5EXGF5J/" }, { "name": "[debian-lts-announce] 20230805 [SECURITY] [DLA 3516-1] burp security update", "refsource": "MLIST", "tags": [], "url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00003.html" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5.0, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N", "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": "2023-08-05T19:15Z", "publishedDate": "2022-04-05T16:15Z" } } }
ghsa-jj47-x69x-mxrm
Vulnerability from github
NOTE: A previous patch, 1.4.2, fixed the heap memory issue, but could still lead to a DoS infinite loop. Please update to version 1.4.3
The 1.x branch and the 2.x branch of yajl contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs.
Details
The reallocation logic at yajl_buf.c#L64 may result in the need
32bit integer wrapping to 0 when need
approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf->alloc into a small heap chunk.
These integers are declared as size_t
in the 2.x branch of yajl
, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which size_t
is a 32bit integer.
Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption.
Impact
We rate this as a moderate severity vulnerability which mostly impacts process availability as we believe exploitation for arbitrary code execution to be unlikely.
Patches
Patched in yajl-ruby 1.4.3
Workarounds
Avoid passing large inputs to YAJL
References
https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64
For more information
If you have any questions or comments about this advisory: * Open an issue in yajl-ruby
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 1.4.2" }, "package": { "ecosystem": "RubyGems", "name": "yajl-ruby" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.4.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-24795" ], "database_specific": { "cwe_ids": [ "CWE-122", "CWE-190" ], "github_reviewed": true, "github_reviewed_at": "2022-04-05T15:55:51Z", "nvd_published_at": "2022-04-05T16:15:00Z", "severity": "MODERATE" }, "details": "_NOTE: A previous patch, 1.4.2, fixed the heap memory issue, but could still lead to a DoS infinite loop. Please update to version 1.4.3_\n\nThe 1.x branch and the 2.x branch of [yajl](https://github.com/lloyd/yajl) contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs.\n\n### Details\n\nThe [reallocation logic at yajl_buf.c#L64](https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64) may result in the `need` 32bit integer wrapping to 0 when `need` approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf-\u003ealloc into a small heap chunk.\n\nThese integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer.\n\nSubsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption.\n\n### Impact\n\nWe rate this as a moderate severity vulnerability which mostly impacts process availability as we believe exploitation for arbitrary code execution to be unlikely.\n\n### Patches\n\nPatched in yajl-ruby 1.4.3\n\n### Workarounds\n\nAvoid passing large inputs to YAJL\n\n### References\nhttps://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [yajl-ruby](https://github.com/brianmario/yajl-ruby/issues)\n", "id": "GHSA-jj47-x69x-mxrm", "modified": "2022-05-26T18:54:24Z", "published": "2022-04-05T15:55:51Z", "references": [ { "type": "WEB", "url": "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24795" }, { "type": "WEB", "url": "https://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6" }, { "type": "PACKAGE", "url": "https://github.com/brianmario/yajl-ruby" }, { "type": "WEB", "url": "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64" }, { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/yajl-ruby/CVE-2022-24795.yml" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00013.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00003.html" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KLE3C4CECEJ4EUYI56KXI6OWACWXX7WN" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YO32YDJ74DADC7CMJNLSLBVWN5EXGF5J" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Buffer Overflow in yajl-ruby" }
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.