Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-24795 (GCVE-0-2022-24795)
Vulnerability from cvelistv5 – Published: 2022-04-05 00:00 – Updated: 2025-04-22 18:17| Vendor | Product | Version | |
|---|---|---|---|
| brianmario | yajl-ruby |
Affected:
<= 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"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2022-24795",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-04-22T15:49:09.360664Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-04-22T18:17:37.564Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "yajl-ruby",
"vendor": "brianmario",
"versions": [
{
"status": "affected",
"version": "\u003c= 1.4.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of `yajl` contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs. The reallocation logic at `yajl_buf.c#L64` may result in the `need` 32bit integer wrapping to 0 when `need` approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf-\u003ealloc into a small heap chunk. These integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer. Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption. This vulnerability mostly impacts process availability. Maintainers believe exploitation for arbitrary code execution is unlikely. A patch is available and anticipated to be part of yajl-ruby version 1.4.2. As a workaround, avoid passing large inputs to YAJL."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-122",
"description": "CWE-122: Heap-based Buffer Overflow",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "CWE-190: Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-08-05T00:00:00.000Z",
"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.000Z",
"dateReserved": "2022-02-10T00:00:00.000Z",
"dateUpdated": "2025-04-22T18:17:37.564Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2022-24795",
"date": "2026-06-06",
"epss": "0.01863",
"percentile": "0.83441"
},
"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-\u003ealloc into a small heap chunk. These integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer. Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption. This vulnerability mostly impacts process availability. Maintainers believe exploitation for arbitrary code execution is unlikely. A patch is available and anticipated to be part of yajl-ruby version 1.4.2. As a workaround, avoid passing large inputs to YAJL.\"},{\"lang\":\"es\",\"value\":\"yajl-riuby es un enlace en C a la biblioteca de an\u00e1lisis y generaci\u00f3n de JSON YAJL. La rama 1.x y la rama 2.x de yajl contienen un desbordamiento de enteros que conlleva a una posterior corrupci\u00f3n de la memoria de la pila cuando trata con entradas grandes (~2GB). La l\u00f3gica de reasignaci\u00f3n en \\\"yajl_buf.c#L64\\\" puede hacer que el entero de 32 bits \\\"need\\\" sea convertido en 0 cuando \\\"need\\\" es acercado a un valor de 0x80000000 (es decir, ~2GB de datos), lo que resulta en una reasignaci\u00f3n de buf-)alloc en un peque\u00f1o trozo de pila. Estos enteros est\u00e1n declarados como \\\"size_t\\\" en la rama 2.x de \\\"yajl\\\", lo que pr\u00e1cticamente evita que el problema ses desencadenado en plataformas de 64 bits, sin embargo esto no impide que este problema sea desencadenado en construcciones de 32 bits en las que \\\"size_t\\\" es un entero de 32 bits. El poblamiento posterior de este trozo de pila infra asignado es basado en el tama\u00f1o original del buffer, conllevando una corrupci\u00f3n de la memoria de la pila. Esta vulnerabilidad afecta principalmente a la disponibilidad de los procesos. Los mantenedores creen que la explotaci\u00f3n para una ejecuci\u00f3n de c\u00f3digo arbitrario es poco probable. Se presenta un parche disponible y se espera que forme parte de la versi\u00f3n 1.4.2. Como medida de mitigaci\u00f3n, evite pasar entradas grandes a YAJL\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"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\"}]}}",
"vulnrichment": {
"containers": "{\"cna\": {\"title\": \"Buffer Overflow and Integer Overflow in yajl-ruby\", \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-08-05T00:00:00.000Z\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of `yajl` contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs. The reallocation logic at `yajl_buf.c#L64` may result in the `need` 32bit integer wrapping to 0 when `need` approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf-\u003ealloc into a small heap chunk. These integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer. Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption. This vulnerability mostly impacts process availability. Maintainers believe exploitation for arbitrary code execution is unlikely. A patch is available and anticipated to be part of yajl-ruby version 1.4.2. As a workaround, avoid passing large inputs to YAJL.\"}], \"affected\": [{\"vendor\": \"brianmario\", \"product\": \"yajl-ruby\", \"versions\": [{\"version\": \"\u003c= 1.4.1\", \"status\": \"affected\"}]}], \"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\"}], \"metrics\": [{\"cvssV3_1\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"HIGH\", \"baseScore\": 5.9, \"baseSeverity\": \"MEDIUM\"}}], \"problemTypes\": [{\"descriptions\": [{\"type\": \"CWE\", \"lang\": \"en\", \"description\": \"CWE-122: Heap-based Buffer Overflow\", \"cweId\": \"CWE-122\"}]}, {\"descriptions\": [{\"type\": \"CWE\", \"lang\": \"en\", \"description\": \"CWE-190: Integer Overflow or Wraparound\", \"cweId\": \"CWE-190\"}]}], \"source\": {\"advisory\": \"GHSA-jj47-x69x-mxrm\", \"discovery\": \"UNKNOWN\"}}, \"adp\": [{\"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-03T04:20:50.514Z\"}, \"title\": \"CVE Program Container\", \"references\": [{\"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\", \"tags\": [\"x_transferred\"]}, {\"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\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-24795\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-22T15:49:09.360664Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-22T15:49:11.449Z\"}}]}",
"cveMetadata": "{\"state\": \"PUBLISHED\", \"cveId\": \"CVE-2022-24795\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"assignerShortName\": \"GitHub_M\", \"dateUpdated\": \"2025-04-22T18:17:37.564Z\", \"dateReserved\": \"2022-02-10T00:00:00.000Z\", \"datePublished\": \"2022-04-05T00:00:00.000Z\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
alsa-2022:7524
Vulnerability from osv_almalinux
Yet Another JSON Library (YAJL) is a small event-driven (SAX-style) JSON parser written in ANSI C and a small validating JSON generator.
Security Fix(es):
- yajl: heap-based buffer overflow when handling large inputs due to an integer overflow (CVE-2022-24795)
For 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.
Additional Changes:
For detailed information on changes in this release, see the AlmaLinux Release Notes linked from the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "yajl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.1.0-11.el8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "yajl-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.1.0-11.el8"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "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 AlmaLinux Release Notes linked from the References section.",
"id": "ALSA-2022:7524",
"modified": "2022-11-14T18:08:43Z",
"published": "2022-11-08T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2022:7524"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2022-24795"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2072912"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/8/ALSA-2022-7524.html"
}
],
"related": [
"CVE-2022-24795"
],
"summary": "Moderate: yajl security update"
}
alsa-2022:8252
Vulnerability from osv_almalinux
Yet Another JSON Library (YAJL) is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator.
Security Fix(es):
- yajl: heap-based buffer overflow when handling large inputs due to an integer overflow (CVE-2022-24795)
For 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.
Additional Changes:
For detailed information on changes in this release, see the AlmaLinux Release Notes linked from the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "yajl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.1.0-21.el9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "yajl-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.1.0-21.el9"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "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 AlmaLinux Release Notes linked from the References section.",
"id": "ALSA-2022:8252",
"modified": "2022-11-18T15:48:03Z",
"published": "2022-11-15T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2022:8252"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2022-24795"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2072912"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2022-8252.html"
}
],
"related": [
"CVE-2022-24795"
],
"summary": "Moderate: yajl security update"
}
{
"CVSS 2.0": "AV:N/AC:L/Au:N/C:C/I:N/A:N",
"CVSS 3.0": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f, \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb, Jeroen Ooms, Brian Lopez, Lloyd Hilaiel, Graham Keeling, \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\"",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "10 (Debian GNU/Linux), 11 (Debian GNU/Linux), 12 (Debian GNU/Linux), 1.7 (Astra Linux Special Edition), 4.7 (Astra Linux Special Edition), \u0434\u043e 1.8.7 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e (Jsonlite), \u0434\u043e 1.4.3 (YAJL-ruby), \u0434\u043e 2.1.0-4 (YAJL), \u0434\u043e 2.1.32 (Burp), 7.0.7 (EPICS Base), \u0434\u043e 2.9 (\u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0414\u043b\u044f Burp:\n\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://security-tracker.debian.org/tracker/DLA-3516-1\n\n\u0414\u043b\u044f Jsonlite:\n\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040161\n\n\u0414\u043b\u044f YAJL:\n\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://github.com/lloyd/yajl/issues/239\n\n\u0414\u043b\u044f YAJL-ruby:\n\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm\n\n\u0414\u043b\u044f EPICS Base:\n\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://github.com/epics-base/epics-base/issues/405\n\n\u0414\u043b\u044f Debian:\n\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://security-tracker.debian.org/tracker/CVE-2022-24795\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 yajl \u0434\u043e 2.1.0-3+deb10u2 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se17-bulletin-2023-1023SE17\n\n\u0414\u043b\u044f \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx:\n\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f yajl \u0434\u043e \u0432\u0435\u0440\u0441\u0438\u0438 2.1.0-3+deb10u2\n\n\u0414\u043b\u044f Astra Linux Special Edition 4.7:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 yajl \u0434\u043e 2.1.0-3+deb10u2 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se47-bulletin-2024-0416SE47",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "05.04.2022",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "27.04.2024",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "11.11.2023",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2023-07630",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2022-24795",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "Debian GNU/Linux, Astra Linux Special Edition (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), Jsonlite, YAJL-ruby, YAJL, Burp, EPICS Base, \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 10 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 11 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 12 , \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 1.7 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 4.7 ARM (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\" \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx \u0434\u043e 2.9 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 yajl_buf.c \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 JSON YAJL-ruby, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u043c \u0434\u0430\u043d\u043d\u044b\u043c",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u043c \u0434\u043e\u0441\u0442\u0443\u043f\u0435",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u041f\u0435\u0440\u0435\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0431\u0443\u0444\u0435\u0440\u0430 \u0432 \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u0430\u043c\u044f\u0442\u0438 (CWE-122)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 yajl_buf.c \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 JSON YAJL-ruby \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u0432\u044b\u0445\u043e\u0434\u043e\u043c \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438 \u0437\u0430 \u0433\u0440\u0430\u043d\u0438\u0446\u044b \u0431\u0443\u0444\u0435\u0440\u0430 \u0432 \u043f\u0430\u043c\u044f\u0442\u0438. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e, \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u043c \u0434\u0430\u043d\u043d\u044b\u043c",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u0445",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040161\nhttps://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64\nhttps://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6\nhttps://github.com/brianmario/yajl-ruby/commit/e8de283a6d64f0902740fd09e858fc3d7d803161\nhttps://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm\nhttps://github.com/epics-base/epics-base/issues/405\nhttps://github.com/lloyd/yajl/issues/239\nhttps://nvd.nist.gov/vuln/detail/CVE-2022-24795\nhttps://security-tracker.debian.org/tracker/CVE-2022-24795\nhttps://security-tracker.debian.org/tracker/DLA-3516-1\nhttps://wiki.astralinux.ru/astra-linux-se17-bulletin-2023-1023SE17\nhttps://\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430.\u043d\u043f\u043f\u043a\u0442.\u0440\u0444/bin/view/\u041e\u0421\u043d\u043e\u0432\u0430/\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f/2.9/\nhttps://wiki.astralinux.ru/astra-linux-se47-bulletin-2024-0416SE47",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u041f\u0440\u0438\u043a\u043b\u0430\u0434\u043d\u043e\u0435 \u041f\u041e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c, \u0421\u0435\u0442\u0435\u0432\u043e\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-122",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 7,8)\n\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 7,5)"
}
CERTFR-2025-AVI-0003
Vulnerability from certfr_avis - Published: 2025-01-03 - Updated: 2025-01-03
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Db2 warehouse versions ant\u00e9rieures \u00e0 5.1",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Big SQL versions ant\u00e9rieures \u00e0 7.8",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions ant\u00e9rieures \u00e0 5.1",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-37370",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2022-24795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24795"
},
{
"name": "CVE-2024-4068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4068"
},
{
"name": "CVE-2023-30991",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30991"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2023-38740",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38740"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-38719",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38719"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2023-30987",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30987"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2022-31163",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31163"
},
{
"name": "CVE-2024-33883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33883"
},
{
"name": "CVE-2023-40373",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40373"
},
{
"name": "CVE-2021-41186",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41186"
},
{
"name": "CVE-2024-0406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0406"
},
{
"name": "CVE-2024-45590",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45590"
},
{
"name": "CVE-2023-38728",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38728"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2024-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
},
{
"name": "CVE-2023-38720",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38720"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2024-45296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45296"
},
{
"name": "CVE-2023-41993",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41993"
},
{
"name": "CVE-2023-39976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39976"
},
{
"name": "CVE-2024-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"name": "CVE-2024-41110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41110"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2024-27281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27281"
},
{
"name": "CVE-2023-33850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33850"
},
{
"name": "CVE-2022-0759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0759"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-2597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2597"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37890"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2024-39338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39338"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2021-32740",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32740"
},
{
"name": "CVE-2023-40374",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40374"
},
{
"name": "CVE-2024-47220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47220"
},
{
"name": "CVE-2024-6387",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6387"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2024-39689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39689"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2024-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"name": "CVE-2023-40372",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40372"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
}
],
"initial_release_date": "2025-01-03T00:00:00",
"last_revision_date": "2025-01-03T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0003",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-01-03T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-01-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180133",
"url": "https://www.ibm.com/support/pages/node/7180133"
},
{
"published_at": "2025-01-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180137",
"url": "https://www.ibm.com/support/pages/node/7180137"
},
{
"published_at": "2025-01-01",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180105",
"url": "https://www.ibm.com/support/pages/node/7180105"
},
{
"published_at": "2025-01-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180134",
"url": "https://www.ibm.com/support/pages/node/7180134"
},
{
"published_at": "2025-01-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180135",
"url": "https://www.ibm.com/support/pages/node/7180135"
},
{
"published_at": "2025-01-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180138",
"url": "https://www.ibm.com/support/pages/node/7180138"
}
]
}
FKIE_CVE-2022-24795
Vulnerability from fkie_nvd - Published: 2022-04-05 16:15 - Updated: 2024-11-21 06:517.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-\u003ealloc into a small heap chunk. These integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer. Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption. This vulnerability mostly impacts process availability. Maintainers believe exploitation for arbitrary code execution is unlikely. A patch is available and anticipated to be part of yajl-ruby version 1.4.2. As a workaround, avoid passing large inputs to YAJL."
},
{
"lang": "es",
"value": "yajl-riuby es un enlace en C a la biblioteca de an\u00e1lisis y generaci\u00f3n de JSON YAJL. La rama 1.x y la rama 2.x de yajl contienen un desbordamiento de enteros que conlleva a una posterior corrupci\u00f3n de la memoria de la pila cuando trata con entradas grandes (~2GB). La l\u00f3gica de reasignaci\u00f3n en \"yajl_buf.c#L64\" puede hacer que el entero de 32 bits \"need\" sea convertido en 0 cuando \"need\" es acercado a un valor de 0x80000000 (es decir, ~2GB de datos), lo que resulta en una reasignaci\u00f3n de buf-)alloc en un peque\u00f1o trozo de pila. Estos enteros est\u00e1n declarados como \"size_t\" en la rama 2.x de \"yajl\", lo que pr\u00e1cticamente evita que el problema ses desencadenado en plataformas de 64 bits, sin embargo esto no impide que este problema sea desencadenado en construcciones de 32 bits en las que \"size_t\" es un entero de 32 bits. El poblamiento posterior de este trozo de pila infra asignado es basado en el tama\u00f1o original del buffer, conllevando una corrupci\u00f3n de la memoria de la pila. Esta vulnerabilidad afecta principalmente a la disponibilidad de los procesos. Los mantenedores creen que la explotaci\u00f3n para una ejecuci\u00f3n de c\u00f3digo arbitrario es poco probable. Se presenta un parche disponible y se espera que forme parte de la versi\u00f3n 1.4.2. Como medida de mitigaci\u00f3n, evite pasar entradas grandes a YAJL"
}
],
"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.0,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"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": "Secondary"
}
]
}
GHSA-JJ47-X69X-MXRM
Vulnerability from github – Published: 2022-04-05 15:55 – Updated: 2022-05-26 18:54NOTE: A previous patch, 1.4.2, fixed the heap memory issue, but could still lead to a DoS infinite loop. Please update to version 1.4.3
The 1.x branch and the 2.x branch of yajl contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs.
Details
The reallocation logic at yajl_buf.c#L64 may result in the need 32bit integer wrapping to 0 when need approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf->alloc into a small heap chunk.
These integers are declared as size_t in the 2.x branch of yajl, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which size_t is a 32bit integer.
Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption.
Impact
We rate this as a moderate severity vulnerability which mostly impacts process availability as we believe exploitation for arbitrary code execution to be unlikely.
Patches
Patched in yajl-ruby 1.4.3
Workarounds
Avoid passing large inputs to YAJL
References
https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64
For more information
If you have any questions or comments about this advisory: * Open an issue in yajl-ruby
{
"affected": [
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 1.4.2"
},
"package": {
"ecosystem": "RubyGems",
"name": "yajl-ruby"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.4.3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2022-24795"
],
"database_specific": {
"cwe_ids": [
"CWE-122",
"CWE-190"
],
"github_reviewed": true,
"github_reviewed_at": "2022-04-05T15:55:51Z",
"nvd_published_at": "2022-04-05T16:15:00Z",
"severity": "MODERATE"
},
"details": "_NOTE: A previous patch, 1.4.2, fixed the heap memory issue, but could still lead to a DoS infinite loop. Please update to version 1.4.3_\n\nThe 1.x branch and the 2.x branch of [yajl](https://github.com/lloyd/yajl) contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs.\n\n### Details\n\nThe [reallocation logic at yajl_buf.c#L64](https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64) may result in the `need` 32bit integer wrapping to 0 when `need` approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf-\u003ealloc into a small heap chunk.\n\nThese integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer.\n\nSubsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption.\n\n### Impact\n\nWe rate this as a moderate severity vulnerability which mostly impacts process availability as we believe exploitation for arbitrary code execution to be unlikely.\n\n### Patches\n\nPatched in yajl-ruby 1.4.3\n\n### Workarounds\n\nAvoid passing large inputs to YAJL\n\n### References\nhttps://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [yajl-ruby](https://github.com/brianmario/yajl-ruby/issues)\n",
"id": "GHSA-jj47-x69x-mxrm",
"modified": "2022-05-26T18:54:24Z",
"published": "2022-04-05T15:55:51Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24795"
},
{
"type": "WEB",
"url": "https://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6"
},
{
"type": "PACKAGE",
"url": "https://github.com/brianmario/yajl-ruby"
},
{
"type": "WEB",
"url": "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64"
},
{
"type": "WEB",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/yajl-ruby/CVE-2022-24795.yml"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00013.html"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00003.html"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KLE3C4CECEJ4EUYI56KXI6OWACWXX7WN"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YO32YDJ74DADC7CMJNLSLBVWN5EXGF5J"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "Buffer Overflow in yajl-ruby"
}
GSD-2022-24795
Vulnerability from gsd - Updated: 2022-04-05 00:00{
"GSD": {
"alias": "CVE-2022-24795",
"description": "yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of `yajl` contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs. The reallocation logic at `yajl_buf.c#L64` may result in the `need` 32bit integer wrapping to 0 when `need` approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf-\u003ealloc into a small heap chunk. These integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer. Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption. This vulnerability mostly impacts process availability. Maintainers believe exploitation for arbitrary code execution is unlikely. A patch is available and anticipated to be part of yajl-ruby version 1.4.2. As a workaround, avoid passing large inputs to YAJL.",
"id": "GSD-2022-24795",
"references": [
"https://www.suse.com/security/cve/CVE-2022-24795.html",
"https://access.redhat.com/errata/RHSA-2022:7524",
"https://access.redhat.com/errata/RHSA-2022:8252"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"affected": [
{
"package": {
"ecosystem": "RubyGems",
"name": "yajl-ruby",
"purl": "pkg:gem/yajl-ruby"
}
}
],
"aliases": [
"CVE-2022-24795",
"GHSA-jj47-x69x-mxrm"
],
"details": "The 1.x branch and the 2.x branch of [yajl](https://github.com/lloyd/yajl)\ncontain an integer overflow which leads to subsequent heap memory corruption\nwhen dealing with large (~2GB) inputs.\n\n### Details\n\nThe [reallocation logic at yajl_buf.c#L64](https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64)\nmay result in the `need` 32bit integer wrapping to 0 when `need` approaches\na value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation\nof buf-\u003ealloc into a small heap chunk.\n\nThese integers are declared as `size_t` in the 2.x branch of `yajl`, which\npractically prevents the issue from triggering on 64bit platforms, however\nthis does not preclude this issue triggering on 32bit builds on which\n`size_t` is a 32bit integer.\n\nSubsequent population of this under-allocated heap chunk is based on the\noriginal buffer size, leading to heap memory corruption.\n\n### Impact\n\nWe rate this as a moderate severity vulnerability which mostly impacts\nprocess availability as we believe exploitation for arbitrary code\nexecution to be unlikely.\n\n### Patches\n\nPatched in yajl-ruby 1.4.2\n\n### Workarounds\n\nAvoid passing large inputs to YAJL\n",
"id": "GSD-2022-24795",
"modified": "2022-04-05T00:00:00.000Z",
"published": "2022-04-05T00:00:00.000Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm"
},
{
"type": "WEB",
"url": "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": 5.9,
"type": "CVSS_V3"
}
],
"summary": "Reallocation bug can trigger heap memory corruption"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-24795",
"STATE": "PUBLIC",
"TITLE": "Buffer Overflow and Integer Overflow in yajl-ruby"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "yajl-ruby",
"version": {
"version_data": [
{
"version_value": "\u003c= 1.4.1"
}
]
}
}
]
},
"vendor_name": "brianmario"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of `yajl` contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs. The reallocation logic at `yajl_buf.c#L64` may result in the `need` 32bit integer wrapping to 0 when `need` approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf-\u003ealloc into a small heap chunk. These integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer. Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption. This vulnerability mostly impacts process availability. Maintainers believe exploitation for arbitrary code execution is unlikely. A patch is available and anticipated to be part of yajl-ruby version 1.4.2. As a workaround, avoid passing large inputs to YAJL."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-122: Heap-based Buffer Overflow"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-190: Integer Overflow or Wraparound"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm",
"refsource": "CONFIRM",
"url": "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm"
},
{
"name": "https://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6",
"refsource": "MISC",
"url": "https://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6"
},
{
"name": "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64",
"refsource": "MISC",
"url": "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64"
},
{
"name": "[debian-lts-announce] 20230711 [SECURITY] [DLA 3492-1] yajl security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00013.html"
},
{
"name": "FEDORA-2023-00572178e1",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KLE3C4CECEJ4EUYI56KXI6OWACWXX7WN/"
},
{
"name": "FEDORA-2023-852b377773",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YO32YDJ74DADC7CMJNLSLBVWN5EXGF5J/"
},
{
"name": "[debian-lts-announce] 20230805 [SECURITY] [DLA 3516-1] burp security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00003.html"
}
]
},
"source": {
"advisory": "GHSA-jj47-x69x-mxrm",
"discovery": "UNKNOWN"
}
},
"github.com/rubysec/ruby-advisory-db": {
"cve": "2022-24795",
"cvss_v3": 5.9,
"date": "2022-04-05",
"description": "The 1.x branch and the 2.x branch of [yajl](https://github.com/lloyd/yajl)\ncontain an integer overflow which leads to subsequent heap memory corruption\nwhen dealing with large (~2GB) inputs.\n\n### Details\n\nThe [reallocation logic at yajl_buf.c#L64](https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64)\nmay result in the `need` 32bit integer wrapping to 0 when `need` approaches\na value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation\nof buf-\u003ealloc into a small heap chunk.\n\nThese integers are declared as `size_t` in the 2.x branch of `yajl`, which\npractically prevents the issue from triggering on 64bit platforms, however\nthis does not preclude this issue triggering on 32bit builds on which\n`size_t` is a 32bit integer.\n\nSubsequent population of this under-allocated heap chunk is based on the\noriginal buffer size, leading to heap memory corruption.\n\n### Impact\n\nWe rate this as a moderate severity vulnerability which mostly impacts\nprocess availability as we believe exploitation for arbitrary code\nexecution to be unlikely.\n\n### Patches\n\nPatched in yajl-ruby 1.4.2\n\n### Workarounds\n\nAvoid passing large inputs to YAJL\n",
"gem": "yajl-ruby",
"ghsa": "jj47-x69x-mxrm",
"patched_versions": [
"\u003e= 1.4.2"
],
"related": {
"url": [
"https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64"
]
},
"title": "Reallocation bug can trigger heap memory corruption",
"url": "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm"
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003c1.4.2",
"affected_versions": "All versions before 1.4.2",
"cvss_v2": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"cwe_ids": [
"CWE-1035",
"CWE-190",
"CWE-937"
],
"date": "2023-08-05",
"description": "yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of `yajl` contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs. The reallocation logic at `yajl_buf.c#L64` may result in the `need` 32bit integer wrapping to 0 when `need` approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf-\u003ealloc into a small heap chunk. These integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer. Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption. This vulnerability mostly impacts process availability. Maintainers believe exploitation for arbitrary code execution is unlikely. A patch is available and anticipated to be part of yajl-ruby version 1.4.2. As a workaround, avoid passing large inputs to YAJL.",
"fixed_versions": [
"1.4.2"
],
"identifier": "CVE-2022-24795",
"identifiers": [
"CVE-2022-24795",
"GHSA-jj47-x69x-mxrm"
],
"not_impacted": "All versions starting from 1.4.2",
"package_slug": "gem/yajl-ruby",
"pubdate": "2022-04-05",
"solution": "Upgrade to version 1.4.2 or above.",
"title": "Heap-based Buffer Overflow",
"urls": [
"https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm",
"https://github.com/advisories/GHSA-jj47-x69x-mxrm"
],
"uuid": "25255b57-91c4-41b0-980c-36a210e90a52"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:yajl-ruby_project:yajl-ruby:*:*:*:*:*:ruby:*:*",
"cpe_name": [],
"versionEndExcluding": "1.4.2",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-24795"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of `yajl` contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs. The reallocation logic at `yajl_buf.c#L64` may result in the `need` 32bit integer wrapping to 0 when `need` approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf-\u003ealloc into a small heap chunk. These integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer. Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption. This vulnerability mostly impacts process availability. Maintainers believe exploitation for arbitrary code execution is unlikely. A patch is available and anticipated to be part of yajl-ruby version 1.4.2. As a workaround, avoid passing large inputs to YAJL."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-190"
},
{
"lang": "en",
"value": "CWE-122"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm",
"refsource": "CONFIRM",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm"
},
{
"name": "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64",
"refsource": "MISC",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/brianmario/yajl-ruby/blob/7168bd79b888900aa94523301126f968a93eb3a6/ext/yajl/yajl_buf.c#L64"
},
{
"name": "https://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/brianmario/yajl-ruby/commit/7168bd79b888900aa94523301126f968a93eb3a6"
},
{
"name": "[debian-lts-announce] 20230711 [SECURITY] [DLA 3492-1] yajl security update",
"refsource": "MLIST",
"tags": [],
"url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00013.html"
},
{
"name": "FEDORA-2023-00572178e1",
"refsource": "FEDORA",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KLE3C4CECEJ4EUYI56KXI6OWACWXX7WN/"
},
{
"name": "FEDORA-2023-852b377773",
"refsource": "FEDORA",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YO32YDJ74DADC7CMJNLSLBVWN5EXGF5J/"
},
{
"name": "[debian-lts-announce] 20230805 [SECURITY] [DLA 3516-1] burp security update",
"refsource": "MLIST",
"tags": [],
"url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00003.html"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
},
"lastModifiedDate": "2023-08-05T19:15Z",
"publishedDate": "2022-04-05T16:15Z"
}
}
}
MSRC_CVE-2022-24795
Vulnerability from csaf_microsoft - Published: 2022-04-02 00:00 - Updated: 2026-02-18 01:52| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 20075-17084 | — | ||
| Unresolved product id: 18745-16820 | — | ||
| Unresolved product id: 18746-17086 | — | ||
| Unresolved product id: 18747-17084 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2022/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2022/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2022-24795 Buffer Overflow and Integer Overflow in yajl-ruby - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2022/msrc_cve-2022-24795.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Buffer Overflow and Integer Overflow in yajl-ruby",
"tracking": {
"current_release_date": "2026-02-18T01:52:49.000Z",
"generator": {
"date": "2026-02-18T11:21:27.272Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2022-24795",
"initial_release_date": "2022-04-02T00:00:00.000Z",
"revision_history": [
{
"date": "2022-04-19T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2022-08-17T00:00:00.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Added rubygem-yajl-ruby to CBL-Mariner 2.0"
},
{
"date": "2024-08-29T00:00:00.000Z",
"legacy_version": "1.2",
"number": "3",
"summary": "Information published."
},
{
"date": "2024-08-30T00:00:00.000Z",
"legacy_version": "1.3",
"number": "4",
"summary": "Information published."
},
{
"date": "2024-08-31T00:00:00.000Z",
"legacy_version": "1.4",
"number": "5",
"summary": "Information published."
},
{
"date": "2024-09-01T00:00:00.000Z",
"legacy_version": "1.5",
"number": "6",
"summary": "Information published."
},
{
"date": "2024-09-02T00:00:00.000Z",
"legacy_version": "1.6",
"number": "7",
"summary": "Information published."
},
{
"date": "2024-09-03T00:00:00.000Z",
"legacy_version": "1.7",
"number": "8",
"summary": "Information published."
},
{
"date": "2024-09-05T00:00:00.000Z",
"legacy_version": "1.8",
"number": "9",
"summary": "Information published."
},
{
"date": "2024-09-06T00:00:00.000Z",
"legacy_version": "1.9",
"number": "10",
"summary": "Information published."
},
{
"date": "2024-09-07T00:00:00.000Z",
"legacy_version": "2",
"number": "11",
"summary": "Information published."
},
{
"date": "2024-09-08T00:00:00.000Z",
"legacy_version": "2.1",
"number": "12",
"summary": "Information published."
},
{
"date": "2024-09-11T00:00:00.000Z",
"legacy_version": "2.2",
"number": "13",
"summary": "Information published."
},
{
"date": "2026-02-18T01:52:49.000Z",
"legacy_version": "2.3",
"number": "14",
"summary": "Information published."
}
],
"status": "final",
"version": "14"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
},
{
"category": "product_version",
"name": "1.0",
"product": {
"name": "CBL Mariner 1.0",
"product_id": "16820"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 rubygem-yajl-ruby 1.4.1-1",
"product": {
"name": "\u003cazl3 rubygem-yajl-ruby 1.4.1-1",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 rubygem-yajl-ruby 1.4.1-1",
"product": {
"name": "azl3 rubygem-yajl-ruby 1.4.1-1",
"product_id": "20075"
}
},
{
"category": "product_version_range",
"name": "\u003ccm1 rubygem-yajl-ruby 1.4.2-1",
"product": {
"name": "\u003ccm1 rubygem-yajl-ruby 1.4.2-1",
"product_id": "4"
}
},
{
"category": "product_version",
"name": "cm1 rubygem-yajl-ruby 1.4.2-1",
"product": {
"name": "cm1 rubygem-yajl-ruby 1.4.2-1",
"product_id": "18745"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 rubygem-yajl-ruby 1.3.1-2",
"product": {
"name": "\u003ccbl2 rubygem-yajl-ruby 1.3.1-2",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "cbl2 rubygem-yajl-ruby 1.3.1-2",
"product": {
"name": "cbl2 rubygem-yajl-ruby 1.3.1-2",
"product_id": "18746"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 rubygem-yajl-ruby 1.4.3-1",
"product": {
"name": "\u003cazl3 rubygem-yajl-ruby 1.4.3-1",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "azl3 rubygem-yajl-ruby 1.4.3-1",
"product": {
"name": "azl3 rubygem-yajl-ruby 1.4.3-1",
"product_id": "18747"
}
}
],
"category": "product_name",
"name": "rubygem-yajl-ruby"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 rubygem-yajl-ruby 1.4.1-1 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rubygem-yajl-ruby 1.4.1-1 as a component of Azure Linux 3.0",
"product_id": "20075-17084"
},
"product_reference": "20075",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccm1 rubygem-yajl-ruby 1.4.2-1 as a component of CBL Mariner 1.0",
"product_id": "16820-4"
},
"product_reference": "4",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cm1 rubygem-yajl-ruby 1.4.2-1 as a component of CBL Mariner 1.0",
"product_id": "18745-16820"
},
"product_reference": "18745",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 rubygem-yajl-ruby 1.3.1-2 as a component of CBL Mariner 2.0",
"product_id": "17086-3"
},
"product_reference": "3",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 rubygem-yajl-ruby 1.3.1-2 as a component of CBL Mariner 2.0",
"product_id": "18746-17086"
},
"product_reference": "18746",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 rubygem-yajl-ruby 1.4.3-1 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rubygem-yajl-ruby 1.4.3-1 as a component of Azure Linux 3.0",
"product_id": "18747-17084"
},
"product_reference": "18747",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24795",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"20075-17084",
"18745-16820",
"18746-17086",
"18747-17084"
],
"known_affected": [
"17084-1",
"16820-4",
"17086-3",
"17084-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-24795 Buffer Overflow and Integer Overflow in yajl-ruby - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2022/msrc_cve-2022-24795.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2022-04-19T00:00:00.000Z",
"details": "1.4.3-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-1",
"17084-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2022-04-19T00:00:00.000Z",
"details": "1.4.2-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"16820-4"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2022-04-19T00:00:00.000Z",
"details": "1.3.1-2:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-3"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"17084-1",
"16820-4",
"17086-3",
"17084-2"
]
}
],
"title": "Buffer Overflow and Integer Overflow in yajl-ruby"
}
]
}
OPENSUSE-SU-2024:12258-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl-devel-2.1.0-6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl-devel-32bit-2.1.0-6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl-devel-static-2.1.0-6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl2-2.1.0-6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl2-2.1.0-6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl2-2.1.0-6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl2-2.1.0-6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libyajl2-32bit-2.1.0-6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:yajl-2.1.0-6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:yajl-2.1.0-6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:yajl-2.1.0-6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:yajl-2.1.0-6.1.x86_64 | — |
Vendor Fix
|
{
"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-\u003ealloc into a small heap chunk. These integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer. Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption. This vulnerability mostly impacts process availability. Maintainers believe exploitation for arbitrary code execution is unlikely. A patch is available and anticipated to be part of yajl-ruby version 1.4.2. As a workaround, avoid passing large inputs to YAJL.",
"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"
}
]
}
RHSA-2022:7524
Vulnerability from csaf_redhat - Published: 2022-11-08 09:42 - Updated: 2026-04-22 18:46A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for yajl is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Yet Another JSON Library (YAJL) is a small event-driven (SAX-style) JSON parser written in ANSI C and a small validating JSON generator.\n\nSecurity Fix(es):\n\n* yajl: heap-based buffer overflow when handling large inputs due to an integer overflow (CVE-2022-24795)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2022:7524",
"url": "https://access.redhat.com/errata/RHSA-2022:7524"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index"
},
{
"category": "external",
"summary": "2072912",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072912"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7524.json"
}
],
"title": "Red Hat Security Advisory: yajl security update",
"tracking": {
"current_release_date": "2026-04-22T18:46:58+00:00",
"generator": {
"date": "2026-04-22T18:46:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"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": "2026-04-22T18:46:58+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-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2022-04-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2072912"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the YAJL library in the way it reallocates a memory buffer to store more data. A very large input causes the value used to calculate the buffer size to overflow, resulting in a heap-based buffer overflow.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "yajl: heap-based buffer overflow when handling large inputs due to an integer overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux only ships YAJL 2.x versions and on 32-bit systems, more than 2GiB of data will be required for triggering this bug. However, on 64-bit systems, more than 9EiB of data will be needed, making this vulnerability very hard to be exploited on these systems.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.i686",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.src",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.i686",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.src",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24795"
},
{
"category": "external",
"summary": "RHBZ#2072912",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072912"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24795"
}
],
"release_date": "2022-04-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:42:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.i686",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.src",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.i686",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.src",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7524"
},
{
"category": "workaround",
"details": "Avoid passing large inputs to the YAJL library.",
"product_ids": [
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.i686",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.src",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.i686",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.src",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.i686",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.src",
"AppStream-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x",
"AppStream-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x",
"AppStream-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x",
"AppStream-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.aarch64",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.i686",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.ppc64le",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.s390x",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.src",
"CRB-8.7.0.GA:yajl-0:2.1.0-11.el8.x86_64",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.aarch64",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.i686",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.ppc64le",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.s390x",
"CRB-8.7.0.GA:yajl-debuginfo-0:2.1.0-11.el8.x86_64",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.aarch64",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.i686",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.ppc64le",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.s390x",
"CRB-8.7.0.GA:yajl-debugsource-0:2.1.0-11.el8.x86_64",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.aarch64",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.i686",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.ppc64le",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.s390x",
"CRB-8.7.0.GA:yajl-devel-0:2.1.0-11.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "yajl: heap-based buffer overflow when handling large inputs due to an integer overflow"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.