Log HTTP Requests

Log HTTP Requests has one disclosed vulnerability in the WordSec catalog, all reported in 2022; it is fixed as of September 2026. Their average CVSS score is 6.1, and the most serious one scores 6.1 out of 10.

The most common weakness is Cross-Site Scripting, behind 1 of the records (100%).

The one issue recorded for Log HTTP Requests has a vendor fix available, so running the current release closes it.

All of these findings were reported by Etan Imanol Castro Aldrete. Log HTTP Requests is installed on roughly 2,000 WordPress sites, so each unpatched flaw has a wide blast radius. The current release is tested up to WordPress 6.8.8.

Strategic Overview

Avg CVSSMedium
6.1/ 10
Patch Coverage100%
Open

0

Fixed

1

Get automatic notifications for all Log HTTP Requests vulnerabilities before they are exploited.

Highest severity on recordCVSS 6.1CVE-2022-3402

Log HTTP Requests <= 1.3.1 - Stored Cross-Site Scripting

Read the full analysis

Vulnerability Records

1 records
Plugin Profile
Latestv1.5.0

Log HTTP Requests

Matt Gibbs

Author

Matt Gibbs

5.0(15)
100/100
Last Updated
2025-11-11 (10mo ago)
Active Installs
2,000+
Downloads
80,242
Requires WP
5.0+
Requires PHP
0+
Tested up to
WP 6.8.8
Created
2017-07-19 (9y ago)

Log and view all WP HTTP requests How long do [core / plugin / theme] update checks take to run? What data about my site is being sent out? What about all those ajax requests? The answers to these questions are just a few clicks away. This plugin logs all WP_HTTP requests and displays them in a table listing for easy viewing. It also stores the runtime of each HTTP request. Available Hooks Customize the length (in days) before older log items are removed: add_filter( 'lhr_expiration_days', function( $days ) { return 7; // default = 1 }); Don’t log items from a specific hostname: add_filter( 'lhr_log_data', function( $data ) { if ( false !== strpos( $data['url'], 'wordpress.org' ) ) { return false; } return $data; }); In the above example, the $data array keys correspond to columns within the lhr_log database table. Important Links Github →

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C