Approved changes feed: RSS · Atom

cpe:2.3:o:linux:acrn:*:*:*:*:*:*:*:*

part: o version: * update: *

VendorLinux (f4ceb328-5d50-5b0b-a2e1-fa3f16dc0244)
ProductAcrn (b564b72c-4d8c-5845-8656-ae480697c447)
Edition*
Language*
Software edition*
Target software*
Target hardware*
Other*
NotesImported from purl2cpe mapping

PURL mappings

PURLSourceLast updated
pkg:github/projectacrn/acrn-hypervisor purl2cpe 2026-06-01 10:13:32.838224

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2024-38612 not_vulnerable 2026-06-03 14:56:19.125243 ipv6: sr: fix invalid unregister error path
In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix invalid unregister error path The error path of seg6_init() is wrong in case CONFIG_IPV6_SEG6_LWTUNNEL is not defined. In that case if seg6_hmac_init() fails, the genl_unregister_family() isn't called. This issue exist since commit 46738b1317e1 ("ipv6: sr: add option to control lwtunnel support"), and commit 5559cea2d5aa ("ipv6: sr: fix possible use-after-free and null-ptr-deref") replaced unregister_pernet_subsys() with genl_unregister_family() in this error path.
Published: 2024-06-19T13:56:13.415Z
Updated: 2026-05-12T11:55:09.566Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-38573 vulnerable 2026-06-03 14:56:19.075821 cppc_cpufreq: Fix possible null pointer dereference
In the Linux kernel, the following vulnerability has been resolved: cppc_cpufreq: Fix possible null pointer dereference cppc_cpufreq_get_rate() and hisi_cppc_cpufreq_get_rate() can be called from different places with various parameters. So cpufreq_cpu_get() can return null as 'policy' in some circumstances. Fix this bug by adding null return check. Found by Linux Verification Center (linuxtesting.org) with SVACE.
Published: 2024-06-19T13:35:38.334Z
Updated: 2026-05-11T20:19:19.668Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-27050 not_vulnerable 2026-06-03 14:55:16.542280 libbpf: Use OPTS_SET() macro in bpf_xdp_query()
In the Linux kernel, the following vulnerability has been resolved: libbpf: Use OPTS_SET() macro in bpf_xdp_query() When the feature_flags and xdp_zc_max_segs fields were added to the libbpf bpf_xdp_query_opts, the code writing them did not use the OPTS_SET() macro. This causes libbpf to write to those fields unconditionally, which means that programs compiled against an older version of libbpf (with a smaller size of the bpf_xdp_query_opts struct) will have its stack corrupted by libbpf writing out of bounds. The patch adding the feature_flags field has an early bail out if the feature_flags field is not part of the opts struct (via the OPTS_HAS) macro, but the patch adding xdp_zc_max_segs does not. For consistency, this fix just changes the assignments to both fields to use the OPTS_SET() macro.
Published: 2024-05-01T12:54:35.555Z
Updated: 2026-05-11T20:09:26.059Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-36148 vulnerable 2026-06-03 14:44:57.178441 Details available
An issue was discovered in ACRN before 2.5. dmar_free_irte in hypervisor/arch/x86/vtd.c allows an irte_alloc_bitmap buffer overflow.
Published: 2021-07-02T21:24:05.000Z
Updated: 2024-08-04T00:47:43.811Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-36147 vulnerable 2026-06-03 14:44:57.178183 Details available
An issue was discovered in ACRN before 2.5. It allows a devicemodel/hw/pci/virtio/virtio_net.c virtio_net_ping_rxq NULL pointer dereference for vq->used.
Published: 2021-07-02T21:24:22.000Z
Updated: 2024-08-04T00:47:43.825Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-36146 vulnerable 2026-06-03 14:44:57.177918 Details available
ACRN before 2.5 has a devicemodel/hw/pci/xhci.c NULL Pointer Dereference for a trb pointer.
Published: 2021-07-02T21:24:35.000Z
Updated: 2024-08-04T00:47:43.805Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-36145 vulnerable 2026-06-03 14:44:57.177668 Details available
The Device Model in ACRN through 2.5 has a devicemodel/core/mem.c use-after-free for a freed rb_entry.
Published: 2021-07-02T21:24:48.000Z
Updated: 2024-08-04T00:47:43.839Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-36144 vulnerable 2026-06-03 14:44:57.177374 Details available
The polling timer handler in ACRN before 2.5 has a use-after-free for a freed virtio device, related to devicemodel/hw/pci/virtio/*.c.
Published: 2021-07-02T21:24:57.000Z
Updated: 2024-08-04T00:47:43.840Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-36143 vulnerable 2026-06-03 14:44:57.177019 Details available
ACRN before 2.5 has a hw/pci/virtio/virtio.c vq_endchains NULL Pointer Dereference.
Published: 2021-07-02T21:25:09.000Z
Updated: 2024-08-04T00:47:43.854Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-18844 vulnerable 2026-06-03 14:39:58.087498 Details available
The Device Model in ACRN before 2019w25.5-140000p relies on assert calls in devicemodel/hw/pci/core.c and devicemodel/include/pci_core.h (instead of other mechanisms for propagating error information or diagnostic information), which might allow attackers to cause a denial of service (assertion failure) within pci core. This is fixed in 1.2. 6199e653418e is a mitigation for pre-1.1 versions, whereas 2b3dedfb9ba1 is a mitigation for 1.1.
Published: 2019-11-13T19:12:37.000Z
Updated: 2024-08-05T02:02:39.653Z
Reference links
Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.