Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-32765 (GCVE-0-2021-32765)
Vulnerability from cvelistv5 – Published: 2021-10-04 00:00 – Updated: 2024-08-03 23:33
VLAI?
EPSS
Title
Integer Overflow to Buffer Overflow in Hiredis
Summary
Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.
Severity ?
8.8 (High)
Assigner
References
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T23:33:55.893Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2"
},
{
"tags": [
"x_transferred"
],
"url": "https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e"
},
{
"tags": [
"x_transferred"
],
"url": "https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap"
},
{
"name": "[debian-lts-announce] 20211012 [SECURITY] [DLA 2783-1] hiredis security update",
"tags": [
"mailing-list",
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20211104-0003/"
},
{
"name": "GLSA-202210-32",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202210-32"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "hiredis",
"vendor": "redis",
"versions": [
{
"status": "affected",
"version": "\u003c 1.0.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn\u0027t itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "CWE-190: Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-680",
"description": "CWE-680: Integer Overflow to Buffer Overflow",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-10-31T00:00:00.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"url": "https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2"
},
{
"url": "https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e"
},
{
"url": "https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap"
},
{
"name": "[debian-lts-announce] 20211012 [SECURITY] [DLA 2783-1] hiredis security update",
"tags": [
"mailing-list"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html"
},
{
"url": "https://security.netapp.com/advisory/ntap-20211104-0003/"
},
{
"name": "GLSA-202210-32",
"tags": [
"vendor-advisory"
],
"url": "https://security.gentoo.org/glsa/202210-32"
}
],
"source": {
"advisory": "GHSA-hfm9-39pp-55p2",
"discovery": "UNKNOWN"
},
"title": "Integer Overflow to Buffer Overflow in Hiredis"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2021-32765",
"datePublished": "2021-10-04T00:00:00.000Z",
"dateReserved": "2021-05-12T00:00:00.000Z",
"dateUpdated": "2024-08-03T23:33:55.893Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2021-32765",
"date": "2026-04-22",
"epss": "0.00506",
"percentile": "0.663"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2021-32765\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2021-10-04T21:15:12.527\",\"lastModified\":\"2024-11-21T06:07:41.780\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn\u0027t itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.\"},{\"lang\":\"es\",\"value\":\"Hiredis es una librer\u00eda cliente minimalista en C para la base de datos Redis. En las versiones afectadas, Hiredis es vulnerable al desbordamiento de enteros si se proporcionan datos del protocolo \\\"RESP\\\" \\\"multi-bulk\\\" maliciosamente dise\u00f1ados o corruptos. Cuando se analizan las respuestas \\\"multi-bulk\\\" (tipo array), hiredis no comprueba si \\\"count * sizeof(redisReply*)\\\" puede representarse en \\\"SIZE_MAX\\\". Si no puede, y la llamada a \\\"calloc()\\\" no hace por s\u00ed misma esta comprobaci\u00f3n, se producir\u00eda una asignaci\u00f3n corta y el consiguiente desbordamiento del b\u00fafer. Los usuarios de hiredis que no puedan actualizar pueden establecer la opci\u00f3n de contexto [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) a un valor lo suficientemente peque\u00f1o como para que no sea posible el desbordamiento\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:S/C:P/I:P/A:P\",\"baseScore\":6.5,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"SINGLE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.0,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"},{\"lang\":\"en\",\"value\":\"CWE-680\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:hiredis:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.0.1\",\"matchCriteriaId\":\"EBEAD2D5-FEAD-4157-A3CE-B7E13C4C1AF5\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:management_services_for_element_software_and_netapp_hci:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FDAC85F0-93AF-4BE3-AE1A-8ADAF1CDF9AB\"}]}]}],\"references\":[{\"url\":\"https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202210-32\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20211104-0003/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202210-32\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20211104-0003/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}"
}
}
OPENSUSE-SU-2021:1550-1
Vulnerability from csaf_opensuse - Published: 2021-12-09 17:06 - Updated: 2021-12-09 17:06Summary
Security update for hiredis
Severity
Moderate
Notes
Title of the patch: Security update for hiredis
Description of the patch: This update for hiredis fixes the following issues:
- CVE-2021-32765: Fix integer/buffer (boo#1191331)
This update was imported from the openSUSE:Leap:15.2:Update update project.
Patchnames: openSUSE-2021-1550
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
| URL | Category | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for hiredis",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for hiredis fixes the following issues:\n\n- CVE-2021-32765: Fix integer/buffer (boo#1191331)\n\nThis update was imported from the openSUSE:Leap:15.2:Update update project.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-2021-1550",
"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-2021_1550-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2021:1550-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4GSAQE3UZIYGFDEEFR46DV63XWSGJDN3/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2021:1550-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4GSAQE3UZIYGFDEEFR46DV63XWSGJDN3/"
},
{
"category": "self",
"summary": "SUSE Bug 1191331",
"url": "https://bugzilla.suse.com/1191331"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32765 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32765/"
}
],
"title": "Security update for hiredis",
"tracking": {
"current_release_date": "2021-12-09T17:06:55Z",
"generator": {
"date": "2021-12-09T17:06:55Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2021:1550-1",
"initial_release_date": "2021-12-09T17:06:55Z",
"revision_history": [
{
"date": "2021-12-09T17:06:55Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "hiredis-0.13.3-bp152.4.3.1.aarch64",
"product": {
"name": "hiredis-0.13.3-bp152.4.3.1.aarch64",
"product_id": "hiredis-0.13.3-bp152.4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "hiredis-devel-0.13.3-bp152.4.3.1.aarch64",
"product": {
"name": "hiredis-devel-0.13.3-bp152.4.3.1.aarch64",
"product_id": "hiredis-devel-0.13.3-bp152.4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libhiredis0_13-0.13.3-bp152.4.3.1.aarch64",
"product": {
"name": "libhiredis0_13-0.13.3-bp152.4.3.1.aarch64",
"product_id": "libhiredis0_13-0.13.3-bp152.4.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "hiredis-0.13.3-bp152.4.3.1.ppc64le",
"product": {
"name": "hiredis-0.13.3-bp152.4.3.1.ppc64le",
"product_id": "hiredis-0.13.3-bp152.4.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "hiredis-devel-0.13.3-bp152.4.3.1.ppc64le",
"product": {
"name": "hiredis-devel-0.13.3-bp152.4.3.1.ppc64le",
"product_id": "hiredis-devel-0.13.3-bp152.4.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le",
"product": {
"name": "libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le",
"product_id": "libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "hiredis-0.13.3-bp152.4.3.1.s390x",
"product": {
"name": "hiredis-0.13.3-bp152.4.3.1.s390x",
"product_id": "hiredis-0.13.3-bp152.4.3.1.s390x"
}
},
{
"category": "product_version",
"name": "hiredis-devel-0.13.3-bp152.4.3.1.s390x",
"product": {
"name": "hiredis-devel-0.13.3-bp152.4.3.1.s390x",
"product_id": "hiredis-devel-0.13.3-bp152.4.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libhiredis0_13-0.13.3-bp152.4.3.1.s390x",
"product": {
"name": "libhiredis0_13-0.13.3-bp152.4.3.1.s390x",
"product_id": "libhiredis0_13-0.13.3-bp152.4.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "hiredis-0.13.3-bp152.4.3.1.x86_64",
"product": {
"name": "hiredis-0.13.3-bp152.4.3.1.x86_64",
"product_id": "hiredis-0.13.3-bp152.4.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "hiredis-devel-0.13.3-bp152.4.3.1.x86_64",
"product": {
"name": "hiredis-devel-0.13.3-bp152.4.3.1.x86_64",
"product_id": "hiredis-devel-0.13.3-bp152.4.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libhiredis0_13-0.13.3-bp152.4.3.1.x86_64",
"product": {
"name": "libhiredis0_13-0.13.3-bp152.4.3.1.x86_64",
"product_id": "libhiredis0_13-0.13.3-bp152.4.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Package Hub 15 SP2",
"product": {
"name": "SUSE Package Hub 15 SP2",
"product_id": "SUSE Package Hub 15 SP2"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp152.4.3.1.aarch64 as component of SUSE Package Hub 15 SP2",
"product_id": "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.aarch64"
},
"product_reference": "hiredis-0.13.3-bp152.4.3.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp152.4.3.1.ppc64le as component of SUSE Package Hub 15 SP2",
"product_id": "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.ppc64le"
},
"product_reference": "hiredis-0.13.3-bp152.4.3.1.ppc64le",
"relates_to_product_reference": "SUSE Package Hub 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp152.4.3.1.s390x as component of SUSE Package Hub 15 SP2",
"product_id": "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.s390x"
},
"product_reference": "hiredis-0.13.3-bp152.4.3.1.s390x",
"relates_to_product_reference": "SUSE Package Hub 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp152.4.3.1.x86_64 as component of SUSE Package Hub 15 SP2",
"product_id": "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.x86_64"
},
"product_reference": "hiredis-0.13.3-bp152.4.3.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp152.4.3.1.aarch64 as component of SUSE Package Hub 15 SP2",
"product_id": "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.aarch64"
},
"product_reference": "hiredis-devel-0.13.3-bp152.4.3.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp152.4.3.1.ppc64le as component of SUSE Package Hub 15 SP2",
"product_id": "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.ppc64le"
},
"product_reference": "hiredis-devel-0.13.3-bp152.4.3.1.ppc64le",
"relates_to_product_reference": "SUSE Package Hub 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp152.4.3.1.s390x as component of SUSE Package Hub 15 SP2",
"product_id": "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.s390x"
},
"product_reference": "hiredis-devel-0.13.3-bp152.4.3.1.s390x",
"relates_to_product_reference": "SUSE Package Hub 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp152.4.3.1.x86_64 as component of SUSE Package Hub 15 SP2",
"product_id": "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.x86_64"
},
"product_reference": "hiredis-devel-0.13.3-bp152.4.3.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp152.4.3.1.aarch64 as component of SUSE Package Hub 15 SP2",
"product_id": "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.aarch64"
},
"product_reference": "libhiredis0_13-0.13.3-bp152.4.3.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le as component of SUSE Package Hub 15 SP2",
"product_id": "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le"
},
"product_reference": "libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le",
"relates_to_product_reference": "SUSE Package Hub 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp152.4.3.1.s390x as component of SUSE Package Hub 15 SP2",
"product_id": "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.s390x"
},
"product_reference": "libhiredis0_13-0.13.3-bp152.4.3.1.s390x",
"relates_to_product_reference": "SUSE Package Hub 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp152.4.3.1.x86_64 as component of SUSE Package Hub 15 SP2",
"product_id": "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.x86_64"
},
"product_reference": "libhiredis0_13-0.13.3-bp152.4.3.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-32765",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32765"
}
],
"notes": [
{
"category": "general",
"text": "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn\u0027t itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.aarch64",
"SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.ppc64le",
"SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.s390x",
"SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.x86_64",
"SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.aarch64",
"SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.ppc64le",
"SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.s390x",
"SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.x86_64",
"SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.aarch64",
"SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le",
"SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.s390x",
"SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32765",
"url": "https://www.suse.com/security/cve/CVE-2021-32765"
},
{
"category": "external",
"summary": "SUSE Bug 1191331 for CVE-2021-32765",
"url": "https://bugzilla.suse.com/1191331"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.aarch64",
"SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.ppc64le",
"SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.s390x",
"SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.x86_64",
"SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.aarch64",
"SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.ppc64le",
"SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.s390x",
"SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.x86_64",
"SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.aarch64",
"SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le",
"SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.s390x",
"SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.aarch64",
"SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.ppc64le",
"SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.s390x",
"SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.x86_64",
"SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.aarch64",
"SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.ppc64le",
"SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.s390x",
"SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.x86_64",
"SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.aarch64",
"SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le",
"SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.s390x",
"SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-12-09T17:06:55Z",
"details": "important"
}
],
"title": "CVE-2021-32765"
}
]
}
OPENSUSE-SU-2024:11561-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
hiredis-1.0.2-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: hiredis-1.0.2-1.1 on GA media
Description of the patch: These are all security issues fixed in the hiredis-1.0.2-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11561
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
{
"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": "hiredis-1.0.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the hiredis-1.0.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11561",
"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_11561-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32765 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32765/"
}
],
"title": "hiredis-1.0.2-1.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:11561-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": "hiredis-1.0.2-1.1.aarch64",
"product": {
"name": "hiredis-1.0.2-1.1.aarch64",
"product_id": "hiredis-1.0.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "hiredis-devel-1.0.2-1.1.aarch64",
"product": {
"name": "hiredis-devel-1.0.2-1.1.aarch64",
"product_id": "hiredis-devel-1.0.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libhiredis1_0_0-1.0.2-1.1.aarch64",
"product": {
"name": "libhiredis1_0_0-1.0.2-1.1.aarch64",
"product_id": "libhiredis1_0_0-1.0.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "hiredis-1.0.2-1.1.ppc64le",
"product": {
"name": "hiredis-1.0.2-1.1.ppc64le",
"product_id": "hiredis-1.0.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "hiredis-devel-1.0.2-1.1.ppc64le",
"product": {
"name": "hiredis-devel-1.0.2-1.1.ppc64le",
"product_id": "hiredis-devel-1.0.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libhiredis1_0_0-1.0.2-1.1.ppc64le",
"product": {
"name": "libhiredis1_0_0-1.0.2-1.1.ppc64le",
"product_id": "libhiredis1_0_0-1.0.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "hiredis-1.0.2-1.1.s390x",
"product": {
"name": "hiredis-1.0.2-1.1.s390x",
"product_id": "hiredis-1.0.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "hiredis-devel-1.0.2-1.1.s390x",
"product": {
"name": "hiredis-devel-1.0.2-1.1.s390x",
"product_id": "hiredis-devel-1.0.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libhiredis1_0_0-1.0.2-1.1.s390x",
"product": {
"name": "libhiredis1_0_0-1.0.2-1.1.s390x",
"product_id": "libhiredis1_0_0-1.0.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "hiredis-1.0.2-1.1.x86_64",
"product": {
"name": "hiredis-1.0.2-1.1.x86_64",
"product_id": "hiredis-1.0.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "hiredis-devel-1.0.2-1.1.x86_64",
"product": {
"name": "hiredis-devel-1.0.2-1.1.x86_64",
"product_id": "hiredis-devel-1.0.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libhiredis1_0_0-1.0.2-1.1.x86_64",
"product": {
"name": "libhiredis1_0_0-1.0.2-1.1.x86_64",
"product_id": "libhiredis1_0_0-1.0.2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-1.0.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:hiredis-1.0.2-1.1.aarch64"
},
"product_reference": "hiredis-1.0.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-1.0.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:hiredis-1.0.2-1.1.ppc64le"
},
"product_reference": "hiredis-1.0.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-1.0.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:hiredis-1.0.2-1.1.s390x"
},
"product_reference": "hiredis-1.0.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-1.0.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:hiredis-1.0.2-1.1.x86_64"
},
"product_reference": "hiredis-1.0.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-1.0.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.aarch64"
},
"product_reference": "hiredis-devel-1.0.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-1.0.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.ppc64le"
},
"product_reference": "hiredis-devel-1.0.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-1.0.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.s390x"
},
"product_reference": "hiredis-devel-1.0.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-1.0.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.x86_64"
},
"product_reference": "hiredis-devel-1.0.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis1_0_0-1.0.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.aarch64"
},
"product_reference": "libhiredis1_0_0-1.0.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis1_0_0-1.0.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.ppc64le"
},
"product_reference": "libhiredis1_0_0-1.0.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis1_0_0-1.0.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.s390x"
},
"product_reference": "libhiredis1_0_0-1.0.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis1_0_0-1.0.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.x86_64"
},
"product_reference": "libhiredis1_0_0-1.0.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-32765",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32765"
}
],
"notes": [
{
"category": "general",
"text": "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn\u0027t itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:hiredis-1.0.2-1.1.aarch64",
"openSUSE Tumbleweed:hiredis-1.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:hiredis-1.0.2-1.1.s390x",
"openSUSE Tumbleweed:hiredis-1.0.2-1.1.x86_64",
"openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.aarch64",
"openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.s390x",
"openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.x86_64",
"openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.aarch64",
"openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.s390x",
"openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32765",
"url": "https://www.suse.com/security/cve/CVE-2021-32765"
},
{
"category": "external",
"summary": "SUSE Bug 1191331 for CVE-2021-32765",
"url": "https://bugzilla.suse.com/1191331"
}
],
"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:hiredis-1.0.2-1.1.aarch64",
"openSUSE Tumbleweed:hiredis-1.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:hiredis-1.0.2-1.1.s390x",
"openSUSE Tumbleweed:hiredis-1.0.2-1.1.x86_64",
"openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.aarch64",
"openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.s390x",
"openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.x86_64",
"openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.aarch64",
"openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.s390x",
"openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:hiredis-1.0.2-1.1.aarch64",
"openSUSE Tumbleweed:hiredis-1.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:hiredis-1.0.2-1.1.s390x",
"openSUSE Tumbleweed:hiredis-1.0.2-1.1.x86_64",
"openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.aarch64",
"openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.s390x",
"openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.x86_64",
"openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.aarch64",
"openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.s390x",
"openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-32765"
}
]
}
OPENSUSE-SU-2021:1536-1
Vulnerability from csaf_opensuse - Published: 2021-12-06 13:06 - Updated: 2021-12-06 13:06Summary
Security update for hiredis
Severity
Moderate
Notes
Title of the patch: Security update for hiredis
Description of the patch: This update for hiredis fixes the following issues:
- CVE-2021-32765: Fix integer/buffer (boo#1191331)
Patchnames: openSUSE-2021-1536
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
| URL | Category | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for hiredis",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for hiredis fixes the following issues:\n\n- CVE-2021-32765: Fix integer/buffer (boo#1191331)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-2021-1536",
"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-2021_1536-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2021:1536-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/A2J7PHNSWD2ZHOSNIVUJTW2HJ34RJDBG/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2021:1536-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/A2J7PHNSWD2ZHOSNIVUJTW2HJ34RJDBG/"
},
{
"category": "self",
"summary": "SUSE Bug 1191331",
"url": "https://bugzilla.suse.com/1191331"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32765 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32765/"
}
],
"title": "Security update for hiredis",
"tracking": {
"current_release_date": "2021-12-06T13:06:28Z",
"generator": {
"date": "2021-12-06T13:06:28Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2021:1536-1",
"initial_release_date": "2021-12-06T13:06:28Z",
"revision_history": [
{
"date": "2021-12-06T13:06:28Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "hiredis-0.13.3-bp153.2.3.1.aarch64",
"product": {
"name": "hiredis-0.13.3-bp153.2.3.1.aarch64",
"product_id": "hiredis-0.13.3-bp153.2.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "hiredis-devel-0.13.3-bp153.2.3.1.aarch64",
"product": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.aarch64",
"product_id": "hiredis-devel-0.13.3-bp153.2.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64",
"product": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64",
"product_id": "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "hiredis-0.13.3-bp153.2.3.1.i586",
"product": {
"name": "hiredis-0.13.3-bp153.2.3.1.i586",
"product_id": "hiredis-0.13.3-bp153.2.3.1.i586"
}
},
{
"category": "product_version",
"name": "hiredis-devel-0.13.3-bp153.2.3.1.i586",
"product": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.i586",
"product_id": "hiredis-devel-0.13.3-bp153.2.3.1.i586"
}
},
{
"category": "product_version",
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.i586",
"product": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.i586",
"product_id": "libhiredis0_13-0.13.3-bp153.2.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "hiredis-0.13.3-bp153.2.3.1.ppc64le",
"product": {
"name": "hiredis-0.13.3-bp153.2.3.1.ppc64le",
"product_id": "hiredis-0.13.3-bp153.2.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le",
"product": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le",
"product_id": "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le",
"product": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le",
"product_id": "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "hiredis-0.13.3-bp153.2.3.1.s390x",
"product": {
"name": "hiredis-0.13.3-bp153.2.3.1.s390x",
"product_id": "hiredis-0.13.3-bp153.2.3.1.s390x"
}
},
{
"category": "product_version",
"name": "hiredis-devel-0.13.3-bp153.2.3.1.s390x",
"product": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.s390x",
"product_id": "hiredis-devel-0.13.3-bp153.2.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.s390x",
"product": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.s390x",
"product_id": "libhiredis0_13-0.13.3-bp153.2.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "hiredis-0.13.3-bp153.2.3.1.x86_64",
"product": {
"name": "hiredis-0.13.3-bp153.2.3.1.x86_64",
"product_id": "hiredis-0.13.3-bp153.2.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "hiredis-devel-0.13.3-bp153.2.3.1.x86_64",
"product": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.x86_64",
"product_id": "hiredis-devel-0.13.3-bp153.2.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64",
"product": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64",
"product_id": "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Package Hub 15 SP3",
"product": {
"name": "SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3"
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.2",
"product": {
"name": "openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.2"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.3",
"product": {
"name": "openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp153.2.3.1.aarch64 as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.aarch64"
},
"product_reference": "hiredis-0.13.3-bp153.2.3.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp153.2.3.1.i586 as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.i586"
},
"product_reference": "hiredis-0.13.3-bp153.2.3.1.i586",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp153.2.3.1.ppc64le as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.ppc64le"
},
"product_reference": "hiredis-0.13.3-bp153.2.3.1.ppc64le",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp153.2.3.1.s390x as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.s390x"
},
"product_reference": "hiredis-0.13.3-bp153.2.3.1.s390x",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp153.2.3.1.x86_64 as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.x86_64"
},
"product_reference": "hiredis-0.13.3-bp153.2.3.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.aarch64 as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.aarch64"
},
"product_reference": "hiredis-devel-0.13.3-bp153.2.3.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.i586 as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.i586"
},
"product_reference": "hiredis-devel-0.13.3-bp153.2.3.1.i586",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le"
},
"product_reference": "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.s390x as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.s390x"
},
"product_reference": "hiredis-devel-0.13.3-bp153.2.3.1.s390x",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.x86_64 as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.x86_64"
},
"product_reference": "hiredis-devel-0.13.3-bp153.2.3.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64 as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64"
},
"product_reference": "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.i586 as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.i586"
},
"product_reference": "libhiredis0_13-0.13.3-bp153.2.3.1.i586",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le"
},
"product_reference": "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.s390x as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.s390x"
},
"product_reference": "libhiredis0_13-0.13.3-bp153.2.3.1.s390x",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64 as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64"
},
"product_reference": "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.aarch64"
},
"product_reference": "hiredis-0.13.3-bp153.2.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp153.2.3.1.i586 as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.i586"
},
"product_reference": "hiredis-0.13.3-bp153.2.3.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.ppc64le"
},
"product_reference": "hiredis-0.13.3-bp153.2.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp153.2.3.1.s390x as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.s390x"
},
"product_reference": "hiredis-0.13.3-bp153.2.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.x86_64"
},
"product_reference": "hiredis-0.13.3-bp153.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.aarch64"
},
"product_reference": "hiredis-devel-0.13.3-bp153.2.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.i586 as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.i586"
},
"product_reference": "hiredis-devel-0.13.3-bp153.2.3.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le"
},
"product_reference": "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.s390x as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.s390x"
},
"product_reference": "hiredis-devel-0.13.3-bp153.2.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.x86_64"
},
"product_reference": "hiredis-devel-0.13.3-bp153.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64"
},
"product_reference": "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.i586 as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.i586"
},
"product_reference": "libhiredis0_13-0.13.3-bp153.2.3.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le"
},
"product_reference": "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.s390x as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.s390x"
},
"product_reference": "libhiredis0_13-0.13.3-bp153.2.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64"
},
"product_reference": "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.aarch64"
},
"product_reference": "hiredis-0.13.3-bp153.2.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp153.2.3.1.i586 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.i586"
},
"product_reference": "hiredis-0.13.3-bp153.2.3.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.ppc64le"
},
"product_reference": "hiredis-0.13.3-bp153.2.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp153.2.3.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.s390x"
},
"product_reference": "hiredis-0.13.3-bp153.2.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-0.13.3-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.x86_64"
},
"product_reference": "hiredis-0.13.3-bp153.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.aarch64"
},
"product_reference": "hiredis-devel-0.13.3-bp153.2.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.i586 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.i586"
},
"product_reference": "hiredis-devel-0.13.3-bp153.2.3.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le"
},
"product_reference": "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.s390x"
},
"product_reference": "hiredis-devel-0.13.3-bp153.2.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hiredis-devel-0.13.3-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.x86_64"
},
"product_reference": "hiredis-devel-0.13.3-bp153.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64"
},
"product_reference": "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.i586 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.i586"
},
"product_reference": "libhiredis0_13-0.13.3-bp153.2.3.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le"
},
"product_reference": "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.s390x"
},
"product_reference": "libhiredis0_13-0.13.3-bp153.2.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64"
},
"product_reference": "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-32765",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32765"
}
],
"notes": [
{
"category": "general",
"text": "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn\u0027t itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.aarch64",
"SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.i586",
"SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.ppc64le",
"SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.s390x",
"SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.x86_64",
"SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.aarch64",
"SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.i586",
"SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le",
"SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.s390x",
"SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.x86_64",
"SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64",
"SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.i586",
"SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le",
"SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.s390x",
"SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32765",
"url": "https://www.suse.com/security/cve/CVE-2021-32765"
},
{
"category": "external",
"summary": "SUSE Bug 1191331 for CVE-2021-32765",
"url": "https://bugzilla.suse.com/1191331"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.aarch64",
"SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.i586",
"SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.ppc64le",
"SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.s390x",
"SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.x86_64",
"SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.aarch64",
"SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.i586",
"SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le",
"SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.s390x",
"SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.x86_64",
"SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64",
"SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.i586",
"SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le",
"SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.s390x",
"SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.aarch64",
"SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.i586",
"SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.ppc64le",
"SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.s390x",
"SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.x86_64",
"SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.aarch64",
"SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.i586",
"SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le",
"SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.s390x",
"SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.x86_64",
"SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64",
"SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.i586",
"SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le",
"SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.s390x",
"SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.x86_64",
"openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64",
"openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.i586",
"openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le",
"openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.s390x",
"openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-12-06T13:06:28Z",
"details": "important"
}
],
"title": "CVE-2021-32765"
}
]
}
GSD-2021-32765
Vulnerability from gsd - Updated: 2023-12-13 01:23Details
Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2021-32765",
"description": "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn\u0027t itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.",
"id": "GSD-2021-32765",
"references": [
"https://www.suse.com/security/cve/CVE-2021-32765.html",
"https://advisories.mageia.org/CVE-2021-32765.html",
"https://security.archlinux.org/CVE-2021-32765"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2021-32765"
],
"details": "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn\u0027t itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.",
"id": "GSD-2021-32765",
"modified": "2023-12-13T01:23:08.799683Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-32765",
"STATE": "PUBLIC",
"TITLE": "Integer Overflow to Buffer Overflow in Hiredis"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "hiredis",
"version": {
"version_data": [
{
"version_value": "\u003c 1.0.1"
}
]
}
}
]
},
"vendor_name": "redis"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn\u0027t itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-190: Integer Overflow or Wraparound"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-680: Integer Overflow to Buffer Overflow"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2",
"refsource": "CONFIRM",
"url": "https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2"
},
{
"name": "https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e",
"refsource": "MISC",
"url": "https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e"
},
{
"name": "https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap",
"refsource": "MISC",
"url": "https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap"
},
{
"name": "[debian-lts-announce] 20211012 [SECURITY] [DLA 2783-1] hiredis security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html"
},
{
"name": "https://security.netapp.com/advisory/ntap-20211104-0003/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20211104-0003/"
},
{
"name": "GLSA-202210-32",
"refsource": "GENTOO",
"url": "https://security.gentoo.org/glsa/202210-32"
}
]
},
"source": {
"advisory": "GHSA-hfm9-39pp-55p2",
"discovery": "UNKNOWN"
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:redis:hiredis:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.0.1",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:netapp:management_services_for_element_software_and_netapp_hci:-:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-32765"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn\u0027t itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-190"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap"
},
{
"name": "https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2",
"refsource": "CONFIRM",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2"
},
{
"name": "https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e"
},
{
"name": "[debian-lts-announce] 20211012 [SECURITY] [DLA 2783-1] hiredis security update",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html"
},
{
"name": "https://security.netapp.com/advisory/ntap-20211104-0003/",
"refsource": "CONFIRM",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20211104-0003/"
},
{
"name": "GLSA-202210-32",
"refsource": "GENTOO",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/202210-32"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "SINGLE",
"availabilityImpact": "PARTIAL",
"baseScore": 6.5,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:L/Au:S/C:P/I:P/A:P",
"version": "2.0"
},
"exploitabilityScore": 8.0,
"impactScore": 6.4,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 5.9
}
},
"lastModifiedDate": "2022-12-07T01:52Z",
"publishedDate": "2021-10-04T21:15Z"
}
}
}
CNVD-2022-10741
Vulnerability from cnvd - Published: 2022-02-16
VLAI Severity ?
Title
Redis输入验证错误漏洞
Description
Hiredis是一款用于Redis数据库的C语言客户端。
Hiredis存在安全漏洞,该漏洞允许攻击者提供恶意制作或损坏的RESP、mult-bulk 协议数据,可导致整数溢出。 目前没有详细的漏洞细节提供。
Severity
中
Patch Name
Redis输入验证错误漏洞的补丁
Patch Description
Hiredis是一款用于Redis数据库的C语言客户端。
Hiredis存在安全漏洞,该漏洞允许攻击者提供恶意制作或损坏的RESP、mult-bulk 协议数据,可导致整数溢出。目前没有详细的漏洞细节提供。目前,供应商发布了安全公告及相关补丁信息,修复了此漏洞。
Formal description
目前厂商已发布升级补丁以修复漏洞,补丁获取链接: https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2
Reference
https://nvd.nist.gov/vuln/detail/CVE-2021-32765
Impacted products
| Name | Hiredis Hiredis <1.0.1 |
|---|
{
"cves": {
"cve": {
"cveNumber": "CVE-2021-32765"
}
},
"description": "Hiredis\u662f\u4e00\u6b3e\u7528\u4e8eRedis\u6570\u636e\u5e93\u7684C\u8bed\u8a00\u5ba2\u6237\u7aef\u3002\n\nHiredis\u5b58\u5728\u5b89\u5168\u6f0f\u6d1e\uff0c\u8be5\u6f0f\u6d1e\u5141\u8bb8\u653b\u51fb\u8005\u63d0\u4f9b\u6076\u610f\u5236\u4f5c\u6216\u635f\u574f\u7684RESP\u3001mult-bulk \u534f\u8bae\u6570\u636e\uff0c\u53ef\u5bfc\u81f4\u6574\u6570\u6ea2\u51fa\u3002 \u76ee\u524d\u6ca1\u6709\u8be6\u7ec6\u7684\u6f0f\u6d1e\u7ec6\u8282\u63d0\u4f9b\u3002",
"formalWay": "\u76ee\u524d\u5382\u5546\u5df2\u53d1\u5e03\u5347\u7ea7\u8865\u4e01\u4ee5\u4fee\u590d\u6f0f\u6d1e\uff0c\u8865\u4e01\u83b7\u53d6\u94fe\u63a5\uff1a\r\nhttps://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2",
"isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e",
"number": "CNVD-2022-10741",
"openTime": "2022-02-16",
"patchDescription": "Hiredis\u662f\u4e00\u6b3e\u7528\u4e8eRedis\u6570\u636e\u5e93\u7684C\u8bed\u8a00\u5ba2\u6237\u7aef\u3002\r\n\r\nHiredis\u5b58\u5728\u5b89\u5168\u6f0f\u6d1e\uff0c\u8be5\u6f0f\u6d1e\u5141\u8bb8\u653b\u51fb\u8005\u63d0\u4f9b\u6076\u610f\u5236\u4f5c\u6216\u635f\u574f\u7684RESP\u3001mult-bulk \u534f\u8bae\u6570\u636e\uff0c\u53ef\u5bfc\u81f4\u6574\u6570\u6ea2\u51fa\u3002\u76ee\u524d\u6ca1\u6709\u8be6\u7ec6\u7684\u6f0f\u6d1e\u7ec6\u8282\u63d0\u4f9b\u3002\u76ee\u524d\uff0c\u4f9b\u5e94\u5546\u53d1\u5e03\u4e86\u5b89\u5168\u516c\u544a\u53ca\u76f8\u5173\u8865\u4e01\u4fe1\u606f\uff0c\u4fee\u590d\u4e86\u6b64\u6f0f\u6d1e\u3002",
"patchName": "Redis\u8f93\u5165\u9a8c\u8bc1\u9519\u8bef\u6f0f\u6d1e\u7684\u8865\u4e01",
"products": {
"product": "Hiredis Hiredis \u003c1.0.1"
},
"referenceLink": "https://nvd.nist.gov/vuln/detail/CVE-2021-32765",
"serverity": "\u4e2d",
"submitTime": "2021-10-09",
"title": "Redis\u8f93\u5165\u9a8c\u8bc1\u9519\u8bef\u6f0f\u6d1e"
}
FKIE_CVE-2021-32765
Vulnerability from fkie_nvd - Published: 2021-10-04 21:15 - Updated: 2024-11-21 06:07
Severity ?
8.8 (High) - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
8.8 (High) - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
8.8 (High) - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Summary
Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.
References
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e | Patch, Third Party Advisory | |
| security-advisories@github.com | https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2 | Mitigation, Third Party Advisory | |
| security-advisories@github.com | https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html | Mailing List, Third Party Advisory | |
| security-advisories@github.com | https://security.gentoo.org/glsa/202210-32 | Third Party Advisory | |
| security-advisories@github.com | https://security.netapp.com/advisory/ntap-20211104-0003/ | Third Party Advisory | |
| security-advisories@github.com | https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e | Patch, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2 | Mitigation, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html | Mailing List, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/202210-32 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20211104-0003/ | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap | Third Party Advisory |
Impacted products
| Vendor | Product | Version | |
|---|---|---|---|
| redis | hiredis | * | |
| debian | debian_linux | 9.0 | |
| netapp | management_services_for_element_software_and_netapp_hci | - |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:redis:hiredis:*:*:*:*:*:*:*:*",
"matchCriteriaId": "EBEAD2D5-FEAD-4157-A3CE-B7E13C4C1AF5",
"versionEndExcluding": "1.0.1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*",
"matchCriteriaId": "DEECE5FC-CACF-4496-A3E7-164736409252",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:netapp:management_services_for_element_software_and_netapp_hci:-:*:*:*:*:*:*:*",
"matchCriteriaId": "FDAC85F0-93AF-4BE3-AE1A-8ADAF1CDF9AB",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn\u0027t itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible."
},
{
"lang": "es",
"value": "Hiredis es una librer\u00eda cliente minimalista en C para la base de datos Redis. En las versiones afectadas, Hiredis es vulnerable al desbordamiento de enteros si se proporcionan datos del protocolo \"RESP\" \"multi-bulk\" maliciosamente dise\u00f1ados o corruptos. Cuando se analizan las respuestas \"multi-bulk\" (tipo array), hiredis no comprueba si \"count * sizeof(redisReply*)\" puede representarse en \"SIZE_MAX\". Si no puede, y la llamada a \"calloc()\" no hace por s\u00ed misma esta comprobaci\u00f3n, se producir\u00eda una asignaci\u00f3n corta y el consiguiente desbordamiento del b\u00fafer. Los usuarios de hiredis que no puedan actualizar pueden establecer la opci\u00f3n de contexto [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) a un valor lo suficientemente peque\u00f1o como para que no sea posible el desbordamiento"
}
],
"id": "CVE-2021-32765",
"lastModified": "2024-11-21T06:07:41.780",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "MEDIUM",
"cvssData": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "SINGLE",
"availabilityImpact": "PARTIAL",
"baseScore": 6.5,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:L/Au:S/C:P/I:P/A:P",
"version": "2.0"
},
"exploitabilityScore": 8.0,
"impactScore": 6.4,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 5.9,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2021-10-04T21:15:12.527",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/202210-32"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20211104-0003/"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/202210-32"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20211104-0003/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-190"
},
{
"lang": "en",
"value": "CWE-680"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-190"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
CERTFR-2021-AVI-848
Vulnerability from certfr_avis - Published: 2021-11-04 - Updated: 2021-11-04
De multiples vulnérabilités ont été découvertes dans les produits NetApp. Elles permettent à un attaquant de provoquer un déni de service, une atteinte à l'intégrité des données et une atteinte à la confidentialité des données.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
NoneImpacted products
References
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Management Services for Element Software and NetApp HCI avec une version de Redis ant\u00e9rieure \u00e0 5.0.14, 6.0.16, 6.2.6",
"product": {
"name": "N/A",
"vendor": {
"name": "NetApp",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2021-32762",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32762"
},
{
"name": "CVE-2021-32628",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32628"
},
{
"name": "CVE-2021-32687",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32687"
},
{
"name": "CVE-2021-32627",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32627"
},
{
"name": "CVE-2021-32672",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32672"
},
{
"name": "CVE-2021-32675",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32675"
},
{
"name": "CVE-2021-32765",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32765"
},
{
"name": "CVE-2021-32626",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32626"
},
{
"name": "CVE-2021-41099",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41099"
}
],
"initial_release_date": "2021-11-04T00:00:00",
"last_revision_date": "2021-11-04T00:00:00",
"links": [],
"reference": "CERTFR-2021-AVI-848",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2021-11-04T00:00:00.000000"
}
],
"risks": [
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits\nNetApp. Elles permettent \u00e0 un attaquant de provoquer un d\u00e9ni de service,\nune atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es et une atteinte \u00e0 la\nconfidentialit\u00e9 des donn\u00e9es.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits NetApp",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 NetApp ntap-20211104-0003 du 4 novembre 2021",
"url": "https://security.netapp.com/advisory/ntap-20211104-0003/"
}
]
}
BDU:2025-04141
Vulnerability from fstec - Published: 04.10.2021
VLAI Severity ?
Title
Уязвимость функции calloc компонента RESP Handler клиента для взаимодействия с базами данных HIREDIS, позволяющая нарушителю получить доступ к конфиденциальным данным, нарушить их целостность, а также вызвать отказ в обслуживании
Description
Уязвимость функции calloc компонента RESP Handler клиента для взаимодействия с базами данных HIREDIS связана с целочисленным переполнением. Эксплуатация уязвимости может позволить нарушителю, действующему удаленно, получить доступ к конфиденциальным данным, нарушить их целостность, а также вызвать отказ в обслуживании
Severity ?
Vendor
Сообщество свободного программного обеспечения, ООО «РусБИТех-Астра», Redis Labs
Software Name
Debian GNU/Linux, Astra Linux Special Edition (запись в едином реестре российских программ №369), HIREDIS
Software Version
11 (Debian GNU/Linux), 12 (Debian GNU/Linux), 1.7 (Astra Linux Special Edition), 4.7 (Astra Linux Special Edition), до 1.0.1 (HIREDIS)
Possible Mitigations
В условиях отсутствия обновлений безопасности от производителя рекомендуется придерживаться "Рекомендаций по безопасной настройке операционных систем LINUX", изложенных в методическом документе ФСТЭК России, утверждённом 25 декабря 2022 года.
Использование рекомендаций:
Для HIREDIS:
https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e
Для Debian GNU/Linux:
https://security-tracker.debian.org/tracker/CVE-2021-32765
Для ОС Astra Linux:
обновить пакет hiredis до 0.14.0-3.astra1 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se17-bulletin-2025-0319SE17
Для ОС Astra Linux:
обновить пакет hiredis до 0.14.0-3.astra1 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-0422SE47
Reference
https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e
https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e#commitcomment-57544143
https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2
https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html
https://nvd.nist.gov/vuln/detail/CVE-2021-32765
https://security.gentoo.org/glsa/202210-32
https://security.netapp.com/advisory/ntap-20211104-0003/
https://security-tracker.debian.org/tracker/CVE-2021-32765
https://wiki.astralinux.ru/astra-linux-se17-bulletin-2025-0319SE17
https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap
https://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-0422SE79
CWE
CWE-190
{
"CVSS 2.0": "AV:N/AC:L/Au:S/C:P/I:P/A:P",
"CVSS 3.0": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"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, Redis Labs",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "11 (Debian GNU/Linux), 12 (Debian GNU/Linux), 1.7 (Astra Linux Special Edition), 4.7 (Astra Linux Special Edition), \u0434\u043e 1.0.1 (HIREDIS)",
"\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": "\u0412 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u043e\u0442 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u043f\u0440\u0438\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c\u0441\u044f \"\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0439 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c LINUX\", \u0438\u0437\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0445 \u0432 \u043c\u0435\u0442\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435 \u0424\u0421\u0422\u042d\u041a \u0420\u043e\u0441\u0441\u0438\u0438, \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u043e\u043c 25 \u0434\u0435\u043a\u0430\u0431\u0440\u044f 2022 \u0433\u043e\u0434\u0430.\n\n\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439:\n\u0414\u043b\u044f HIREDIS:\nhttps://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e\n\n\u0414\u043b\u044f Debian GNU/Linux:\n https://security-tracker.debian.org/tracker/CVE-2021-32765\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 hiredis \u0434\u043e 0.14.0-3.astra1 \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-2025-0319SE17\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 hiredis \u0434\u043e 0.14.0-3.astra1 \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-2025-0422SE47",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "04.10.2021",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "05.05.2025",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "10.04.2025",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2025-04141",
"\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-2021-32765",
"\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), HIREDIS",
"\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 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 (\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)",
"\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 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 calloc \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 RESP Handler \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u0434\u043b\u044f \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0441 \u0431\u0430\u0437\u0430\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u0445 HIREDIS, \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, \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u044c \u0438\u0445 \u0446\u0435\u043b\u043e\u0441\u0442\u043d\u043e\u0441\u0442\u044c, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u0426\u0435\u043b\u043e\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u0435 \u043f\u0435\u0440\u0435\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0438\u043b\u0438 \u0446\u0438\u043a\u043b\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0441\u0434\u0432\u0438\u0433 (CWE-190)",
"\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 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 calloc \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 RESP Handler \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u0434\u043b\u044f \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0441 \u0431\u0430\u0437\u0430\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u0445 HIREDIS \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u0446\u0435\u043b\u043e\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u043c \u043f\u0435\u0440\u0435\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435\u043c. \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, \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u044c \u0438\u0445 \u0446\u0435\u043b\u043e\u0441\u0442\u043d\u043e\u0441\u0442\u044c, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\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://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e\nhttps://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e#commitcomment-57544143\nhttps://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2\nhttps://lists.debian.org/debian-lts-announce/2021/10/msg00007.html\nhttps://nvd.nist.gov/vuln/detail/CVE-2021-32765\nhttps://security.gentoo.org/glsa/202210-32\nhttps://security.netapp.com/advisory/ntap-20211104-0003/\nhttps://security-tracker.debian.org/tracker/CVE-2021-32765\nhttps://wiki.astralinux.ru/astra-linux-se17-bulletin-2025-0319SE17\nhttps://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap\nhttps://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-0422SE79",
"\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",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-190",
"\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": "\u0421\u0440\u0435\u0434\u043d\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 6,5)\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 8,8)"
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Sightings
| Author | Source | Type | Date |
|---|
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.
Loading…
Loading…