CVE-2025-38617

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-38617
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-38617.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-38617
Downstream
Related
Published
2025-08-22T14:15:46Z
Modified
2025-09-06T13:01:27Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

net/packet: fix a race in packetsetring() and packet_notifier()

When packetsetring() releases po->bindlock, another thread can run packetnotifier() and process an NETDEV_UP event.

This race and the fix are both similar to that of commit 15fe076edea7 ("net/packet: fix a race in packetbind() and packetnotifier()").

There too the packetnotifier NETDEVUP event managed to run while a po->bind_lock critical section had to be temporarily released. And the fix was similarly to temporarily set po->num to zero to keep the socket unhooked until the lock is retaken.

The po->bindlock in packetsetring and packetnotifier precede the introduction of git history.

References

Affected packages