← Back to scan
File as GitHub Issue repo: wordpress/wordpress

Push this scan report to wordpress/wordpress

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Server-Side Request Forgery (SSRF) — outbound HTTP from user input

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… wp-admin/js/tags-suggest.js:14
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… wp-admin/js/tags-box.js:65
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). wp-admin/includes/import.php:140
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… wp-admin/async-upload.php:68
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… wp-admin/admin-footer.php:38
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… wp-activate.php:128
HIGH CORE_NO_TESTS No test files found
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED SEC046 [SEC046] Client-side open redirect — window.location = server-supplied URL: Assigning win… wp-admin/js/privacy-tools.js:91
MED AIC008 Vendored upstream framework tree is mixed with application code wp-includes:1
MED AIC008 Vendored upstream framework tree is mixed with application code wp-admin:1
MED CORE_LARGE_FILES Average file size is 519 lines (recommend <300)
MED CORE_NO_CI No CI/CD configuration found
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… wp-admin/js/media-gallery.js:23
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… wp-admin/js/link.js:82
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… wp-admin/js/application-passwords.js:50
LOW AIC003 Duplicated implementation block across source files wp-content/themes/twentysixteen/index.p…:1
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … wp-admin/js/password-strength-meter.js:63
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… wp-admin/js/privacy-tools.js:91
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… wp-admin/js/gallery.js:92
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… wp-admin/js/auth-app.js:86
INFO MINED048 [MINED048] Php Error Suppress: @function() suppresses errors silently. Hides real issues. wp-admin/includes/class-ftp-sockets.php:39
INFO MINED048 [MINED048] Php Error Suppress: @function() suppresses errors silently. Hides real issues. wp-admin/includes/class-ftp-pure.php:39
INFO MINED048 [MINED048] Php Error Suppress: @function() suppresses errors silently. Hides real issues. wp-admin/includes/class-file-upload-upg…:153
INFO MINED053 [MINED053] Placeholder Default Username: [email protected] / [email protected] / admin/admin… wp-admin/contribute.php:22
INFO MINED053 [MINED053] Placeholder Default Username: [email protected] / [email protected] / admin/admin… wp-admin/authorize-application.php:134
INFO MINED053 [MINED053] Placeholder Default Username: [email protected] / [email protected] / admin/admin… wp-admin/async-upload.php:20
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… wp-admin/includes/credits.php:35
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… wp-admin/includes/class-wp-importer.php:151
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… wp-activate.php:159
Reset to top 5 30 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `wordpress/wordpress`

**Score: 68/100 (C-)**  ·  30 findings  ·  scanned 2026-05-20 14:54 UTC  ·  161,514 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 7 |
| MEDIUM | 6 |
| LOW | 4 |

📊 [Full filterable report](https://repobility.com/scan/d9dc5cbb-cc4d-4a84-828d-f7c23a11ff2a/)  ·  ![scorecard](https://repobility.com/scan/d9dc5cbb-cc4d-4a84-828d-f7c23a11ff2a/report.png?v=1779288887-s2)

### Top findings

1. **HIGH** `SEC083` — JS: new RegExp() with non-literal
   `wp-admin/js/tags-suggest.js:14`
2. **HIGH** `SEC083` — JS: new RegExp() with non-literal
   `wp-admin/js/tags-box.js:65`
3. **HIGH** `MINED004` — Weak Crypto
   `wp-admin/includes/import.php:140` · CWE-327 · ✓ Repobility
4. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `wp-admin/async-upload.php:68` · A10:2021 SSRF
5. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `wp-admin/admin-footer.php:38` · A10:2021 SSRF

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/d9dc5cbb-cc4d-4a84-828d-f7c23a11ff2a/_
Megaproject â high spam risk
Could not determine 'wordpress/wordpress' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.
Already filed
27/41 findings (66%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.