In the Linux kernel, the following vulnerability has been resolved:
wireguard: allowedips: avoid unaligned 64-bit memory accesses
On the parisc platform, the kernel issues kernel warnings because
swap_endian() tries to load a 128-bit IPv6 address from an unaligned
memory location:
Kernel: unaligned access to 0x55f4688c in wg_allowedips_insert_v6+0x2c/0x80 [wireguard] (iir 0xf3010df)
Kernel: unaligned access to 0x55f46884 in wg_allowedips_insert_v6+0x38/0x80 [wireguard] (iir 0xf2010dc)
Avoid such unaligned memory accesses by instead using the
get_unaligned_be64() helper macro.
[Jason: replace src[8] in original patch with src+8]
Security readout for executives and security teams
Plain-English summary
A Linux WireGuard flaw can cause unsafe memory reads when handling IPv6 allowed-address data on parisc systems. The supplied record rates potential availability impact as high, but documents kernel warnings rather than a demonstrated outage. Exposure appears concentrated in systems using the parisc architecture, WireGuard, and IPv6 configuration.
Executive priority
Treat as a targeted high-priority kernel update for parisc WireGuard deployments. Validate those systems promptly and remediate through supported kernel packages. For other architectures, verify vendor applicability before escalating broadly; the supplied evidence does not show active exploitation or confirmed cross-platform impact.
Technical view
WireGuard’s allowedips code used aligned 64-bit loads while reading a potentially unaligned 128-bit IPv6 address on parisc. The kernel fix replaces those accesses with get_unaligned_be64(). The supplied CVSS 3.1 score is 7.5 for network-reachable availability impact, although the source description only confirms unaligned-access warnings.
Likely exposure
Highest likelihood is on affected Linux kernels running parisc with WireGuard enabled and IPv6 allowed-IP entries processed. The bundle lists affected Linux versions but provides ambiguous version formatting, so administrators should confirm applicability through their distribution or kernel vendor rather than infer exact vulnerable ranges.
Exploitation context
The bundle marks this CVE as absent from KEV and provides no evidence of active exploitation or a public exploit. Although the CVSS vector models unauthenticated network access and high availability impact, the technical evidence supplied describes parisc kernel warnings; it does not establish reliable remote denial of service.
Researcher notes
The demonstrated defect is an alignment assumption in WireGuard’s IPv6 allowedips path. The correction uses architecture-safe unaligned big-endian reads. Further analysis should distinguish warning handling from actual service disruption and verify affected version boundaries, because the bundle’s version list is not sufficiently clear for precise range determination.
Mitigation direction
Update to a vendor-supported kernel release that incorporates the referenced WireGuard fix.
Prioritize parisc hosts using WireGuard with IPv6 allowed-IP configuration.
Consult distribution guidance to identify fixed package versions for each deployed kernel line.
Where updating is delayed, assess whether WireGuard or affected IPv6 configuration can be safely disabled.
Validation and detection
Inventory kernel versions, CPU architectures, and systems with WireGuard enabled.
Identify parisc systems configured with IPv6 WireGuard allowed-IP entries.
Compare installed kernels with vendor advisories or the referenced stable fixes.
Review kernel logs for WireGuard unaligned-access warnings.
After updating, confirm the running kernel is the remediated version.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-42247 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.