Bug 2404314

Summary: CVE-2025-59288 python3.14: Playwright Spoofing Vulnerability [fedora-41]
Product: [Fedora] Fedora Reporter: Jon Moroney <jmoroney>
Component: python3.14Assignee: Python Maintainers <python-maint>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 41CC: ksurma, mhroncok, python-maint, python-packagers-sig
Target Milestone: ---Keywords: Security, SecurityTracking
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: {"flaws": ["30097354-a102-495d-bd2c-e353f48c3a2c"]}
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-10-24 08:02:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2403843    

Description Jon Moroney 2025-10-15 21:52:01 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

The following link provides references to all essential vulnerability management information. If something is wrong or missing, please contact a member of PSIRT.
https://spaces.redhat.com/display/PRODSEC/Vulnerability+Management+-+Essential+Documents+for+Engineering+Teams

Comment 1 Miro Hrončok 2025-10-15 23:01:48 UTC
How is this affecting Python 3.14?

Comment 2 Miro Hrončok 2025-10-24 08:02:54 UTC
OK, this is used when testing wasm. We don't use that.

[cpython (3.14 %)]$ rg playwright
Tools/wasm/emscripten/browser_test/run_test.sh
7:echo "Installing playwright browsers" | tee test_log.txt
8:npx playwright install 2>> test_log.txt
10:CI=1 npx playwright test | tee test_log.txt

Tools/wasm/emscripten/browser_test/playwright.config.ts
1:import { defineConfig, devices } from '@playwright/test';

Tools/wasm/emscripten/browser_test/package.json
13:    "@playwright/test": "^1.54.1",
16:    "playwright": "^1.54.1"

Tools/wasm/emscripten/browser_test/package-lock.json
12:        "@playwright/test": "^1.54.1",
15:        "playwright": "^1.54.1"
18:    "node_modules/@playwright/test": {
20:      "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.54.1.tgz",
24:        "playwright": "1.54.1"
27:        "playwright": "cli.js"
470:    "node_modules/playwright": {
472:      "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.1.tgz",
476:        "playwright-core": "1.54.1"
479:        "playwright": "cli.js"
488:    "node_modules/playwright-core": {
490:      "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.1.tgz",
494:        "playwright-core": "cli.js"

Tools/wasm/emscripten/browser_test/index.spec.ts
1:import { test, expect } from '@playwright/test';