Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-52971
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-24 Jun, 2026 | 16:28
Updated At-28 Jun, 2026 | 06:37
Rejected At-
▼CVE Numbering Authority (CNA)
net: ena: PHC: Fix potential use-after-free in get_timestamp

In the Linux kernel, the following vulnerability has been resolved: net: ena: PHC: Fix potential use-after-free in get_timestamp Move the phc->active check and resp pointer assignment to after acquiring the spinlock. Previously, phc->active was checked without holding the lock, and resp was cached from ena_dev->phc.virt_addr before the lock was acquired. If ena_com_phc_destroy() runs between the lockless active check and the lock acquisition, it sets active=false, releases the lock, frees the DMA memory, and sets virt_addr=NULL. The get_timestamp path would then read a NULL virt_addr and dereference it. With both the active check and the pointer read under the lock, destroy cannot free the memory while get_timestamp is using it.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/net/ethernet/amazon/ena/ena_com.c
Default Status
unaffected
Versions
Affected
  • From e0ea34158ee8c4f7536cd781010339ff28c0d24c before 95e8ae9af2a61b4e72f5c585bf4c7d8aaf2a2c98 (git)
  • From e0ea34158ee8c4f7536cd781010339ff28c0d24c before ca9ed40f28949353911dcb524ff8fff2f3409c97 (git)
  • From e0ea34158ee8c4f7536cd781010339ff28c0d24c before e42c755582f0960e684298762f0ab927b3778376 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/net/ethernet/amazon/ena/ena_com.c
Default Status
affected
Versions
Affected
  • 6.17
Unaffected
  • From 0 before 6.17 (semver)
  • From 6.18.33 through 6.18.* (semver)
  • From 7.0.10 through 7.0.* (semver)
  • From 7.1 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
3.17.8HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Version: 3.1
Base score: 7.8
Base severity: HIGH
Vector:
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/95e8ae9af2a61b4e72f5c585bf4c7d8aaf2a2c98
N/A
https://git.kernel.org/stable/c/ca9ed40f28949353911dcb524ff8fff2f3409c97
N/A
https://git.kernel.org/stable/c/e42c755582f0960e684298762f0ab927b3778376
N/A
Hyperlink: https://git.kernel.org/stable/c/95e8ae9af2a61b4e72f5c585bf4c7d8aaf2a2c98
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/ca9ed40f28949353911dcb524ff8fff2f3409c97
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/e42c755582f0960e684298762f0ab927b3778376
Resource: N/A
Details not found