GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration
oesa-2024-1491
Vulnerability from osv_openeuler
Published
2024-04-26 11:06
Modified
2026-08-06 11:06
Summary
qemu security update
Details

QEMU is a FAST! processor emulator using dynamic translation to achieve good emulation speed.

Security Fix(es):

A vulnerability in the lsi53c895a device affects the latest version of qemu. A DMA-MMIO reentrancy problem may lead to memory corruption bugs like stack overflow or use-after-free.(CVE-2023-0330)

QEMU before 8.2.0 has an integer underflow, and resultant buffer overflow, via a TI command when an expected non-DMA transfer length is less than the length of the available FIFO data. This occurs in esp_do_nodma in hw/scsi/esp.c because of an underflow of async_len.(CVE-2024-24474)

A double free vulnerability was found in QEMU virtio devices (virtio-gpu, virtio-serial-bus, virtio-crypto), where the mem_reentrancy_guard flag insufficiently protects against DMA reentrancy issues. This issue could allow a malicious privileged guest user to crash the QEMU process on the host, resulting in a denial of service or allow arbitrary code execution within the context of the QEMU process on the host.(CVE-2024-3446)

A heap-based buffer overflow was found in the SDHCI device emulation of QEMU. The bug is triggered when both s->data_count and the size of s->fifo_buffer are set to 0x200, leading to an out-of-bound access. A malicious guest could use this flaw to crash the QEMU process on the host, resulting in a denial of service condition.(CVE-2024-3447)


{
  "affected": [
    {
      "ecosystem_specific": {
        "aarch64": [
          "qemu-system-riscv-6.2.0-88.oe2203.aarch64.rpm",
          "qemu-hw-usb-host-6.2.0-88.oe2203.aarch64.rpm",
          "qemu-block-rbd-6.2.0-88.oe2203.aarch64.rpm",
          "qemu-block-ssh-6.2.0-88.oe2203.aarch64.rpm",
          "qemu-img-6.2.0-88.oe2203.aarch64.rpm",
          "qemu-block-curl-6.2.0-88.oe2203.aarch64.rpm",
          "qemu-block-iscsi-6.2.0-88.oe2203.aarch64.rpm",
          "qemu-6.2.0-88.oe2203.aarch64.rpm",
          "qemu-system-aarch64-6.2.0-88.oe2203.aarch64.rpm",
          "qemu-system-arm-6.2.0-88.oe2203.aarch64.rpm",
          "qemu-guest-agent-6.2.0-88.oe2203.aarch64.rpm",
          "qemu-system-x86_64-6.2.0-88.oe2203.aarch64.rpm",
          "qemu-debuginfo-6.2.0-88.oe2203.aarch64.rpm",
          "qemu-debugsource-6.2.0-88.oe2203.aarch64.rpm"
        ],
        "noarch": [
          "qemu-help-6.2.0-88.oe2203.noarch.rpm"
        ],
        "src": [
          "qemu-6.2.0-88.oe2203.src.rpm"
        ],
        "x86_64": [
          "qemu-system-x86_64-6.2.0-88.oe2203.x86_64.rpm",
          "qemu-block-iscsi-6.2.0-88.oe2203.x86_64.rpm",
          "qemu-6.2.0-88.oe2203.x86_64.rpm",
          "qemu-debuginfo-6.2.0-88.oe2203.x86_64.rpm",
          "qemu-system-arm-6.2.0-88.oe2203.x86_64.rpm",
          "qemu-img-6.2.0-88.oe2203.x86_64.rpm",
          "qemu-system-riscv-6.2.0-88.oe2203.x86_64.rpm",
          "qemu-block-ssh-6.2.0-88.oe2203.x86_64.rpm",
          "qemu-debugsource-6.2.0-88.oe2203.x86_64.rpm",
          "qemu-guest-agent-6.2.0-88.oe2203.x86_64.rpm",
          "qemu-seabios-6.2.0-88.oe2203.x86_64.rpm",
          "qemu-block-rbd-6.2.0-88.oe2203.x86_64.rpm",
          "qemu-block-curl-6.2.0-88.oe2203.x86_64.rpm",
          "qemu-hw-usb-host-6.2.0-88.oe2203.x86_64.rpm",
          "qemu-system-aarch64-6.2.0-88.oe2203.x86_64.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:22.03-LTS",
        "name": "qemu",
        "purl": "pkg:rpm/openEuler/qemu\u0026distro=openEuler-22.03-LTS"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.2.0-88.oe2203"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "severity": "High"
  },
  "details": "QEMU is a FAST! processor emulator using dynamic translation to achieve good emulation speed.\r\n\r\nSecurity Fix(es):\r\n\r\nA vulnerability in the lsi53c895a device affects the latest version of qemu. A DMA-MMIO reentrancy problem may lead to memory corruption bugs like stack overflow or use-after-free.(CVE-2023-0330)\r\n\r\nQEMU before 8.2.0 has an integer underflow, and resultant buffer overflow, via a TI command when an expected non-DMA transfer length is less than the length of the available FIFO data. This occurs in esp_do_nodma in hw/scsi/esp.c because of an underflow of async_len.(CVE-2024-24474)\r\n\r\nA double free vulnerability was found in QEMU virtio devices (virtio-gpu, virtio-serial-bus, virtio-crypto), where the mem_reentrancy_guard flag insufficiently protects against DMA reentrancy issues. This issue could allow a malicious privileged guest user to crash the QEMU process on the host, resulting in a denial of service or allow arbitrary code execution within the context of the QEMU process on the host.(CVE-2024-3446)\r\n\r\nA heap-based buffer overflow was found in the SDHCI device emulation of QEMU. The bug is triggered when both `s-\u0026gt;data_count` and the size of  `s-\u0026gt;fifo_buffer` are set to 0x200, leading to an out-of-bound access. A malicious guest could use this flaw to crash the QEMU process on the host, resulting in a denial of service condition.(CVE-2024-3447)",
  "id": "OESA-2024-1491",
  "modified": "2026-08-06T11:06:56Z",
  "published": "2024-04-26T11:06:56Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1491"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0330"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24474"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3446"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3447"
    }
  ],
  "schema_version": "1.7.2",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "qemu security update",
  "upstream": [
    "CVE-2023-0330",
    "CVE-2024-24474",
    "CVE-2024-3446",
    "CVE-2024-3447"
  ]
}



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…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…