CVE-2025-3071
published 2025-04-02CVE-2025-3071: Inappropriate implementation in Navigations in Google Chrome prior to 135.0.7049.52 allowed a remote attacker who convinced a user to engage in specific UI…
PriorityP425medium5.4CVSS 3.1
AVNACLPRNUIRSUCLILAN
EPSS
0.23%
14.5th percentile
Inappropriate implementation in Navigations in Google Chrome prior to 135.0.7049.52 allowed a remote attacker who convinced a user to engage in specific UI gestures to bypass same origin policy via a crafted HTML page. (Chromium security severity: Low)
Affected
14 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| chromium | chromium | >= 0 < 135.0.7049.52-1~deb12u1 | 135.0.7049.52-1~deb12u1 |
| chromium | chromium | >= 0 < 135.0.7049.52-1 | 135.0.7049.52-1 |
| chromium | chromium | >= 0 < 135.0.7049.52-1 | 135.0.7049.52-1 |
| debian | chromium | < chromium 135.0.7049.52-1~deb12u1 (bookworm) | chromium 135.0.7049.52-1~deb12u1 (bookworm) |
| chrome | < 135.0.7049.52 | 135.0.7049.52 | |
| chrome | >= 135.0.7049.52 < 135.0.7049.52 | 135.0.7049.52 | |
| chrome_chrome | — | — | |
| linux | linux_kernel | >= 5.12.0 < 6.1.160 | 6.1.160 |
| linux | linux_kernel | >= 6.13.0 < 6.17.13 | 6.17.13 |
| linux | linux_kernel | >= 6.18.0 < 6.18.2 | 6.18.2 |
| linux | linux_kernel | >= 6.2.0 < 6.6.120 | 6.6.120 |
| linux | linux_kernel | >= 6.7.0 < 6.12.63 | 6.12.63 |
| msrc | microsoft_edge | — | — |
| paloalto | prisma_browser | — | — |
CVSS provenance
nvdv3.15.4MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
osv5.4MEDIUM
vendor_redhat5.5LOW
vendor_debian5.4MEDIUM
vendor_msrc5.4MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
bpf: Check skb->transport_header is set in bpf_skb_check_mtu
osv·2025-12-24
CVE-2025-68363 bpf: Check skb->transport_header is set in bpf_skb_check_mtu
bpf: Check skb->transport_header is set in bpf_skb_check_mtu
In the Linux kernel, the following vulnerability has been resolved:
bpf: Check skb->transport_header is set in bpf_skb_check_mtu
The bpf_skb_check_mtu helper needs to use skb->transport_header when
the BPF_MTU_CHK_SEGS flag is used:
bpf_skb_check_mtu(skb, ifindex, &mtu_len, 0, BPF_MTU_CHK_SEGS)
The transport_header is not always set. There is a WARN_ON_ONCE
report when CONFIG_DEBUG_NET is enabled + skb->gso_size is set +
bpf_prog_test_run is used:
WARNING: CPU: 1 PID: 2216 at ./include/linux/skbuff.h:3071
skb_gso_validate_network_len
bpf_skb_check_mtu
bpf_prog_3920e25740a41171_tc_chk_segs_flag # A test in the next patch
bpf_test_run
bpf_prog_test_run_skb
For a normal ingress skb (not test_run), skb_reset_transport_header
i
GHSA
GHSA-mf9p-6469-jcwh: Inappropriate implementation in Navigations in Google Chrome prior to 135
ghsa_unreviewed·2025-04-02
CVE-2025-3071 [MEDIUM] CWE-346 GHSA-mf9p-6469-jcwh: Inappropriate implementation in Navigations in Google Chrome prior to 135
Inappropriate implementation in Navigations in Google Chrome prior to 135.0.7049.52 allowed a remote attacker who convinced a user to engage in specific UI gestures to bypass same origin policy via a crafted HTML page. (Chromium security severity: Low)
OSV
CVE-2025-3071: Inappropriate implementation in Navigations in Google Chrome prior to 135
osv·2025-04-02·CVSS 5.4
CVE-2025-3071 [MEDIUM] CVE-2025-3071: Inappropriate implementation in Navigations in Google Chrome prior to 135
Inappropriate implementation in Navigations in Google Chrome prior to 135.0.7049.52 allowed a remote attacker who convinced a user to engage in specific UI gestures to bypass same origin policy via a crafted HTML page. (Chromium security severity: Low)
Red Hat
kernel: bpf: Check skb->transport_header is set in bpf_skb_check_mtu
vendor_redhat·2025-12-24·CVSS 5.5
CVE-2025-68363 [LOW] CWE-908 kernel: bpf: Check skb->transport_header is set in bpf_skb_check_mtu
kernel: bpf: Check skb->transport_header is set in bpf_skb_check_mtu
In the Linux kernel, the following vulnerability has been resolved:
bpf: Check skb->transport_header is set in bpf_skb_check_mtu
The bpf_skb_check_mtu helper needs to use skb->transport_header when
the BPF_MTU_CHK_SEGS flag is used:
bpf_skb_check_mtu(skb, ifindex, &mtu_len, 0, BPF_MTU_CHK_SEGS)
The transport_header is not always set. There is a WARN_ON_ONCE
report when CONFIG_DEBUG_NET is enabled + skb->gso_size is set +
bpf_prog_test_run is used:
WARNING: CPU: 1 PID: 2216 at ./include/linux/skbuff.h:3071
skb_gso_validate_network_len
bpf_skb_check_mtu
bpf_prog_3920e25740a41171_tc_chk_segs_flag # A test in the next patch
bpf_test_run
bpf_prog_test_run_skb
For a normal ingress skb (not test_run), skb_reset_transport_header
Palo Alto
PAN-SA-2025-0009 Chromium: Monthly Vulnerability Update (May 2025)
vendor_paloalto·2025-05-14·CVSS 8.8
[HIGH] PAN-SA-2025-0009 Chromium: Monthly Vulnerability Update (May 2025)
PAN-SA-2025-0009 Chromium: Monthly Vulnerability Update (May 2025)
Palo Alto Networks incorporated the following Chromium security fixes into our products: https://chromereleases.googleblog.com/2025/05/stable-channel-update-for-desktop.html https://chromereleases.googleblog.com/2025/04/stable-channel-update-for-desktop_29.html https://chromereleases.googleblog.com/2025/04/stable-channel-update-for-desktop_8.html https://chromereleases.googleblog.com/2025/04/stable-channel-update-for-desktop.html CVE Summary CVE-2025-3066 Use after free in Site Isolation CVE-2025-3067 Inappropriate implementation in Custom Tabs CVE-2025-3068 Inappropriate implementation in Intents CVE-2025-3069 Inappropriate implementation in Extensions CVE-2025-3070 Insufficient validation of untrusted input in Extensions
Chrome
Stable Channel Update for ChromeOS / ChromeOS Flex: CVE-2025-3071
vendor_chrome·2025-04-17·CVSS 5.4
CVE-2025-3071 [MEDIUM] Stable Channel Update for ChromeOS / ChromeOS Flex: CVE-2025-3071
Stable Channel Update for ChromeOS / ChromeOS Flex
CVE-2025-3071
Microsoft
Chromium: CVE-2025-3071 Inappropriate implementation in Navigations
vendor_msrc·2025-04-08·CVSS 5.4
CVE-2025-3071 [MEDIUM] Chromium: CVE-2025-3071 Inappropriate implementation in Navigations
Chromium: CVE-2025-3071 Inappropriate implementation in Navigations
Description: This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information.
FAQ: Why is this Chrome CVE included in the Security Update Guide?
The vulnerability assigned to this CVE is in Chromium Open Source Software (OSS) which is consumed by Microsoft Edge (Chromium-based). It is being documented in the Security Update Guide to announce that the latest version of Microsoft Edge (Chromium-based) is no longer vulnerable.
How can I see the version of the browser?
In your Microsoft Edge browser, click on the 3 dots (...) on the very right-hand side of the window
Click on Help and Feedback
Click on About Microso
Debian
CVE-2025-3071: chromium - Inappropriate implementation in Navigations in Google Chrome prior to 135.0.7049...
vendor_debian·2025·CVSS 5.4
CVE-2025-3071 [MEDIUM] CVE-2025-3071: chromium - Inappropriate implementation in Navigations in Google Chrome prior to 135.0.7049...
Inappropriate implementation in Navigations in Google Chrome prior to 135.0.7049.52 allowed a remote attacker who convinced a user to engage in specific UI gestures to bypass same origin policy via a crafted HTML page. (Chromium security severity: Low)
Scope: local
bookworm: resolved (fixed in 135.0.7049.52-1~deb12u1)
bullseye: open
forky: resolved (fixed in 135.0.7049.52-1)
sid: resolved (fixed in 135.0.7049.52-1)
trixie: resolved (fixed in 135.0.7049.52-1)
No detection rules found.
No public exploits indexed.
Bleepingcomputer
Microsoft April 2025 Patch Tuesday fixes exploited zero-day, 134 flaws
blogs_bleepingcomputer·2025-04-08·CVSS 7.8
[HIGH] Microsoft April 2025 Patch Tuesday fixes exploited zero-day, 134 flaws
## Microsoft April 2025 Patch Tuesday fixes exploited zero-day, 134 flaws
## Lawrence Abrams
49 Elevation of Privilege Vulnerabilities
9 Security Feature Bypass Vulnerabilities
31 Remote Code Execution Vulnerabilities
17 Information Disclosure Vulnerabilities
14 Denial of Service Vulnerabilities
3 Spoofing Vulnerabilities
The above numbers do not include Mariner flaws and 13 Microsoft Edge vulnerabilities fixed earlier this month.
To learn more about the non-security updates released today, you can review our dedicated articles on the Windows 11 KB5055523 & KB5055528 cumulative updates and the Windows 10 KB5055518 update .
## One actively exploited zero-days
This month's Patch Tuesday fixes one actively exploited zero-day. Microsoft classifies a zero-day flaw as publicly disclos
Bugzilla
CVE-2025-68363 kernel: bpf: Check skb->transport_header is set in bpf_skb_check_mtu
bugzilla·2025-12-24
CVE-2025-68363 [LOW] CVE-2025-68363 kernel: bpf: Check skb->transport_header is set in bpf_skb_check_mtu
CVE-2025-68363 kernel: bpf: Check skb->transport_header is set in bpf_skb_check_mtu
In the Linux kernel, the following vulnerability has been resolved:
bpf: Check skb->transport_header is set in bpf_skb_check_mtu
The bpf_skb_check_mtu helper needs to use skb->transport_header when
the BPF_MTU_CHK_SEGS flag is used:
bpf_skb_check_mtu(skb, ifindex, &mtu_len, 0, BPF_MTU_CHK_SEGS)
The transport_header is not always set. There is a WARN_ON_ONCE
report when CONFIG_DEBUG_NET is enabled + skb->gso_size is set +
bpf_prog_test_run is used:
WARNING: CPU: 1 PID: 2216 at ./include/linux/skbuff.h:3071
skb_gso_validate_network_len
bpf_skb_check_mtu
bpf_prog_3920e25740a41171_tc_chk_segs_flag # A test in the next patch
bpf_test_run
bpf_prog_test_run_skb
For a normal ingress skb (not test_run), skb_r
2025-04-02
Published