CVE-2025-39925

Aliases:UBUNTU-CVE-2025-39925DEBIAN-CVE-2025-39925CGA-26mp-269j-cm38CGA-27m9-rgp9-64x8CGA-2c37-v9gv-6h45CGA-2chr-mg5m-5994CGA-2mrp-v7gh-h33pCGA-2vhj-483f-h5j3CGA-38vc-xc5q-x296CGA-3j2q-hpvq-x83cCGA-456r-w9xm-hwr4CGA-46r5-6cr2-r59gCGA-4cr5-vr82-9v98CGA-4hvm-7rc6-rj33CGA-4mj4-25qc-g3xhCGA-5gqv-2v8r-w3v5CGA-5p8v-6fhx-ww3rCGA-5rjg-rmg6-86xqCGA-5vrx-gq5m-m333CGA-5wj4-3wcw-qvxvCGA-625f-w6w3-vqhfCGA-6343-23vf-5362CGA-6c46-5ppr-99v9CGA-6wvv-297q-w23cCGA-74xp-jffq-f6r7CGA-78rm-gvgq-p7c2CGA-7q2q-w6xq-f2wcCGA-7v8r-g8p8-224jCGA-7vp8-qjjq-fvxrCGA-85xq-v4c7-wc2pCGA-87g2-968j-5549CGA-8hh6-84mj-97c4CGA-8jgg-pxg4-r9cgCGA-8jp4-wvm5-gm8jCGA-8q3h-pv3p-7qmpCGA-8qr3-wmff-q4r4CGA-8w64-8wj9-p8q7CGA-925m-fw8g-3329CGA-96q3-mqgj-q5pmCGA-9q8h-4r2q-g4mpCGA-9r5f-xgpg-qh2wCGA-9vf7-52rj-vrx3CGA-c4m9-72m7-g65vCGA-c699-cpf4-9wwjCGA-cc23-hhpx-mr5pCGA-cqxm-6cmr-4cw4CGA-cwcv-4vhc-87rhCGA-cwm7-w9f4-qcj6CGA-f23r-wmpm-hx5qCGA-gfw4-rv3f-7xq7CGA-gpq7-pfg5-437wCGA-gxmv-rj2m-mw36CGA-h7h6-wf55-6px8CGA-hpx7-rh4v-945pCGA-hxfw-p42q-m3p5CGA-jh45-2f35-3g6cCGA-jpg9-5mx3-c9wfCGA-m23r-m8m9-g4r5CGA-m2pj-56cq-cx3gCGA-m793-8gqr-v3hfCGA-m947-wmg6-hx4vCGA-m9hq-5229-h2j4CGA-mj66-24qp-4m5fCGA-mjx9-rcmq-8fxrCGA-mpfw-7pgw-6ch8CGA-mpq3-qf3j-87g3CGA-mqcr-8rc3-x9qrCGA-mrpr-hh6v-q8mpCGA-mxrx-jj46-pqv6CGA-p4p2-qvv2-2xg2CGA-p7ph-fc6x-wr26CGA-pfvp-5cj4-p35fCGA-pvc7-2cg8-cv9xCGA-q5mr-q7g8-xvpgCGA-q6j2-5474-4776CGA-q9fm-v98c-q5gwCGA-qfrc-x2gc-5v8qCGA-qpf6-h5vq-vw8qCGA-qrwc-73gh-f3mfCGA-qv6v-j8c3-phccCGA-rqxj-w2rq-vqcpCGA-rr32-mg8p-4m6vCGA-rrj7-6gfv-9hvpCGA-v69g-qjj6-8pfpCGA-v773-52pw-m73wCGA-v7g7-qw7h-h487CGA-v9ph-499r-92prCGA-vcv4-c89g-9pqgCGA-vcww-xw9m-26mpCGA-vf6m-r45v-48p9CGA-vhqg-85g9-hq2cCGA-vm7w-hmqr-hfgcCGA-vphp-fxwq-f9v9CGA-vv72-xj7w-xr95CGA-vwqx-xgh7-5jm2CGA-vx26-2644-8vh4CGA-w2v7-pch8-g76cCGA-w4mc-45v5-cvppCGA-w675-xv2m-x837CGA-wc8h-95jx-44p7CGA-wfc9-jxvv-c5x3CGA-x564-8h3p-mwwvCGA-x7cc-8mx4-wvx4CGA-x97r-xvwx-v749CGA-xc7p-6p5m-87frCGA-xcq6-p3mr-9qxrCGA-xh2j-r9j4-v33hCGA-xh4h-vh9g-jfcmCGA-xmqr-cqwg-4342
Modified
Published: 01 Oct 2025, 08:07
Last modified:02 Sept 2026, 12:49

Vulnerability Summary

Overall Risk (default)
low
22/100
CVSS Score
5.5 MEDIUM
v3.1 (cve.org)
EPSS Score
0.15% LOW
0% probability +0.12%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

01 Oct 2025, 08:07
Published
Vulnerability first disclosed
02 Sept 2026, 12:49
Last Modified
Vulnerability information updated

Description

In the Linux kernel, the following vulnerability has been resolved: can: j1939: implement NETDEV_UNREGISTER notification handler syzbot is reporting unregister_netdevice: waiting for vcan0 to become free. Usage count = 2 problem, for j1939 protocol did not have NETDEV_UNREGISTER notification handler for undoing changes made by j1939_sk_bind(). Commit 25fe97cb7620 ("can: j1939: move j1939_priv_put() into sk_destruct callback") expects that a call to j1939_priv_put() can be unconditionally delayed until j1939_sk_sock_destruct() is called. But we need to call j1939_priv_put() against an extra ref held by j1939_sk_bind() call (as a part of undoing changes made by j1939_sk_bind()) as soon as NETDEV_UNREGISTER notification fires (i.e. before j1939_sk_sock_destruct() is called via j1939_sk_release()). Otherwise, the extra ref on "struct j1939_priv" held by j1939_sk_bind() call prevents "struct net_device" from dropping the usage count to 1; making it impossible for unregister_netdevice() to continue. [mkl: remove space in front of label]

CVSS Metrics

  • v3.1MEDIUMScore: 5.5CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

EPSS Trends

Current EPSS score: 0.15% Percentile: 4%

Affected Systems

  • chainguardlinux-aws-6.12

    < 6.12.76-r0 | < 6.12.69-r0 | < 6.12.77-r0 | < 6.12.63-r0 | < 6.12.71-r0 | < 6.12.74-r1 | < 6.12.77-r2 | < 6.12.68-r1 | < 6.12.62-r2 | < 6.12.74-r0 | < 6.12.65-r0 | < 6.12.67-r0 | < 6.12.77-r1 | < 6.12.65-r1 | < 6.12.72-r0 | < 6.12.80-r0 | < 6.12.66-r0 | < 6.12.65-r2 | < 6.12.68-r0 | < 6.12.70-r0 | < 6.12.62-r1 | < 6.12.72-r1 | < 6.12.78-r0

  • chainguardlinux-azure-6.12

    < 6.12.62-r2 | < 6.12.68-r0 | < 6.12.65-r1 | < 6.12.63-r0 | < 6.12.65-r3 | < 6.12.62-r1 | < 6.12.66-r0 | < 6.12.65-r2 | < 6.12.77-r0 | < 6.12.69-r0 | < 6.12.80-r0 | < 6.12.77-r2 | < 6.12.78-r0 | < 6.12.70-r0 | < 6.12.77-r1 | < 6.12.76-r0 | < 6.12.67-r0 | < 6.12.65-r4 | < 6.12.71-r0 | < 6.12.72-r0 | < 6.12.74-r1 | < 6.12.74-r0

  • chainguardlinux-gcp-6.12

    < 6.12.69-r0 | < 6.12.76-r0 | < 6.12.77-r0 | < 6.12.77-r1 | < 6.12.74-r0 | < 6.12.65-r2 | < 6.12.68-r0 | < 6.12.74-r1 | < 6.12.62-r2 | < 6.12.65-r1 | < 6.12.70-r0 | < 6.12.63-r0 | < 6.12.77-r2 | < 6.12.72-r0 | < 6.12.71-r0 | < 6.12.68-r1 | < 6.12.65-r0 | < 6.12.62-r1 | < 6.12.67-r0 | < 6.12.80-r0 | < 6.12.66-r0 | < 6.12.78-r0

  • chainguardlinux-qemu-6.12

    < 6.12.77-r1 | < 6.12.72-r0 | < 6.12.77-r2 | < 6.12.68-r0 | < 6.12.65-r2 | < 6.12.66-r0 | < 6.12.70-r0 | < 6.12.69-r0 | < 6.12.74-r1 | < 6.12.65-r1 | < 6.12.71-r0 | < 6.12.78-r0 | < 6.12.77-r0 | < 6.12.74-r0 | < 6.12.67-r0 | < 6.12.76-r0 | < 6.12.80-r0

  • chainguardlinux-vmware-6.12

    < 6.12.68-r0 | < 6.12.72-r0 | < 6.12.65-r2 | < 6.12.78-r0 | < 6.12.77-r1 | < 6.12.71-r0 | < 6.12.68-r1 | < 6.12.70-r0 | < 6.12.74-r1 | < 6.12.65-r1 | < 6.12.69-r0 | < 6.12.76-r0 | < 6.12.80-r0 | < 6.12.77-r0 | < 6.12.67-r0 | < 6.12.66-r0 | < 6.12.77-r2 | < 6.12.74-r0

  • debianlinux

    all | all | < 6.1.187-1 | all | < 6.16.8-1

  • ubuntulinux

    all | all | all

  • ubuntulinux-allwinner-5.19

    all

  • ubuntulinux-aws

    all | all | all

  • ubuntulinux-aws-5.0

    all

  • ubuntulinux-aws-5.11

    all

  • ubuntulinux-aws-5.13

    all

  • ubuntulinux-aws-5.15

    all

  • ubuntulinux-aws-5.19

    all

  • ubuntulinux-aws-5.3

    all

  • ubuntulinux-aws-5.4

    all

  • ubuntulinux-aws-5.8

    all

  • ubuntulinux-aws-6.14

    all

  • ubuntulinux-aws-6.2

    all

  • ubuntulinux-aws-6.5

    all

  • ubuntulinux-aws-6.8

    all

  • ubuntulinux-aws-fips

    all

  • ubuntulinux-azure

    all | all | all | all

  • ubuntulinux-azure-5.11

    all

  • ubuntulinux-azure-5.13

    all

  • ubuntulinux-azure-5.15

    all

  • ubuntulinux-azure-5.19

    all

  • ubuntulinux-azure-5.3

    all

  • ubuntulinux-azure-5.4

    all

  • ubuntulinux-azure-5.8

    all

  • ubuntulinux-azure-6.11

    all

  • ubuntulinux-azure-6.14

    all

  • ubuntulinux-azure-6.2

    all

  • ubuntulinux-azure-6.5

    all

  • ubuntulinux-azure-6.8

    all

  • ubuntulinux-azure-edge

    all

  • ubuntulinux-azure-fde

    all | all | all | all

  • ubuntulinux-azure-fde-5.19

    all

  • ubuntulinux-azure-fde-6.14

    all

  • ubuntulinux-azure-fde-6.17

    all

  • ubuntulinux-azure-fde-6.2

    all

  • ubuntulinux-azure-fde-6.8

    all

  • ubuntulinux-azure-fips

    all

  • ubuntulinux-azure-nvidia

    all

  • ubuntulinux-azure-nvidia-6.14

    all

  • ubuntulinux-bluefield

    all | all

  • ubuntulinux-fips

    all

  • ubuntulinux-gcp

    all | all | all | all

  • ubuntulinux-gcp-5.11

    all

  • ubuntulinux-gcp-5.13

    all

Showing first 50 affected entries in server-rendered view.

References (13)