← Vulnerability feed

Vulnerability record · CVE-2018-6389 · published 6 February 2018

CVE-2018-6389: WordPress unauthenticated denial of service via script-loader file list

Wordpress · Wordpress

WordPress through 4.9.2 exposes a large list of registered .js files in wp-includes/script-loader.php that unauthenticated attackers can request repeatedly. By constructing a series of requests to load every file many times, an attacker can exhaust server resources and cause a denial of service. The flaw is a resource-consumption issue, not a code execution or data exposure bug.

7.5 CVSS 3.0 High EPSS 73% · top 0.6% CWE-400 · Uncontrolled resource consumption
7.5CVSS 3.0 base score, v2 5.0
73%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
16References, 8 tagged exploit
17 Jun 2026Last modified by NVD

Description

In WordPress through 4.9.2, unauthenticated attackers can cause a denial of service (resource consumption) by using the large list of registered .js files (from wp-includes/script-loader.php) to construct a series of requests to load every file many times.

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 18 September 2026. Confidence: high.

high priorityUnauthenticated, low-complexity network attack with high availability impact and very high EPSS, though not in KEV.

What it is

WordPress through 4.9.2 exposes a large list of registered .js files in wp-includes/script-loader.php that unauthenticated attackers can request repeatedly. By constructing a series of requests to load every file many times, an attacker can exhaust server resources and cause a denial of service. The flaw is a resource-consumption issue, not a code execution or data exposure bug.

Impact

An attacker can degrade or take down a WordPress site by consuming server resources, denying service to legitimate users. There is no confidentiality or integrity impact; only availability is affected.

Attack surface

Reachable over the network via HTTP requests to the WordPress site; no authentication and no user interaction are required, as reflected in the CVSS vector AV:N/AC:L/PR:N/UI:N.

Exploitation

Public exploit code and write-ups are referenced, and EPSS is high (0.72671, 99.4th percentile), but the CVE is not listed in CISA KEV, so confirmed in-the-wild exploitation is not established by this record.

What to do

  • Upgrade WordPress to a version after 4.9.2 where the issue is addressed, or apply the vendor's recommended fix.
  • Deploy a WAF or reverse proxy rule to rate-limit and block repeated requests for wp-includes/js and script-loader.php resources.
  • Use server-level rate limiting and connection limits to blunt high-volume request floods.
  • Monitor and cap resource usage per client IP to reduce the effect of resource-exhaustion attempts.
  • If immediate upgrade is not possible, restrict or cache static .js requests at the edge to reduce backend load.

Detection

  • Alert on high-volume or repetitive HTTP requests to wp-includes/js/*.js and script-loader.php from single IPs or user agents.
  • Monitor web server CPU, memory and connection counts for sudden spikes correlated with static .js request bursts.
  • Review access logs for patterns matching known exploit tools that enumerate the full registered script list.
  • Track 5xx and timeout rates on WordPress hosts as an early indicator of resource exhaustion.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2018-6389 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2026-63030WordPress REST API route confusion leads to SQL injection and RCEWordPress 6.9.x before 6.9.5 and 7.0.x before 7.0.2 contain a REST API batch endpoint route confusion flaw (CWE-436). Chained with the author__not_in…KEVEPSS 10%analysed9.8CVE-2016-10033PHPMailer isMail mailSend argument injection enables remote code executionPHPMailer before 5.2.18 fails to properly sanitize the Sender property in the mailSend function of the isMail transport, allowing a crafted backslash…KEVEPSS 100%analysed5.9CVE-2026-60137WordPress WP_Query author__not_in SQL injectionWordPress core fails to properly sanitise the author__not_in parameter of WP_Query in versions before 6.8.6, 6.9.5 and 7.0.2, allowing SQL injection …KEVEPSS 5.9%analysed10.0CVE-2012-2399Wordpress vulnerabilityCross-site scripting (XSS) vulnerability in swfupload.swf in SWFupload 2.2.0.1 and earlier, as used in WordPress before 3.5.2, TinyMCE Image Manager …EPSS 8.6%10.0CVE-2012-2400Wordpress vulnerabilityUnspecified vulnerability in wp-includes/js/swfobject.js in WordPress before 3.3.2 has unknown impact and attack vectors.EPSS 3.0%10.0CVE-2011-3125Wordpress vulnerabilityUnspecified vulnerability in WordPress 3.1 before 3.1.3 and 3.2 before Beta 2 has unknown impact and attack vectors related to "Various security hard…EPSS 2.4%10.0CVE-2011-3122Wordpress vulnerabilityUnspecified vulnerability in WordPress 3.1 before 3.1.3 and 3.2 before Beta 2 has unknown impact and attack vectors related to "Media security."EPSS 2.6%10.0CVE-2009-2853Wordpress permissions and access controls vulnerabilityWordpress before 2.8.3 allows remote attackers to gain privileges via a direct request to (1) admin-footer.php, (2) edit-category-form.php, (3) edit-…EPSS 4.7%

Source: NIST National Vulnerability Database (record CVE-2018-6389), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.