GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

RHSA-2026:64807

Vulnerability from csaf_redhat - Published: 2026-09-08 06:17 - Updated: 2026-09-08 11:35
Summary
Red Hat Security Advisory: valkey security, bug fix, and enhancement update
Severity
Important
Notes
Topic: An update for valkey is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: Valkey is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Valkey works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Valkey also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Valkey behave like a cache. You can use Valkey from most programming languages also. Security Fix(es): * redis: Redis: Remote Code Execution via specially crafted RESTORE payload (CVE-2026-66373) * valkey: Valkey: Remote code execution via use-after-free in stream deserialization (CVE-2026-63639) * valkey: Valkey: Remote code execution via TLS pending-data processing use-after-free (CVE-2026-56684) Bug Fix(es) and Enhancement(s): * [Tracker] Rebase valkey to 8.0.10 (JIRA:RHEL-216778) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.

A flaw was found in Valkey. An authenticated client can trigger a `CLIENT KILL` command while the `tlsProcessPendingData` function iterates a pending list. This action causes `connTLSClose` to delete the iterator's cached next node, leading to a use-after-free vulnerability. This flaw, when Transport Layer Security (TLS) is enabled, may result in a server crash or potentially allow a remote attacker to achieve arbitrary code execution.

CWE-825 - Expired Pointer Dereference
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.src
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.x86_64
Vendor Fix fix
Workaround
Threats
Impact Important

A flaw was found in Valkey, a distributed key-value database. A remote attacker could exploit a use-after-free vulnerability in the RESTORE command. This occurs when a malformed data stream is processed during stream deserialization, causing a shared resource to be improperly managed. If successfully exploited, this flaw could lead to remote code execution.

CWE-825 - Expired Pointer Dereference
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.src
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.x86_64
Vendor Fix fix
Workaround
Threats
Impact Important

A flaw was found in Redis. An authenticated attacker, in an unusual configuration where they can execute the RESTORE command, could exploit a double free vulnerability. This occurs when a specially crafted RESTORE payload references the same NACK (pending entry) by multiple consumers, and both consumers are subsequently deleted via XGROUP DELCONSUMER. Successful exploitation of this flaw could lead to remote code execution.

CWE-1341 - Multiple Releases of Same Resource or Handle
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.src
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.x86_64
Vendor Fix fix
Threats
Impact Important
References
URL Category
https://access.redhat.com/errata/RHSA-2026:64807 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2506985 external
https://bugzilla.redhat.com/show_bug.cgi?id=2517906 external
https://bugzilla.redhat.com/show_bug.cgi?id=2517907 external
https://issues.redhat.com/browse/RHEL-216778 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2026-56684 self
https://bugzilla.redhat.com/show_bug.cgi?id=2517907 external
https://www.cve.org/CVERecord?id=CVE-2026-56684 external
https://nvd.nist.gov/vuln/detail/CVE-2026-56684 external
https://github.com/valkey-io/valkey/commit/7cd5bc… external
https://github.com/valkey-io/valkey/pull/4234 external
https://github.com/valkey-io/valkey/releases/tag/7.2.14 external
https://github.com/valkey-io/valkey/releases/tag/8.0.10 external
https://github.com/valkey-io/valkey/releases/tag/8.1.9 external
https://github.com/valkey-io/valkey/releases/tag/9.0.5 external
https://github.com/valkey-io/valkey/releases/tag/9.1.1 external
https://github.com/valkey-io/valkey/security/advi… external
https://access.redhat.com/security/cve/CVE-2026-63639 self
https://bugzilla.redhat.com/show_bug.cgi?id=2517906 external
https://www.cve.org/CVERecord?id=CVE-2026-63639 external
https://nvd.nist.gov/vuln/detail/CVE-2026-63639 external
https://github.com/valkey-io/valkey/commit/06bc77… external
https://github.com/valkey-io/valkey/commit/509cb3… external
https://github.com/valkey-io/valkey/commit/98465e… external
https://github.com/valkey-io/valkey/commit/e95911… external
https://github.com/valkey-io/valkey/commit/f8d202… external
https://github.com/valkey-io/valkey/pull/4073 external
https://github.com/valkey-io/valkey/security/advi… external
https://access.redhat.com/security/cve/CVE-2026-66373 self
https://bugzilla.redhat.com/show_bug.cgi?id=2506985 external
https://www.cve.org/CVERecord?id=CVE-2026-66373 external
https://nvd.nist.gov/vuln/detail/CVE-2026-66373 external
https://github.com/berabuddies/redis-poc external
https://github.com/redis/redis/compare/8.6.4...8.8.0 external
https://github.com/redis/redis/pull/15081 external
https://news.ycombinator.com/item?id=49024938 external
https://x.com/Fried_rice/status/2080059356322918777 external

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for valkey is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Valkey is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.  You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set.  In order to achieve its outstanding performance, Valkey works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log.  Valkey also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth.  Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Valkey behave like a cache.  You can use Valkey from most programming languages also.\n\nSecurity Fix(es):\n\n* redis: Redis: Remote Code Execution via specially crafted RESTORE payload (CVE-2026-66373)\n\n* valkey: Valkey: Remote code execution via use-after-free in stream deserialization (CVE-2026-63639)\n\n* valkey: Valkey: Remote code execution via TLS pending-data processing use-after-free (CVE-2026-56684)\n\nBug Fix(es) and Enhancement(s):\n\n* [Tracker] Rebase valkey to 8.0.10 (JIRA:RHEL-216778)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2026:64807",
        "url": "https://access.redhat.com/errata/RHSA-2026:64807"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2506985",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2506985"
      },
      {
        "category": "external",
        "summary": "2517906",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2517906"
      },
      {
        "category": "external",
        "summary": "2517907",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2517907"
      },
      {
        "category": "external",
        "summary": "RHEL-216778",
        "url": "https://issues.redhat.com/browse/RHEL-216778"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_64807.json"
      }
    ],
    "title": "Red Hat Security Advisory: valkey security, bug fix, and enhancement update",
    "tracking": {
      "current_release_date": "2026-09-08T11:35:25+00:00",
      "generator": {
        "date": "2026-09-08T11:35:25+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "5.3.16"
        }
      },
      "id": "RHSA-2026:64807",
      "initial_release_date": "2026-09-08T06:17:37+00:00",
      "revision_history": [
        {
          "date": "2026-09-08T06:17:37+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-09-08T06:17:37+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-09-08T11:35:25+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream (v. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream (v. 9)",
                  "product_id": "AppStream-9.8.0.Z.MAIN.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "valkey-0:8.0.10-1.el9_8.src",
                "product": {
                  "name": "valkey-0:8.0.10-1.el9_8.src",
                  "product_id": "valkey-0:8.0.10-1.el9_8.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey@8.0.10-1.el9_8?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "valkey-0:8.0.10-1.el9_8.aarch64",
                "product": {
                  "name": "valkey-0:8.0.10-1.el9_8.aarch64",
                  "product_id": "valkey-0:8.0.10-1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey@8.0.10-1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "valkey-devel-0:8.0.10-1.el9_8.aarch64",
                "product": {
                  "name": "valkey-devel-0:8.0.10-1.el9_8.aarch64",
                  "product_id": "valkey-devel-0:8.0.10-1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey-devel@8.0.10-1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "valkey-debugsource-0:8.0.10-1.el9_8.aarch64",
                "product": {
                  "name": "valkey-debugsource-0:8.0.10-1.el9_8.aarch64",
                  "product_id": "valkey-debugsource-0:8.0.10-1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey-debugsource@8.0.10-1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "valkey-debuginfo-0:8.0.10-1.el9_8.aarch64",
                "product": {
                  "name": "valkey-debuginfo-0:8.0.10-1.el9_8.aarch64",
                  "product_id": "valkey-debuginfo-0:8.0.10-1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey-debuginfo@8.0.10-1.el9_8?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "valkey-0:8.0.10-1.el9_8.ppc64le",
                "product": {
                  "name": "valkey-0:8.0.10-1.el9_8.ppc64le",
                  "product_id": "valkey-0:8.0.10-1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey@8.0.10-1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "valkey-devel-0:8.0.10-1.el9_8.ppc64le",
                "product": {
                  "name": "valkey-devel-0:8.0.10-1.el9_8.ppc64le",
                  "product_id": "valkey-devel-0:8.0.10-1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey-devel@8.0.10-1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "valkey-debugsource-0:8.0.10-1.el9_8.ppc64le",
                "product": {
                  "name": "valkey-debugsource-0:8.0.10-1.el9_8.ppc64le",
                  "product_id": "valkey-debugsource-0:8.0.10-1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey-debugsource@8.0.10-1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le",
                "product": {
                  "name": "valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le",
                  "product_id": "valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey-debuginfo@8.0.10-1.el9_8?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "valkey-0:8.0.10-1.el9_8.s390x",
                "product": {
                  "name": "valkey-0:8.0.10-1.el9_8.s390x",
                  "product_id": "valkey-0:8.0.10-1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey@8.0.10-1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "valkey-devel-0:8.0.10-1.el9_8.s390x",
                "product": {
                  "name": "valkey-devel-0:8.0.10-1.el9_8.s390x",
                  "product_id": "valkey-devel-0:8.0.10-1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey-devel@8.0.10-1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "valkey-debugsource-0:8.0.10-1.el9_8.s390x",
                "product": {
                  "name": "valkey-debugsource-0:8.0.10-1.el9_8.s390x",
                  "product_id": "valkey-debugsource-0:8.0.10-1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey-debugsource@8.0.10-1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "valkey-debuginfo-0:8.0.10-1.el9_8.s390x",
                "product": {
                  "name": "valkey-debuginfo-0:8.0.10-1.el9_8.s390x",
                  "product_id": "valkey-debuginfo-0:8.0.10-1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey-debuginfo@8.0.10-1.el9_8?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "valkey-0:8.0.10-1.el9_8.x86_64",
                "product": {
                  "name": "valkey-0:8.0.10-1.el9_8.x86_64",
                  "product_id": "valkey-0:8.0.10-1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey@8.0.10-1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "valkey-devel-0:8.0.10-1.el9_8.x86_64",
                "product": {
                  "name": "valkey-devel-0:8.0.10-1.el9_8.x86_64",
                  "product_id": "valkey-devel-0:8.0.10-1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey-devel@8.0.10-1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "valkey-debugsource-0:8.0.10-1.el9_8.x86_64",
                "product": {
                  "name": "valkey-debugsource-0:8.0.10-1.el9_8.x86_64",
                  "product_id": "valkey-debugsource-0:8.0.10-1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey-debugsource@8.0.10-1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "valkey-debuginfo-0:8.0.10-1.el9_8.x86_64",
                "product": {
                  "name": "valkey-debuginfo-0:8.0.10-1.el9_8.x86_64",
                  "product_id": "valkey-debuginfo-0:8.0.10-1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/valkey-debuginfo@8.0.10-1.el9_8?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-0:8.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.aarch64"
        },
        "product_reference": "valkey-0:8.0.10-1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-0:8.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.ppc64le"
        },
        "product_reference": "valkey-0:8.0.10-1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-0:8.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.s390x"
        },
        "product_reference": "valkey-0:8.0.10-1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-0:8.0.10-1.el9_8.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.src"
        },
        "product_reference": "valkey-0:8.0.10-1.el9_8.src",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-0:8.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.x86_64"
        },
        "product_reference": "valkey-0:8.0.10-1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-debuginfo-0:8.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.aarch64"
        },
        "product_reference": "valkey-debuginfo-0:8.0.10-1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le"
        },
        "product_reference": "valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-debuginfo-0:8.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.s390x"
        },
        "product_reference": "valkey-debuginfo-0:8.0.10-1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-debuginfo-0:8.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.x86_64"
        },
        "product_reference": "valkey-debuginfo-0:8.0.10-1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-debugsource-0:8.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.aarch64"
        },
        "product_reference": "valkey-debugsource-0:8.0.10-1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-debugsource-0:8.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.ppc64le"
        },
        "product_reference": "valkey-debugsource-0:8.0.10-1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-debugsource-0:8.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.s390x"
        },
        "product_reference": "valkey-debugsource-0:8.0.10-1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-debugsource-0:8.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.x86_64"
        },
        "product_reference": "valkey-debugsource-0:8.0.10-1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-devel-0:8.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.aarch64"
        },
        "product_reference": "valkey-devel-0:8.0.10-1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-devel-0:8.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.ppc64le"
        },
        "product_reference": "valkey-devel-0:8.0.10-1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-devel-0:8.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.s390x"
        },
        "product_reference": "valkey-devel-0:8.0.10-1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "valkey-devel-0:8.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.x86_64"
        },
        "product_reference": "valkey-devel-0:8.0.10-1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2026-56684",
      "cwe": {
        "id": "CWE-825",
        "name": "Expired Pointer Dereference"
      },
      "discovery_date": "2026-08-18T14:31:30.007665+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2517907"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Valkey. An authenticated client can trigger a `CLIENT KILL` command while the `tlsProcessPendingData` function iterates a pending list. This action causes `connTLSClose` to delete the iterator\u0027s cached next node, leading to a use-after-free vulnerability. This flaw, when Transport Layer Security (TLS) is enabled, may result in a server crash or potentially allow a remote attacker to achieve arbitrary code execution.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "valkey: Valkey: Remote code execution via TLS pending-data processing use-after-free",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-56684"
        },
        {
          "category": "external",
          "summary": "RHBZ#2517907",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2517907"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-56684",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-56684"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56684",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56684"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/commit/7cd5bcb7575d750ec2de618db80da58680a10fe3",
          "url": "https://github.com/valkey-io/valkey/commit/7cd5bcb7575d750ec2de618db80da58680a10fe3"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/pull/4234",
          "url": "https://github.com/valkey-io/valkey/pull/4234"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/releases/tag/7.2.14",
          "url": "https://github.com/valkey-io/valkey/releases/tag/7.2.14"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/releases/tag/8.0.10",
          "url": "https://github.com/valkey-io/valkey/releases/tag/8.0.10"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/releases/tag/8.1.9",
          "url": "https://github.com/valkey-io/valkey/releases/tag/8.1.9"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/releases/tag/9.0.5",
          "url": "https://github.com/valkey-io/valkey/releases/tag/9.0.5"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/releases/tag/9.1.1",
          "url": "https://github.com/valkey-io/valkey/releases/tag/9.1.1"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/security/advisories/GHSA-53mc-f3m3-99vh",
          "url": "https://github.com/valkey-io/valkey/security/advisories/GHSA-53mc-f3m3-99vh"
        }
      ],
      "release_date": "2026-08-18T14:19:51.047000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-08T06:17:37+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:64807"
        },
        {
          "category": "workaround",
          "details": "Restrict network access to the Valkey instance to trusted clients and networks by configuring firewall rules to limit inbound connections to the Valkey service port. Ensure only authorized and authenticated clients can connect. If TLS is not strictly required, consider disabling it. These network restrictions will persist if the Valkey service is reloaded or restarted.",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "valkey: Valkey: Remote code execution via TLS pending-data processing use-after-free"
    },
    {
      "cve": "CVE-2026-63639",
      "cwe": {
        "id": "CWE-825",
        "name": "Expired Pointer Dereference"
      },
      "discovery_date": "2026-08-18T14:31:14.626618+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2517906"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Valkey, a distributed key-value database. A remote attacker could exploit a use-after-free vulnerability in the RESTORE command. This occurs when a malformed data stream is processed during stream deserialization, causing a shared resource to be improperly managed. If successfully exploited, this flaw could lead to remote code execution.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "valkey: Valkey: Remote code execution via use-after-free in stream deserialization",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-63639"
        },
        {
          "category": "external",
          "summary": "RHBZ#2517906",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2517906"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-63639",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-63639"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-63639",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-63639"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/commit/06bc7768fe609f2054e69ccedefe7628f5675da9",
          "url": "https://github.com/valkey-io/valkey/commit/06bc7768fe609f2054e69ccedefe7628f5675da9"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/commit/509cb3c74e8cbc9c0498ebe8b6c93dcd605e7271",
          "url": "https://github.com/valkey-io/valkey/commit/509cb3c74e8cbc9c0498ebe8b6c93dcd605e7271"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/commit/98465eaffe3f95524a5046318bfbc4bdb9798291",
          "url": "https://github.com/valkey-io/valkey/commit/98465eaffe3f95524a5046318bfbc4bdb9798291"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/commit/e95911d4d65be8789fa3705f44d7ed1e65378445",
          "url": "https://github.com/valkey-io/valkey/commit/e95911d4d65be8789fa3705f44d7ed1e65378445"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/commit/f8d2027e8d4df790ac04974bf606408c8ea62778",
          "url": "https://github.com/valkey-io/valkey/commit/f8d2027e8d4df790ac04974bf606408c8ea62778"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/pull/4073",
          "url": "https://github.com/valkey-io/valkey/pull/4073"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/releases/tag/7.2.14",
          "url": "https://github.com/valkey-io/valkey/releases/tag/7.2.14"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/releases/tag/8.0.10",
          "url": "https://github.com/valkey-io/valkey/releases/tag/8.0.10"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/releases/tag/8.1.9",
          "url": "https://github.com/valkey-io/valkey/releases/tag/8.1.9"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/releases/tag/9.0.5",
          "url": "https://github.com/valkey-io/valkey/releases/tag/9.0.5"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/releases/tag/9.1.1",
          "url": "https://github.com/valkey-io/valkey/releases/tag/9.1.1"
        },
        {
          "category": "external",
          "summary": "https://github.com/valkey-io/valkey/security/advisories/GHSA-mvcj-73cw-22m4",
          "url": "https://github.com/valkey-io/valkey/security/advisories/GHSA-mvcj-73cw-22m4"
        }
      ],
      "release_date": "2026-08-18T14:23:52.508000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-08T06:17:37+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:64807"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, restrict network access to the Valkey instance to only trusted clients and networks. This limits an attacker\u0027s ability to send malformed RDB stream payloads to the RESTORE command. Implement firewall rules to block unauthorized access to the Valkey port.",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "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"
          },
          "products": [
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "valkey: Valkey: Remote code execution via use-after-free in stream deserialization"
    },
    {
      "cve": "CVE-2026-66373",
      "cwe": {
        "id": "CWE-1341",
        "name": "Multiple Releases of Same Resource or Handle"
      },
      "discovery_date": "2026-07-25T01:00:50.771125+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2506985"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Redis. An authenticated attacker, in an unusual configuration where they can execute the RESTORE command, could exploit a double free vulnerability. This occurs when a specially crafted RESTORE payload references the same NACK (pending entry) by multiple consumers, and both consumers are subsequently deleted via XGROUP DELCONSUMER. Successful exploitation of this flaw could lead to remote code execution.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "redis: Redis: Remote Code Execution via specially crafted RESTORE payload",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-66373"
        },
        {
          "category": "external",
          "summary": "RHBZ#2506985",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2506985"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-66373",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-66373"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-66373",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-66373"
        },
        {
          "category": "external",
          "summary": "https://github.com/berabuddies/redis-poc",
          "url": "https://github.com/berabuddies/redis-poc"
        },
        {
          "category": "external",
          "summary": "https://github.com/redis/redis/compare/8.6.4...8.8.0",
          "url": "https://github.com/redis/redis/compare/8.6.4...8.8.0"
        },
        {
          "category": "external",
          "summary": "https://github.com/redis/redis/pull/15081",
          "url": "https://github.com/redis/redis/pull/15081"
        },
        {
          "category": "external",
          "summary": "https://news.ycombinator.com/item?id=49024938",
          "url": "https://news.ycombinator.com/item?id=49024938"
        },
        {
          "category": "external",
          "summary": "https://x.com/Fried_rice/status/2080059356322918777",
          "url": "https://x.com/Fried_rice/status/2080059356322918777"
        }
      ],
      "release_date": "2026-07-25T00:08:35.982000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-08T06:17:37+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:64807"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debuginfo-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-debugsource-0:8.0.10-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:valkey-devel-0:8.0.10-1.el9_8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "redis: Redis: Remote Code Execution via specially crafted RESTORE payload"
    }
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…