Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2022-24795
Vulnerability from cvelistv5
Vendor | Product | Version | ||
---|---|---|---|---|
brianmario | yajl-ruby |
Version: <= 1.4.1 |
{ 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: "<= 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->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. 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", "vulnerability-lookup:meta": { nvd: "{\"cve\":{\"id\":\"CVE-2022-24795\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-04-05T16:15:14.050\",\"lastModified\":\"2024-11-21T06:51:06.827\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"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->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. 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álisis y generación 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ón de la memoria de la pila cuando trata con entradas grandes (~2GB). La lógica de reasignación 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ón de buf-)alloc en un pequeño trozo de pila. Estos enteros están declarados como \\\"size_t\\\" en la rama 2.x de \\\"yajl\\\", lo que prácticamente 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ño original del buffer, conllevando una corrupción de la memoria de la pila. Esta vulnerabilidad afecta principalmente a la disponibilidad de los procesos. Los mantenedores creen que la explotación para una ejecución de código arbitrario es poco probable. Se presenta un parche disponible y se espera que forme parte de la versión 1.4.2. Como medida de mitigación, evite pasar entradas grandes a YAJL\"}],\"metrics\":{\"cvssMetricV31\":[{\"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\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:P/I:N/A:N\",\"baseScore\":5.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-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\"},{\"url\":\"https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/07/msg00013.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/08/msg00003.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/KLE3C4CECEJ4EUYI56KXI6OWACWXX7WN/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/YO32YDJ74DADC7CMJNLSLBVWN5EXGF5J/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", }, }
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 © 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-22T19:13:02+00:00", generator: { date: "2024-11-22T19:13:02+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.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-22T19:13:02+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's 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: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 © 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-22T19:13:02+00:00", generator: { date: "2024-11-22T19:13:02+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.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-22T19:13:02+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's 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 © 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-22T19:13:09+00:00", generator: { date: "2024-11-22T19:13:09+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.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-22T19:13:09+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's 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", }, ], }
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 © 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-22T19:13:02+00:00", generator: { date: "2024-11-22T19:13:02+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.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-22T19:13:02+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's 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-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 © 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-23T00:13:32+00:00", generator: { date: "2024-11-23T00:13:32+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.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-23T00:13:32+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's 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's 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_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 © 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-22T19:13:09+00:00", generator: { date: "2024-11-22T19:13:09+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.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-22T19:13:09+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's 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", }, ], }
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 © 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-23T00:13:32+00:00", generator: { date: "2024-11-23T00:13:32+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.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-23T00:13:32+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's 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's 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: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 © 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-22T19:13:09+00:00", generator: { date: "2024-11-22T19:13:09+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.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-22T19:13:09+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's 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", }, ], }
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 © 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-23T00:13:32+00:00", generator: { date: "2024-11-23T00:13:32+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.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-23T00:13:32+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's 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's 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", }, ], }
suse-su-2022:1746-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for libyajl", title: "Title of the patch", }, { category: "description", text: "\nThis update for libyajl fixes the following issue:\n\n- CVE-2022-24795: Fixed a heap-based buffer overflow when handling large inputs due to an integer overflow (bsc#1198405)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2022-1746,SUSE-SLE-SDK-12-SP5-2022-1746,SUSE-SLE-SERVER-12-SP5-2022-1746", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_1746-1.json", }, { category: "self", summary: "URL for SUSE-SU-2022:1746-1", url: "https://www.suse.com/support/update/announcement/2022/suse-su-20221746-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2022:1746-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-May/011095.html", }, { category: "self", summary: "SUSE Bug 1198405", url: "https://bugzilla.suse.com/1198405", }, { category: "self", summary: "SUSE CVE CVE-2022-24795 page", url: "https://www.suse.com/security/cve/CVE-2022-24795/", }, ], title: "Security update for libyajl", tracking: { current_release_date: "2022-06-14T09:52:52Z", generator: { date: "2022-06-14T09:52:52Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2022:1746-1", initial_release_date: "2022-06-14T09:52:52Z", revision_history: [ { date: "2022-06-14T09:52:52Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libyajl-devel-2.0.1-18.7.1.aarch64", product: { name: "libyajl-devel-2.0.1-18.7.1.aarch64", product_id: "libyajl-devel-2.0.1-18.7.1.aarch64", }, }, { category: "product_version", name: "libyajl-devel-static-2.0.1-18.7.1.aarch64", product: { name: "libyajl-devel-static-2.0.1-18.7.1.aarch64", product_id: "libyajl-devel-static-2.0.1-18.7.1.aarch64", }, }, { category: "product_version", name: "libyajl2-2.0.1-18.7.1.aarch64", product: { name: "libyajl2-2.0.1-18.7.1.aarch64", product_id: "libyajl2-2.0.1-18.7.1.aarch64", }, }, { category: "product_version", name: "yajl-2.0.1-18.7.1.aarch64", product: { name: "yajl-2.0.1-18.7.1.aarch64", product_id: "yajl-2.0.1-18.7.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libyajl-devel-64bit-2.0.1-18.7.1.aarch64_ilp32", product: { name: "libyajl-devel-64bit-2.0.1-18.7.1.aarch64_ilp32", product_id: "libyajl-devel-64bit-2.0.1-18.7.1.aarch64_ilp32", }, }, { category: "product_version", name: "libyajl2-64bit-2.0.1-18.7.1.aarch64_ilp32", product: { name: "libyajl2-64bit-2.0.1-18.7.1.aarch64_ilp32", product_id: "libyajl2-64bit-2.0.1-18.7.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libyajl-devel-2.0.1-18.7.1.i586", product: { name: "libyajl-devel-2.0.1-18.7.1.i586", product_id: "libyajl-devel-2.0.1-18.7.1.i586", }, }, { category: "product_version", name: "libyajl-devel-static-2.0.1-18.7.1.i586", product: { name: "libyajl-devel-static-2.0.1-18.7.1.i586", product_id: "libyajl-devel-static-2.0.1-18.7.1.i586", }, }, { category: "product_version", name: "libyajl2-2.0.1-18.7.1.i586", product: { name: "libyajl2-2.0.1-18.7.1.i586", product_id: "libyajl2-2.0.1-18.7.1.i586", }, }, { category: "product_version", name: "yajl-2.0.1-18.7.1.i586", product: { name: "yajl-2.0.1-18.7.1.i586", product_id: "yajl-2.0.1-18.7.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libyajl-devel-2.0.1-18.7.1.ppc64le", product: { name: "libyajl-devel-2.0.1-18.7.1.ppc64le", product_id: "libyajl-devel-2.0.1-18.7.1.ppc64le", }, }, { category: "product_version", name: "libyajl-devel-static-2.0.1-18.7.1.ppc64le", product: { name: "libyajl-devel-static-2.0.1-18.7.1.ppc64le", product_id: "libyajl-devel-static-2.0.1-18.7.1.ppc64le", }, }, { category: "product_version", name: "libyajl2-2.0.1-18.7.1.ppc64le", product: { name: "libyajl2-2.0.1-18.7.1.ppc64le", product_id: "libyajl2-2.0.1-18.7.1.ppc64le", }, }, { category: "product_version", name: "yajl-2.0.1-18.7.1.ppc64le", product: { name: "yajl-2.0.1-18.7.1.ppc64le", product_id: "yajl-2.0.1-18.7.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libyajl-devel-2.0.1-18.7.1.s390", product: { name: "libyajl-devel-2.0.1-18.7.1.s390", product_id: "libyajl-devel-2.0.1-18.7.1.s390", }, }, { category: "product_version", name: "libyajl-devel-static-2.0.1-18.7.1.s390", product: { name: "libyajl-devel-static-2.0.1-18.7.1.s390", product_id: "libyajl-devel-static-2.0.1-18.7.1.s390", }, }, { category: "product_version", name: "libyajl2-2.0.1-18.7.1.s390", product: { name: "libyajl2-2.0.1-18.7.1.s390", product_id: "libyajl2-2.0.1-18.7.1.s390", }, }, { category: "product_version", name: "yajl-2.0.1-18.7.1.s390", product: { name: "yajl-2.0.1-18.7.1.s390", product_id: "yajl-2.0.1-18.7.1.s390", }, }, ], category: "architecture", name: "s390", }, { branches: [ { category: "product_version", name: "libyajl-devel-2.0.1-18.7.1.s390x", product: { name: "libyajl-devel-2.0.1-18.7.1.s390x", product_id: "libyajl-devel-2.0.1-18.7.1.s390x", }, }, { category: "product_version", name: "libyajl-devel-32bit-2.0.1-18.7.1.s390x", product: { name: "libyajl-devel-32bit-2.0.1-18.7.1.s390x", product_id: "libyajl-devel-32bit-2.0.1-18.7.1.s390x", }, }, { category: "product_version", name: "libyajl-devel-static-2.0.1-18.7.1.s390x", product: { name: "libyajl-devel-static-2.0.1-18.7.1.s390x", product_id: "libyajl-devel-static-2.0.1-18.7.1.s390x", }, }, { category: "product_version", name: "libyajl2-2.0.1-18.7.1.s390x", product: { name: "libyajl2-2.0.1-18.7.1.s390x", product_id: "libyajl2-2.0.1-18.7.1.s390x", }, }, { category: "product_version", name: "libyajl2-32bit-2.0.1-18.7.1.s390x", product: { name: "libyajl2-32bit-2.0.1-18.7.1.s390x", product_id: "libyajl2-32bit-2.0.1-18.7.1.s390x", }, }, { category: "product_version", name: "yajl-2.0.1-18.7.1.s390x", product: { name: "yajl-2.0.1-18.7.1.s390x", product_id: "yajl-2.0.1-18.7.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libyajl-devel-2.0.1-18.7.1.x86_64", product: { name: "libyajl-devel-2.0.1-18.7.1.x86_64", product_id: "libyajl-devel-2.0.1-18.7.1.x86_64", }, }, { category: "product_version", name: "libyajl-devel-32bit-2.0.1-18.7.1.x86_64", product: { name: "libyajl-devel-32bit-2.0.1-18.7.1.x86_64", product_id: "libyajl-devel-32bit-2.0.1-18.7.1.x86_64", }, }, { category: "product_version", name: "libyajl-devel-static-2.0.1-18.7.1.x86_64", product: { name: "libyajl-devel-static-2.0.1-18.7.1.x86_64", product_id: "libyajl-devel-static-2.0.1-18.7.1.x86_64", }, }, { category: "product_version", name: "libyajl2-2.0.1-18.7.1.x86_64", product: { name: "libyajl2-2.0.1-18.7.1.x86_64", product_id: "libyajl2-2.0.1-18.7.1.x86_64", }, }, { category: "product_version", name: "libyajl2-32bit-2.0.1-18.7.1.x86_64", product: { name: "libyajl2-32bit-2.0.1-18.7.1.x86_64", product_id: "libyajl2-32bit-2.0.1-18.7.1.x86_64", }, }, { category: "product_version", name: "yajl-2.0.1-18.7.1.x86_64", product: { name: "yajl-2.0.1-18.7.1.x86_64", product_id: "yajl-2.0.1-18.7.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Software Development Kit 12 SP5", product: { name: "SUSE Linux Enterprise Software Development Kit 12 SP5", product_id: "SUSE Linux Enterprise Software Development Kit 12 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-sdk:12:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 12 SP5", product: { name: "SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sles:12:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", product: { name: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:12:sp5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.0.1-18.7.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", product_id: "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-2.0.1-18.7.1.aarch64", }, product_reference: "libyajl-devel-2.0.1-18.7.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Software Development Kit 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.0.1-18.7.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", product_id: "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-2.0.1-18.7.1.ppc64le", }, product_reference: "libyajl-devel-2.0.1-18.7.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Software Development Kit 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.0.1-18.7.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", product_id: "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-2.0.1-18.7.1.s390x", }, product_reference: "libyajl-devel-2.0.1-18.7.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Software Development Kit 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.0.1-18.7.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", product_id: "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-2.0.1-18.7.1.x86_64", }, product_reference: "libyajl-devel-2.0.1-18.7.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Software Development Kit 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-static-2.0.1-18.7.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", product_id: "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-static-2.0.1-18.7.1.aarch64", }, product_reference: "libyajl-devel-static-2.0.1-18.7.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Software Development Kit 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-static-2.0.1-18.7.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", product_id: "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-static-2.0.1-18.7.1.ppc64le", }, product_reference: "libyajl-devel-static-2.0.1-18.7.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Software Development Kit 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-static-2.0.1-18.7.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", product_id: "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-static-2.0.1-18.7.1.s390x", }, product_reference: "libyajl-devel-static-2.0.1-18.7.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Software Development Kit 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-static-2.0.1-18.7.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", product_id: "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-static-2.0.1-18.7.1.x86_64", }, product_reference: "libyajl-devel-static-2.0.1-18.7.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Software Development Kit 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.0.1-18.7.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:libyajl2-2.0.1-18.7.1.aarch64", }, product_reference: "libyajl2-2.0.1-18.7.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.0.1-18.7.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:libyajl2-2.0.1-18.7.1.ppc64le", }, product_reference: "libyajl2-2.0.1-18.7.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.0.1-18.7.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:libyajl2-2.0.1-18.7.1.s390x", }, product_reference: "libyajl2-2.0.1-18.7.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.0.1-18.7.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:libyajl2-2.0.1-18.7.1.x86_64", }, product_reference: "libyajl2-2.0.1-18.7.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl2-32bit-2.0.1-18.7.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:libyajl2-32bit-2.0.1-18.7.1.s390x", }, product_reference: "libyajl2-32bit-2.0.1-18.7.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl2-32bit-2.0.1-18.7.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:libyajl2-32bit-2.0.1-18.7.1.x86_64", }, product_reference: "libyajl2-32bit-2.0.1-18.7.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.0.1-18.7.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-2.0.1-18.7.1.aarch64", }, product_reference: "libyajl2-2.0.1-18.7.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.0.1-18.7.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-2.0.1-18.7.1.ppc64le", }, product_reference: "libyajl2-2.0.1-18.7.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.0.1-18.7.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-2.0.1-18.7.1.s390x", }, product_reference: "libyajl2-2.0.1-18.7.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.0.1-18.7.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-2.0.1-18.7.1.x86_64", }, product_reference: "libyajl2-2.0.1-18.7.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl2-32bit-2.0.1-18.7.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-32bit-2.0.1-18.7.1.s390x", }, product_reference: "libyajl2-32bit-2.0.1-18.7.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libyajl2-32bit-2.0.1-18.7.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-32bit-2.0.1-18.7.1.x86_64", }, product_reference: "libyajl2-32bit-2.0.1-18.7.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, ], }, vulnerabilities: [ { cve: "CVE-2022-24795", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-24795", }, ], notes: [ { category: "general", text: "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->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. 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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:libyajl2-2.0.1-18.7.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libyajl2-2.0.1-18.7.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libyajl2-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libyajl2-2.0.1-18.7.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libyajl2-32bit-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libyajl2-32bit-2.0.1-18.7.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-2.0.1-18.7.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-2.0.1-18.7.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-2.0.1-18.7.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-32bit-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-32bit-2.0.1-18.7.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-2.0.1-18.7.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-2.0.1-18.7.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-2.0.1-18.7.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-static-2.0.1-18.7.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-static-2.0.1-18.7.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-static-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-static-2.0.1-18.7.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-24795", url: "https://www.suse.com/security/cve/CVE-2022-24795", }, { category: "external", summary: "SUSE Bug 1198405 for CVE-2022-24795", url: "https://bugzilla.suse.com/1198405", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:libyajl2-2.0.1-18.7.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libyajl2-2.0.1-18.7.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libyajl2-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libyajl2-2.0.1-18.7.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libyajl2-32bit-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libyajl2-32bit-2.0.1-18.7.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-2.0.1-18.7.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-2.0.1-18.7.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-2.0.1-18.7.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-32bit-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-32bit-2.0.1-18.7.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-2.0.1-18.7.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-2.0.1-18.7.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-2.0.1-18.7.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-static-2.0.1-18.7.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-static-2.0.1-18.7.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-static-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-static-2.0.1-18.7.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5:libyajl2-2.0.1-18.7.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libyajl2-2.0.1-18.7.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libyajl2-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libyajl2-2.0.1-18.7.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libyajl2-32bit-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libyajl2-32bit-2.0.1-18.7.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-2.0.1-18.7.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-2.0.1-18.7.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-2.0.1-18.7.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-32bit-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libyajl2-32bit-2.0.1-18.7.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-2.0.1-18.7.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-2.0.1-18.7.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-2.0.1-18.7.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-static-2.0.1-18.7.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-static-2.0.1-18.7.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-static-2.0.1-18.7.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libyajl-devel-static-2.0.1-18.7.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2022-06-14T09:52:52Z", details: "moderate", }, ], title: "CVE-2022-24795", }, ], }
suse-su-2022:1918-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for rubygem-yajl-ruby", title: "Title of the patch", }, { category: "description", text: "\nThis update for rubygem-yajl-ruby fixes the following issue:\n\n-CVE-2022-24795: Fixed a heap-based buffer overflow when handling large inputs due to an integer overflow (bsc#1198405)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2022-1918,SUSE-OpenStack-Cloud-Crowbar-8-2022-1918,SUSE-OpenStack-Cloud-Crowbar-9-2022-1918", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_1918-1.json", }, { category: "self", summary: "URL for SUSE-SU-2022:1918-1", url: "https://www.suse.com/support/update/announcement/2022/suse-su-20221918-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2022:1918-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011222.html", }, { category: "self", summary: "SUSE Bug 1198405", url: "https://bugzilla.suse.com/1198405", }, { category: "self", summary: "SUSE CVE CVE-2022-24795 page", url: "https://www.suse.com/security/cve/CVE-2022-24795/", }, ], title: "Security update for rubygem-yajl-ruby", tracking: { current_release_date: "2022-06-02T08:48:36Z", generator: { date: "2022-06-02T08:48:36Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2022:1918-1", initial_release_date: "2022-06-02T08:48:36Z", revision_history: [ { date: "2022-06-02T08:48:36Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.aarch64", product: { name: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.aarch64", product_id: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.aarch64", }, }, { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.aarch64", product: { name: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.aarch64", product_id: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.aarch64", }, }, { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.aarch64", product: { name: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.aarch64", product_id: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.i586", product: { name: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.i586", product_id: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.i586", }, }, { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.i586", product: { name: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.i586", product_id: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.i586", }, }, { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.i586", product: { name: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.i586", product_id: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.ppc64le", product: { name: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.ppc64le", product_id: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.ppc64le", }, }, { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.ppc64le", product: { name: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.ppc64le", product_id: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.ppc64le", }, }, { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.ppc64le", product: { name: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.ppc64le", product_id: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.s390", product: { name: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.s390", product_id: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.s390", }, }, { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.s390", product: { name: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.s390", product_id: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.s390", }, }, { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.s390", product: { name: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.s390", product_id: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.s390", }, }, ], category: "architecture", name: "s390", }, { branches: [ { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.s390x", product: { name: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.s390x", product_id: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.s390x", }, }, { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.s390x", product: { name: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.s390x", product_id: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.s390x", }, }, { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.s390x", product: { name: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.s390x", product_id: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.x86_64", product: { name: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.x86_64", product_id: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.x86_64", }, }, { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.x86_64", product: { name: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.x86_64", product_id: "ruby2.1-rubygem-yajl-ruby-doc-1.3.1-4.6.1.x86_64", }, }, { category: "product_version", name: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.x86_64", product: { name: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.x86_64", product_id: "ruby2.1-rubygem-yajl-ruby-testsuite-1.3.1-4.6.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE OpenStack Cloud Crowbar 8", product: { name: "SUSE OpenStack Cloud Crowbar 8", product_id: "SUSE OpenStack Cloud Crowbar 8", product_identification_helper: { cpe: "cpe:/o:suse:suse-openstack-cloud-crowbar:8", }, }, }, { category: "product_name", name: "SUSE OpenStack Cloud Crowbar 9", product: { name: "SUSE OpenStack Cloud Crowbar 9", product_id: "SUSE OpenStack Cloud Crowbar 9", product_identification_helper: { cpe: "cpe:/o:suse:suse-openstack-cloud-crowbar:9", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", product_id: "SUSE OpenStack Cloud Crowbar 8:ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.x86_64", }, product_reference: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.x86_64", relates_to_product_reference: "SUSE OpenStack Cloud Crowbar 8", }, { category: "default_component_of", full_product_name: { name: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", product_id: "SUSE OpenStack Cloud Crowbar 9:ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.x86_64", }, product_reference: "ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.x86_64", relates_to_product_reference: "SUSE OpenStack Cloud Crowbar 9", }, ], }, vulnerabilities: [ { cve: "CVE-2022-24795", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-24795", }, ], notes: [ { category: "general", text: "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->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. 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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE OpenStack Cloud Crowbar 8:ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-24795", url: "https://www.suse.com/security/cve/CVE-2022-24795", }, { category: "external", summary: "SUSE Bug 1198405 for CVE-2022-24795", url: "https://bugzilla.suse.com/1198405", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE OpenStack Cloud Crowbar 8:ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE OpenStack Cloud Crowbar 8:ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:ruby2.1-rubygem-yajl-ruby-1.3.1-4.6.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2022-06-02T08:48:36Z", details: "moderate", }, ], title: "CVE-2022-24795", }, ], }
suse-su-2022:3162-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for libyajl", title: "Title of the patch", }, { category: "description", text: "This update for libyajl fixes the following issues:\n\n- CVE-2022-24795: Fixed heap-based buffer overflow when handling large inputs (bsc#1198405).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2022-3162,SUSE-SLE-Module-Basesystem-15-SP3-2022-3162,SUSE-SLE-Module-Basesystem-15-SP4-2022-3162,SUSE-SUSE-MicroOS-5.1-2022-3162,SUSE-SUSE-MicroOS-5.2-2022-3162,openSUSE-Leap-Micro-5.2-2022-3162,openSUSE-SLE-15.3-2022-3162,openSUSE-SLE-15.4-2022-3162", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_3162-1.json", }, { category: "self", summary: "URL for SUSE-SU-2022:3162-1", url: "https://www.suse.com/support/update/announcement/2022/suse-su-20223162-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2022:3162-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-September/012163.html", }, { category: "self", summary: "SUSE Bug 1198405", url: "https://bugzilla.suse.com/1198405", }, { category: "self", summary: "SUSE CVE CVE-2022-24795 page", url: "https://www.suse.com/security/cve/CVE-2022-24795/", }, ], title: "Security update for libyajl", tracking: { current_release_date: "2022-09-07T13:07:56Z", generator: { date: "2022-09-07T13:07:56Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2022:3162-1", initial_release_date: "2022-09-07T13:07:56Z", revision_history: [ { date: "2022-09-07T13:07:56Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libyajl-devel-2.1.0-150000.4.3.1.aarch64", product: { name: "libyajl-devel-2.1.0-150000.4.3.1.aarch64", product_id: "libyajl-devel-2.1.0-150000.4.3.1.aarch64", }, }, { category: "product_version", name: "libyajl-devel-static-2.1.0-150000.4.3.1.aarch64", product: { name: "libyajl-devel-static-2.1.0-150000.4.3.1.aarch64", product_id: "libyajl-devel-static-2.1.0-150000.4.3.1.aarch64", }, }, { category: "product_version", name: "libyajl2-2.1.0-150000.4.3.1.aarch64", product: { name: "libyajl2-2.1.0-150000.4.3.1.aarch64", product_id: "libyajl2-2.1.0-150000.4.3.1.aarch64", }, }, { category: "product_version", name: "yajl-2.1.0-150000.4.3.1.aarch64", product: { name: "yajl-2.1.0-150000.4.3.1.aarch64", product_id: "yajl-2.1.0-150000.4.3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libyajl-devel-64bit-2.1.0-150000.4.3.1.aarch64_ilp32", product: { name: "libyajl-devel-64bit-2.1.0-150000.4.3.1.aarch64_ilp32", product_id: "libyajl-devel-64bit-2.1.0-150000.4.3.1.aarch64_ilp32", }, }, { category: "product_version", name: "libyajl2-64bit-2.1.0-150000.4.3.1.aarch64_ilp32", product: { name: "libyajl2-64bit-2.1.0-150000.4.3.1.aarch64_ilp32", product_id: "libyajl2-64bit-2.1.0-150000.4.3.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libyajl-devel-2.1.0-150000.4.3.1.i586", product: { name: "libyajl-devel-2.1.0-150000.4.3.1.i586", product_id: "libyajl-devel-2.1.0-150000.4.3.1.i586", }, }, { category: "product_version", name: "libyajl-devel-static-2.1.0-150000.4.3.1.i586", product: { name: "libyajl-devel-static-2.1.0-150000.4.3.1.i586", product_id: "libyajl-devel-static-2.1.0-150000.4.3.1.i586", }, }, { category: "product_version", name: "libyajl2-2.1.0-150000.4.3.1.i586", product: { name: "libyajl2-2.1.0-150000.4.3.1.i586", product_id: "libyajl2-2.1.0-150000.4.3.1.i586", }, }, { category: "product_version", name: "yajl-2.1.0-150000.4.3.1.i586", product: { name: "yajl-2.1.0-150000.4.3.1.i586", product_id: "yajl-2.1.0-150000.4.3.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libyajl-devel-2.1.0-150000.4.3.1.ppc64le", product: { name: "libyajl-devel-2.1.0-150000.4.3.1.ppc64le", product_id: "libyajl-devel-2.1.0-150000.4.3.1.ppc64le", }, }, { category: "product_version", name: "libyajl-devel-static-2.1.0-150000.4.3.1.ppc64le", product: { name: "libyajl-devel-static-2.1.0-150000.4.3.1.ppc64le", product_id: "libyajl-devel-static-2.1.0-150000.4.3.1.ppc64le", }, }, { category: "product_version", name: "libyajl2-2.1.0-150000.4.3.1.ppc64le", product: { name: "libyajl2-2.1.0-150000.4.3.1.ppc64le", product_id: "libyajl2-2.1.0-150000.4.3.1.ppc64le", }, }, { category: "product_version", name: "yajl-2.1.0-150000.4.3.1.ppc64le", product: { name: "yajl-2.1.0-150000.4.3.1.ppc64le", product_id: "yajl-2.1.0-150000.4.3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libyajl-devel-2.1.0-150000.4.3.1.s390x", product: { name: "libyajl-devel-2.1.0-150000.4.3.1.s390x", product_id: "libyajl-devel-2.1.0-150000.4.3.1.s390x", }, }, { category: "product_version", name: "libyajl-devel-static-2.1.0-150000.4.3.1.s390x", product: { name: "libyajl-devel-static-2.1.0-150000.4.3.1.s390x", product_id: "libyajl-devel-static-2.1.0-150000.4.3.1.s390x", }, }, { category: "product_version", name: "libyajl2-2.1.0-150000.4.3.1.s390x", product: { name: "libyajl2-2.1.0-150000.4.3.1.s390x", product_id: "libyajl2-2.1.0-150000.4.3.1.s390x", }, }, { category: "product_version", name: "yajl-2.1.0-150000.4.3.1.s390x", product: { name: "yajl-2.1.0-150000.4.3.1.s390x", product_id: "yajl-2.1.0-150000.4.3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libyajl-devel-2.1.0-150000.4.3.1.x86_64", product: { name: "libyajl-devel-2.1.0-150000.4.3.1.x86_64", product_id: "libyajl-devel-2.1.0-150000.4.3.1.x86_64", }, }, { category: "product_version", name: "libyajl-devel-32bit-2.1.0-150000.4.3.1.x86_64", product: { name: "libyajl-devel-32bit-2.1.0-150000.4.3.1.x86_64", product_id: "libyajl-devel-32bit-2.1.0-150000.4.3.1.x86_64", }, }, { category: "product_version", name: "libyajl-devel-static-2.1.0-150000.4.3.1.x86_64", product: { name: "libyajl-devel-static-2.1.0-150000.4.3.1.x86_64", product_id: "libyajl-devel-static-2.1.0-150000.4.3.1.x86_64", }, }, { category: "product_version", name: "libyajl2-2.1.0-150000.4.3.1.x86_64", product: { name: "libyajl2-2.1.0-150000.4.3.1.x86_64", product_id: "libyajl2-2.1.0-150000.4.3.1.x86_64", }, }, { category: "product_version", name: "libyajl2-32bit-2.1.0-150000.4.3.1.x86_64", product: { name: "libyajl2-32bit-2.1.0-150000.4.3.1.x86_64", product_id: "libyajl2-32bit-2.1.0-150000.4.3.1.x86_64", }, }, { category: "product_version", name: "yajl-2.1.0-150000.4.3.1.x86_64", product: { name: "yajl-2.1.0-150000.4.3.1.x86_64", product_id: "yajl-2.1.0-150000.4.3.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Basesystem 15 SP3", product: { name: "SUSE Linux Enterprise Module for Basesystem 15 SP3", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-basesystem:15:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Basesystem 15 SP4", product: { name: "SUSE Linux Enterprise Module for Basesystem 15 SP4", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-basesystem:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Micro 5.1", product: { name: "SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1", product_identification_helper: { cpe: "cpe:/o:suse:suse-microos:5.1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Micro 5.2", product: { name: "SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2", product_identification_helper: { cpe: "cpe:/o:suse:suse-microos:5.2", }, }, }, { category: "product_name", name: "openSUSE Leap Micro 5.2", product: { name: "openSUSE Leap Micro 5.2", product_id: "openSUSE Leap Micro 5.2", product_identification_helper: { cpe: "cpe:/o:opensuse:leap-micro:5.2", }, }, }, { category: "product_name", name: "openSUSE Leap 15.3", product: { name: "openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.3", }, }, }, { category: "product_name", name: "openSUSE Leap 15.4", product: { name: "openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.4", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-150000.4.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl-devel-2.1.0-150000.4.3.1.aarch64", }, product_reference: "libyajl-devel-2.1.0-150000.4.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-150000.4.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl-devel-2.1.0-150000.4.3.1.ppc64le", }, product_reference: "libyajl-devel-2.1.0-150000.4.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-150000.4.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl-devel-2.1.0-150000.4.3.1.s390x", }, product_reference: "libyajl-devel-2.1.0-150000.4.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-150000.4.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl-devel-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl-devel-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl2-2.1.0-150000.4.3.1.aarch64", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl2-2.1.0-150000.4.3.1.ppc64le", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl2-2.1.0-150000.4.3.1.s390x", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl2-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-150000.4.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl-devel-2.1.0-150000.4.3.1.aarch64", }, product_reference: "libyajl-devel-2.1.0-150000.4.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-150000.4.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl-devel-2.1.0-150000.4.3.1.ppc64le", }, product_reference: "libyajl-devel-2.1.0-150000.4.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-150000.4.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl-devel-2.1.0-150000.4.3.1.s390x", }, product_reference: "libyajl-devel-2.1.0-150000.4.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-150000.4.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl-devel-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl-devel-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl2-2.1.0-150000.4.3.1.aarch64", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl2-2.1.0-150000.4.3.1.ppc64le", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl2-2.1.0-150000.4.3.1.s390x", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl2-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:libyajl2-2.1.0-150000.4.3.1.aarch64", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.s390x as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:libyajl2-2.1.0-150000.4.3.1.s390x", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:libyajl2-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:libyajl2-2.1.0-150000.4.3.1.aarch64", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.s390x as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:libyajl2-2.1.0-150000.4.3.1.s390x", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:libyajl2-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.aarch64 as component of openSUSE Leap Micro 5.2", product_id: "openSUSE Leap Micro 5.2:libyajl2-2.1.0-150000.4.3.1.aarch64", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.aarch64", relates_to_product_reference: "openSUSE Leap Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.x86_64 as component of openSUSE Leap Micro 5.2", product_id: "openSUSE Leap Micro 5.2:libyajl2-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "openSUSE Leap Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-150000.4.3.1.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libyajl-devel-2.1.0-150000.4.3.1.aarch64", }, product_reference: "libyajl-devel-2.1.0-150000.4.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-150000.4.3.1.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libyajl-devel-2.1.0-150000.4.3.1.ppc64le", }, product_reference: "libyajl-devel-2.1.0-150000.4.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-150000.4.3.1.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libyajl-devel-2.1.0-150000.4.3.1.s390x", }, product_reference: "libyajl-devel-2.1.0-150000.4.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-150000.4.3.1.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libyajl-devel-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl-devel-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-32bit-2.1.0-150000.4.3.1.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libyajl-devel-32bit-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl-devel-32bit-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-static-2.1.0-150000.4.3.1.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libyajl-devel-static-2.1.0-150000.4.3.1.aarch64", }, product_reference: "libyajl-devel-static-2.1.0-150000.4.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-static-2.1.0-150000.4.3.1.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libyajl-devel-static-2.1.0-150000.4.3.1.ppc64le", }, product_reference: "libyajl-devel-static-2.1.0-150000.4.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-static-2.1.0-150000.4.3.1.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libyajl-devel-static-2.1.0-150000.4.3.1.s390x", }, product_reference: "libyajl-devel-static-2.1.0-150000.4.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-static-2.1.0-150000.4.3.1.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libyajl-devel-static-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl-devel-static-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libyajl2-2.1.0-150000.4.3.1.aarch64", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libyajl2-2.1.0-150000.4.3.1.ppc64le", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libyajl2-2.1.0-150000.4.3.1.s390x", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libyajl2-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libyajl2-32bit-2.1.0-150000.4.3.1.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libyajl2-32bit-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl2-32bit-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "yajl-2.1.0-150000.4.3.1.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:yajl-2.1.0-150000.4.3.1.aarch64", }, product_reference: "yajl-2.1.0-150000.4.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "yajl-2.1.0-150000.4.3.1.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:yajl-2.1.0-150000.4.3.1.ppc64le", }, product_reference: "yajl-2.1.0-150000.4.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "yajl-2.1.0-150000.4.3.1.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:yajl-2.1.0-150000.4.3.1.s390x", }, product_reference: "yajl-2.1.0-150000.4.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "yajl-2.1.0-150000.4.3.1.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:yajl-2.1.0-150000.4.3.1.x86_64", }, product_reference: "yajl-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-150000.4.3.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:libyajl-devel-2.1.0-150000.4.3.1.aarch64", }, product_reference: "libyajl-devel-2.1.0-150000.4.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-150000.4.3.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:libyajl-devel-2.1.0-150000.4.3.1.ppc64le", }, product_reference: "libyajl-devel-2.1.0-150000.4.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-150000.4.3.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:libyajl-devel-2.1.0-150000.4.3.1.s390x", }, product_reference: "libyajl-devel-2.1.0-150000.4.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-150000.4.3.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:libyajl-devel-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl-devel-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-32bit-2.1.0-150000.4.3.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:libyajl-devel-32bit-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl-devel-32bit-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-static-2.1.0-150000.4.3.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:libyajl-devel-static-2.1.0-150000.4.3.1.aarch64", }, product_reference: "libyajl-devel-static-2.1.0-150000.4.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-static-2.1.0-150000.4.3.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:libyajl-devel-static-2.1.0-150000.4.3.1.ppc64le", }, product_reference: "libyajl-devel-static-2.1.0-150000.4.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-static-2.1.0-150000.4.3.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:libyajl-devel-static-2.1.0-150000.4.3.1.s390x", }, product_reference: "libyajl-devel-static-2.1.0-150000.4.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-static-2.1.0-150000.4.3.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:libyajl-devel-static-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl-devel-static-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:libyajl2-2.1.0-150000.4.3.1.aarch64", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:libyajl2-2.1.0-150000.4.3.1.ppc64le", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:libyajl2-2.1.0-150000.4.3.1.s390x", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-150000.4.3.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:libyajl2-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl2-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "libyajl2-32bit-2.1.0-150000.4.3.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:libyajl2-32bit-2.1.0-150000.4.3.1.x86_64", }, product_reference: "libyajl2-32bit-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "yajl-2.1.0-150000.4.3.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:yajl-2.1.0-150000.4.3.1.aarch64", }, product_reference: "yajl-2.1.0-150000.4.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "yajl-2.1.0-150000.4.3.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:yajl-2.1.0-150000.4.3.1.ppc64le", }, product_reference: "yajl-2.1.0-150000.4.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "yajl-2.1.0-150000.4.3.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:yajl-2.1.0-150000.4.3.1.s390x", }, product_reference: "yajl-2.1.0-150000.4.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "yajl-2.1.0-150000.4.3.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:yajl-2.1.0-150000.4.3.1.x86_64", }, product_reference: "yajl-2.1.0-150000.4.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, ], }, vulnerabilities: [ { cve: "CVE-2022-24795", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-24795", }, ], notes: [ { category: "general", text: "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->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. 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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Micro 5.1:libyajl2-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libyajl2-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Micro 5.1:libyajl2-2.1.0-150000.4.3.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libyajl2-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libyajl2-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Micro 5.2:libyajl2-2.1.0-150000.4.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl-devel-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl-devel-2.1.0-150000.4.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl-devel-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl-devel-2.1.0-150000.4.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl2-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl2-2.1.0-150000.4.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl2-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl2-2.1.0-150000.4.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl-devel-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl-devel-2.1.0-150000.4.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl-devel-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl-devel-2.1.0-150000.4.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl2-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl2-2.1.0-150000.4.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl2-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl2-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:libyajl-devel-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.3:libyajl-devel-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.3:libyajl-devel-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.3:libyajl-devel-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:libyajl-devel-32bit-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:libyajl-devel-static-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.3:libyajl-devel-static-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.3:libyajl-devel-static-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.3:libyajl-devel-static-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:libyajl2-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.3:libyajl2-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.3:libyajl2-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.3:libyajl2-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:libyajl2-32bit-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:yajl-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.3:yajl-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.3:yajl-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.3:yajl-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:libyajl-devel-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.4:libyajl-devel-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.4:libyajl-devel-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.4:libyajl-devel-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:libyajl-devel-32bit-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:libyajl-devel-static-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.4:libyajl-devel-static-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.4:libyajl-devel-static-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.4:libyajl-devel-static-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:libyajl2-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.4:libyajl2-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.4:libyajl2-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.4:libyajl2-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:libyajl2-32bit-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:yajl-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.4:yajl-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.4:yajl-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.4:yajl-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap Micro 5.2:libyajl2-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap Micro 5.2:libyajl2-2.1.0-150000.4.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-24795", url: "https://www.suse.com/security/cve/CVE-2022-24795", }, { category: "external", summary: "SUSE Bug 1198405 for CVE-2022-24795", url: "https://bugzilla.suse.com/1198405", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Micro 5.1:libyajl2-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libyajl2-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Micro 5.1:libyajl2-2.1.0-150000.4.3.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libyajl2-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libyajl2-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Micro 5.2:libyajl2-2.1.0-150000.4.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl-devel-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl-devel-2.1.0-150000.4.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl-devel-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl-devel-2.1.0-150000.4.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl2-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl2-2.1.0-150000.4.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl2-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl2-2.1.0-150000.4.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl-devel-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl-devel-2.1.0-150000.4.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl-devel-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl-devel-2.1.0-150000.4.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl2-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl2-2.1.0-150000.4.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl2-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl2-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:libyajl-devel-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.3:libyajl-devel-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.3:libyajl-devel-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.3:libyajl-devel-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:libyajl-devel-32bit-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:libyajl-devel-static-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.3:libyajl-devel-static-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.3:libyajl-devel-static-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.3:libyajl-devel-static-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:libyajl2-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.3:libyajl2-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.3:libyajl2-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.3:libyajl2-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:libyajl2-32bit-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:yajl-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.3:yajl-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.3:yajl-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.3:yajl-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:libyajl-devel-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.4:libyajl-devel-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.4:libyajl-devel-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.4:libyajl-devel-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:libyajl-devel-32bit-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:libyajl-devel-static-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.4:libyajl-devel-static-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.4:libyajl-devel-static-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.4:libyajl-devel-static-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:libyajl2-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.4:libyajl2-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.4:libyajl2-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.4:libyajl2-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:libyajl2-32bit-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:yajl-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.4:yajl-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.4:yajl-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.4:yajl-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap Micro 5.2:libyajl2-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap Micro 5.2:libyajl2-2.1.0-150000.4.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Micro 5.1:libyajl2-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libyajl2-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Micro 5.1:libyajl2-2.1.0-150000.4.3.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libyajl2-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libyajl2-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Micro 5.2:libyajl2-2.1.0-150000.4.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl-devel-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl-devel-2.1.0-150000.4.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl-devel-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl-devel-2.1.0-150000.4.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl2-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl2-2.1.0-150000.4.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl2-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libyajl2-2.1.0-150000.4.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl-devel-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl-devel-2.1.0-150000.4.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl-devel-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl-devel-2.1.0-150000.4.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl2-2.1.0-150000.4.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl2-2.1.0-150000.4.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl2-2.1.0-150000.4.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:libyajl2-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:libyajl-devel-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.3:libyajl-devel-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.3:libyajl-devel-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.3:libyajl-devel-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:libyajl-devel-32bit-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:libyajl-devel-static-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.3:libyajl-devel-static-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.3:libyajl-devel-static-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.3:libyajl-devel-static-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:libyajl2-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.3:libyajl2-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.3:libyajl2-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.3:libyajl2-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:libyajl2-32bit-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.3:yajl-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.3:yajl-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.3:yajl-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.3:yajl-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:libyajl-devel-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.4:libyajl-devel-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.4:libyajl-devel-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.4:libyajl-devel-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:libyajl-devel-32bit-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:libyajl-devel-static-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.4:libyajl-devel-static-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.4:libyajl-devel-static-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.4:libyajl-devel-static-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:libyajl2-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.4:libyajl2-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.4:libyajl2-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.4:libyajl2-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:libyajl2-32bit-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap 15.4:yajl-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap 15.4:yajl-2.1.0-150000.4.3.1.ppc64le", "openSUSE Leap 15.4:yajl-2.1.0-150000.4.3.1.s390x", "openSUSE Leap 15.4:yajl-2.1.0-150000.4.3.1.x86_64", "openSUSE Leap Micro 5.2:libyajl2-2.1.0-150000.4.3.1.aarch64", "openSUSE Leap Micro 5.2:libyajl2-2.1.0-150000.4.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2022-09-07T13:07:56Z", details: "moderate", }, ], title: "CVE-2022-24795", }, ], }
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: "<= 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->alloc 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", }
fkie_cve-2022-24795
Vulnerability from fkie_nvd
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Vendor | Product | Version | |
---|---|---|---|
yajl-ruby_project | yajl-ruby | * |
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:yajl-ruby_project:yajl-ruby:*:*:*:*:*:ruby:*:*", matchCriteriaId: "FDF3C5E8-7062-41C0-9909-EB5D52893A75", versionEndExcluding: "1.4.2", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, ], cveTags: [], 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->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. 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álisis y generación 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ón de la memoria de la pila cuando trata con entradas grandes (~2GB). La lógica de reasignación 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ón de buf-)alloc en un pequeño trozo de pila. Estos enteros están declarados como \"size_t\" en la rama 2.x de \"yajl\", lo que prácticamente 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ño original del buffer, conllevando una corrupción de la memoria de la pila. Esta vulnerabilidad afecta principalmente a la disponibilidad de los procesos. Los mantenedores creen que la explotación para una ejecución de código arbitrario es poco probable. Se presenta un parche disponible y se espera que forme parte de la versión 1.4.2. Como medida de mitigación, evite pasar entradas grandes a YAJL", }, ], id: "CVE-2022-24795", lastModified: "2024-11-21T06:51:06.827", metrics: { cvssMetricV2: [ { acInsufInfo: false, baseSeverity: "MEDIUM", cvssData: { accessComplexity: "LOW", accessVector: "NETWORK", authentication: "NONE", availabilityImpact: "NONE", baseScore: 5, confidentialityImpact: "PARTIAL", integrityImpact: "NONE", vectorString: "AV:N/AC:L/Au:N/C:P/I:N/A:N", version: "2.0", }, exploitabilityScore: 10, impactScore: 2.9, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, source: "nvd@nist.gov", type: "Primary", userInteractionRequired: false, }, ], cvssMetricV31: [ { cvssData: { 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", }, exploitabilityScore: 2.2, impactScore: 3.6, source: "security-advisories@github.com", type: "Secondary", }, { cvssData: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, exploitabilityScore: 3.9, impactScore: 3.6, source: "nvd@nist.gov", type: "Primary", }, ], }, published: "2022-04-05T16:15:14.050", references: [ { source: "security-advisories@github.com", tags: [ "Exploit", "Third Party Advisory", ], url: "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64", }, { source: "security-advisories@github.com", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6", }, { source: "security-advisories@github.com", tags: [ "Exploit", "Third Party Advisory", ], url: "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm", }, { source: "security-advisories@github.com", 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: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Exploit", "Third Party Advisory", ], url: "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Exploit", "Third Party Advisory", ], url: "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://lists.debian.org/debian-lts-announce/2023/07/msg00013.html", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://lists.debian.org/debian-lts-announce/2023/08/msg00003.html", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/KLE3C4CECEJ4EUYI56KXI6OWACWXX7WN/", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/YO32YDJ74DADC7CMJNLSLBVWN5EXGF5J/", }, ], sourceIdentifier: "security-advisories@github.com", vulnStatus: "Modified", weaknesses: [ { description: [ { lang: "en", value: "CWE-122", }, { lang: "en", value: "CWE-190", }, ], source: "security-advisories@github.com", type: "Primary", }, ], }
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->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. 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->alloc 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: "<= 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->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. 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->alloc 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: [ ">= 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: "<1.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->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. 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->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. 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, confidentialityImpact: "PARTIAL", integrityImpact: "NONE", vectorString: "AV:N/AC:L/Au:N/C:P/I:N/A:N", version: "2.0", }, exploitabilityScore: 10, 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", }, }, }
opensuse-su-2024:12258-1
Vulnerability from csaf_opensuse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "libyajl-devel-2.1.0-6.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the libyajl-devel-2.1.0-6.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-12258", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_12258-1.json", }, { category: "self", summary: "SUSE CVE CVE-2022-24795 page", url: "https://www.suse.com/security/cve/CVE-2022-24795/", }, ], title: "libyajl-devel-2.1.0-6.1 on GA media", tracking: { current_release_date: "2024-06-15T00:00:00Z", generator: { date: "2024-06-15T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:12258-1", initial_release_date: "2024-06-15T00:00:00Z", revision_history: [ { date: "2024-06-15T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libyajl-devel-2.1.0-6.1.aarch64", product: { name: "libyajl-devel-2.1.0-6.1.aarch64", product_id: "libyajl-devel-2.1.0-6.1.aarch64", }, }, { category: "product_version", name: "libyajl-devel-32bit-2.1.0-6.1.aarch64", product: { name: "libyajl-devel-32bit-2.1.0-6.1.aarch64", product_id: "libyajl-devel-32bit-2.1.0-6.1.aarch64", }, }, { category: "product_version", name: "libyajl-devel-static-2.1.0-6.1.aarch64", product: { name: "libyajl-devel-static-2.1.0-6.1.aarch64", product_id: "libyajl-devel-static-2.1.0-6.1.aarch64", }, }, { category: "product_version", name: "libyajl2-2.1.0-6.1.aarch64", product: { name: "libyajl2-2.1.0-6.1.aarch64", product_id: "libyajl2-2.1.0-6.1.aarch64", }, }, { category: "product_version", name: "libyajl2-32bit-2.1.0-6.1.aarch64", product: { name: "libyajl2-32bit-2.1.0-6.1.aarch64", product_id: "libyajl2-32bit-2.1.0-6.1.aarch64", }, }, { category: "product_version", name: "yajl-2.1.0-6.1.aarch64", product: { name: "yajl-2.1.0-6.1.aarch64", product_id: "yajl-2.1.0-6.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libyajl-devel-2.1.0-6.1.ppc64le", product: { name: "libyajl-devel-2.1.0-6.1.ppc64le", product_id: "libyajl-devel-2.1.0-6.1.ppc64le", }, }, { category: "product_version", name: "libyajl-devel-32bit-2.1.0-6.1.ppc64le", product: { name: "libyajl-devel-32bit-2.1.0-6.1.ppc64le", product_id: "libyajl-devel-32bit-2.1.0-6.1.ppc64le", }, }, { category: "product_version", name: "libyajl-devel-static-2.1.0-6.1.ppc64le", product: { name: "libyajl-devel-static-2.1.0-6.1.ppc64le", product_id: "libyajl-devel-static-2.1.0-6.1.ppc64le", }, }, { category: "product_version", name: "libyajl2-2.1.0-6.1.ppc64le", product: { name: "libyajl2-2.1.0-6.1.ppc64le", product_id: "libyajl2-2.1.0-6.1.ppc64le", }, }, { category: "product_version", name: "libyajl2-32bit-2.1.0-6.1.ppc64le", product: { name: "libyajl2-32bit-2.1.0-6.1.ppc64le", product_id: "libyajl2-32bit-2.1.0-6.1.ppc64le", }, }, { category: "product_version", name: "yajl-2.1.0-6.1.ppc64le", product: { name: "yajl-2.1.0-6.1.ppc64le", product_id: "yajl-2.1.0-6.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libyajl-devel-2.1.0-6.1.s390x", product: { name: "libyajl-devel-2.1.0-6.1.s390x", product_id: "libyajl-devel-2.1.0-6.1.s390x", }, }, { category: "product_version", name: "libyajl-devel-32bit-2.1.0-6.1.s390x", product: { name: "libyajl-devel-32bit-2.1.0-6.1.s390x", product_id: "libyajl-devel-32bit-2.1.0-6.1.s390x", }, }, { category: "product_version", name: "libyajl-devel-static-2.1.0-6.1.s390x", product: { name: "libyajl-devel-static-2.1.0-6.1.s390x", product_id: "libyajl-devel-static-2.1.0-6.1.s390x", }, }, { category: "product_version", name: "libyajl2-2.1.0-6.1.s390x", product: { name: "libyajl2-2.1.0-6.1.s390x", product_id: "libyajl2-2.1.0-6.1.s390x", }, }, { category: "product_version", name: "libyajl2-32bit-2.1.0-6.1.s390x", product: { name: "libyajl2-32bit-2.1.0-6.1.s390x", product_id: "libyajl2-32bit-2.1.0-6.1.s390x", }, }, { category: "product_version", name: "yajl-2.1.0-6.1.s390x", product: { name: "yajl-2.1.0-6.1.s390x", product_id: "yajl-2.1.0-6.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libyajl-devel-2.1.0-6.1.x86_64", product: { name: "libyajl-devel-2.1.0-6.1.x86_64", product_id: "libyajl-devel-2.1.0-6.1.x86_64", }, }, { category: "product_version", name: "libyajl-devel-32bit-2.1.0-6.1.x86_64", product: { name: "libyajl-devel-32bit-2.1.0-6.1.x86_64", product_id: "libyajl-devel-32bit-2.1.0-6.1.x86_64", }, }, { category: "product_version", name: "libyajl-devel-static-2.1.0-6.1.x86_64", product: { name: "libyajl-devel-static-2.1.0-6.1.x86_64", product_id: "libyajl-devel-static-2.1.0-6.1.x86_64", }, }, { category: "product_version", name: "libyajl2-2.1.0-6.1.x86_64", product: { name: "libyajl2-2.1.0-6.1.x86_64", product_id: "libyajl2-2.1.0-6.1.x86_64", }, }, { category: "product_version", name: "libyajl2-32bit-2.1.0-6.1.x86_64", product: { name: "libyajl2-32bit-2.1.0-6.1.x86_64", product_id: "libyajl2-32bit-2.1.0-6.1.x86_64", }, }, { category: "product_version", name: "yajl-2.1.0-6.1.x86_64", product: { name: "yajl-2.1.0-6.1.x86_64", product_id: "yajl-2.1.0-6.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-6.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.aarch64", }, product_reference: "libyajl-devel-2.1.0-6.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-6.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.ppc64le", }, product_reference: "libyajl-devel-2.1.0-6.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-6.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.s390x", }, product_reference: "libyajl-devel-2.1.0-6.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-2.1.0-6.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.x86_64", }, product_reference: "libyajl-devel-2.1.0-6.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-32bit-2.1.0-6.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.aarch64", }, product_reference: "libyajl-devel-32bit-2.1.0-6.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-32bit-2.1.0-6.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.ppc64le", }, product_reference: "libyajl-devel-32bit-2.1.0-6.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-32bit-2.1.0-6.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.s390x", }, product_reference: "libyajl-devel-32bit-2.1.0-6.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-32bit-2.1.0-6.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.x86_64", }, product_reference: "libyajl-devel-32bit-2.1.0-6.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-static-2.1.0-6.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.aarch64", }, product_reference: "libyajl-devel-static-2.1.0-6.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-static-2.1.0-6.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.ppc64le", }, product_reference: "libyajl-devel-static-2.1.0-6.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-static-2.1.0-6.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.s390x", }, product_reference: "libyajl-devel-static-2.1.0-6.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl-devel-static-2.1.0-6.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.x86_64", }, product_reference: "libyajl-devel-static-2.1.0-6.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-6.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl2-2.1.0-6.1.aarch64", }, product_reference: "libyajl2-2.1.0-6.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-6.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl2-2.1.0-6.1.ppc64le", }, product_reference: "libyajl2-2.1.0-6.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-6.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl2-2.1.0-6.1.s390x", }, product_reference: "libyajl2-2.1.0-6.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl2-2.1.0-6.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl2-2.1.0-6.1.x86_64", }, product_reference: "libyajl2-2.1.0-6.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl2-32bit-2.1.0-6.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.aarch64", }, product_reference: "libyajl2-32bit-2.1.0-6.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl2-32bit-2.1.0-6.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.ppc64le", }, product_reference: "libyajl2-32bit-2.1.0-6.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl2-32bit-2.1.0-6.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.s390x", }, product_reference: "libyajl2-32bit-2.1.0-6.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libyajl2-32bit-2.1.0-6.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.x86_64", }, product_reference: "libyajl2-32bit-2.1.0-6.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "yajl-2.1.0-6.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:yajl-2.1.0-6.1.aarch64", }, product_reference: "yajl-2.1.0-6.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "yajl-2.1.0-6.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:yajl-2.1.0-6.1.ppc64le", }, product_reference: "yajl-2.1.0-6.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "yajl-2.1.0-6.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:yajl-2.1.0-6.1.s390x", }, product_reference: "yajl-2.1.0-6.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "yajl-2.1.0-6.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:yajl-2.1.0-6.1.x86_64", }, product_reference: "yajl-2.1.0-6.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2022-24795", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-24795", }, ], notes: [ { category: "general", text: "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->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. 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.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.s390x", "openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.x86_64", "openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.s390x", "openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.x86_64", "openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.s390x", "openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.x86_64", "openSUSE Tumbleweed:libyajl2-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:libyajl2-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:libyajl2-2.1.0-6.1.s390x", "openSUSE Tumbleweed:libyajl2-2.1.0-6.1.x86_64", "openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.s390x", "openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.x86_64", "openSUSE Tumbleweed:yajl-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:yajl-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:yajl-2.1.0-6.1.s390x", "openSUSE Tumbleweed:yajl-2.1.0-6.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-24795", url: "https://www.suse.com/security/cve/CVE-2022-24795", }, { category: "external", summary: "SUSE Bug 1198405 for CVE-2022-24795", url: "https://bugzilla.suse.com/1198405", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.s390x", "openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.x86_64", "openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.s390x", "openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.x86_64", "openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.s390x", "openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.x86_64", "openSUSE Tumbleweed:libyajl2-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:libyajl2-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:libyajl2-2.1.0-6.1.s390x", "openSUSE Tumbleweed:libyajl2-2.1.0-6.1.x86_64", "openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.s390x", "openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.x86_64", "openSUSE Tumbleweed:yajl-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:yajl-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:yajl-2.1.0-6.1.s390x", "openSUSE Tumbleweed:yajl-2.1.0-6.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.s390x", "openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.x86_64", "openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.s390x", "openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.x86_64", "openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.s390x", "openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.x86_64", "openSUSE Tumbleweed:libyajl2-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:libyajl2-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:libyajl2-2.1.0-6.1.s390x", "openSUSE Tumbleweed:libyajl2-2.1.0-6.1.x86_64", "openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.s390x", "openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.x86_64", "openSUSE Tumbleweed:yajl-2.1.0-6.1.aarch64", "openSUSE Tumbleweed:yajl-2.1.0-6.1.ppc64le", "openSUSE Tumbleweed:yajl-2.1.0-6.1.s390x", "openSUSE Tumbleweed:yajl-2.1.0-6.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2022-24795", }, ], }
wid-sec-w-2025-0001
Vulnerability from csaf_certbund
Notes
{ document: { aggregate_severity: { text: "hoch", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "IBM DB2 ist ein relationales Datenbanksystem (RDBS) von IBM.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter oder lokaler Angreifer kann mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen.", title: "Angriff", }, { category: "general", text: "- Sonstiges", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2025-0001 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0001.json", }, { category: "self", summary: "WID-SEC-2025-0001 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0001", }, { category: "external", summary: "IBM Security Bulletin vom 2025-01-01", url: "https://www.ibm.com/support/pages/node/7180105", }, { category: "external", summary: "IBM Security Bulletin 7180361 vom 2025-01-07", url: "https://www.ibm.com/support/pages/node/7180361", }, ], source_lang: "en-US", title: "IBM DB2: Mehrere Schwachstellen", tracking: { current_release_date: "2025-01-06T23:00:00.000+00:00", generator: { date: "2025-01-07T11:42:20.646+00:00", engine: { name: "BSI-WID", version: "1.3.10", }, }, id: "WID-SEC-W-2025-0001", initial_release_date: "2025-01-01T23:00:00.000+00:00", revision_history: [ { date: "2025-01-01T23:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2025-01-06T23:00:00.000+00:00", number: "2", summary: "Neue Updates von IBM aufgenommen", }, ], status: "final", version: "2", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version_range", name: "<5.1.0", product: { name: "IBM DB2 <5.1.0", product_id: "T039987", }, }, { category: "product_version", name: "5.1.0", product: { name: "IBM DB2 5.1.0", product_id: "T039987-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:db2:5.1.0", }, }, }, { category: "product_version_range", name: "Warehouse <5.1.0", product: { name: "IBM DB2 Warehouse <5.1.0", product_id: "T039988", }, }, { category: "product_version", name: "Warehouse 5.1.0", product: { name: "IBM DB2 Warehouse 5.1.0", product_id: "T039988-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:db2:warehouse__5.1.0", }, }, }, ], category: "product_name", name: "DB2", }, { branches: [ { category: "product_version_range", name: "<10.1.6.4", product: { name: "IBM Spectrum Protect Plus <10.1.6.4", product_id: "T040030", }, }, { category: "product_version", name: "10.1.6.4", product: { name: "IBM Spectrum Protect Plus 10.1.6.4", product_id: "T040030-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:spectrum_protect_plus:10.1.6.4", }, }, }, ], category: "product_name", name: "Spectrum Protect Plus", }, ], category: "vendor", name: "IBM", }, ], }, vulnerabilities: [ { cve: "CVE-2021-32740", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2021-32740", }, { cve: "CVE-2021-41186", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2021-41186", }, { cve: "CVE-2022-0759", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2022-0759", }, { cve: "CVE-2022-24795", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2022-24795", }, { cve: "CVE-2022-31163", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2022-31163", }, { cve: "CVE-2023-39325", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2023-39325", }, { cve: "CVE-2023-41993", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2023-41993", }, { cve: "CVE-2023-45283", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2023-45283", }, { cve: "CVE-2023-45288", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2023-45288", }, { cve: "CVE-2023-6597", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2023-6597", }, { cve: "CVE-2024-0406", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-0406", }, { cve: "CVE-2024-20918", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-20918", }, { cve: "CVE-2024-20952", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-20952", }, { cve: "CVE-2024-2398", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-2398", }, { cve: "CVE-2024-24786", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-24786", }, { cve: "CVE-2024-27281", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-27281", }, { cve: "CVE-2024-2961", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-2961", }, { cve: "CVE-2024-29857", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-29857", }, { cve: "CVE-2024-33599", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-33599", }, { cve: "CVE-2024-33883", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-33883", }, { cve: "CVE-2024-37370", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-37370", }, { cve: "CVE-2024-37371", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-37371", }, { cve: "CVE-2024-37890", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-37890", }, { cve: "CVE-2024-39338", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-39338", }, { cve: "CVE-2024-4068", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-4068", }, { cve: "CVE-2024-41110", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-41110", }, { cve: "CVE-2024-41123", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-41123", }, { cve: "CVE-2024-41946", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-41946", }, { cve: "CVE-2024-45296", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-45296", }, { cve: "CVE-2024-45491", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-45491", }, { cve: "CVE-2024-45590", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-45590", }, { cve: "CVE-2024-47220", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-47220", }, { cve: "CVE-2024-47554", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-47554", }, { cve: "CVE-2024-6119", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-6119", }, { cve: "CVE-2024-6345", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-6345", }, ], }
Log in or create an account to share your comment.
This schema specifies the format of a comment related to a security advisory.
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.