CVE-2016-20074
Received Received - Intake
Cross-Site Request Forgery in WordPress Lazy Content Slider Plugin

Publication date: 2026-06-15

Last updated on: 2026-06-15

Assigner: VulnCheck

Description
WordPress Lazy Content Slider Plugin 3.4 contains a cross-site request forgery vulnerability that allows attackers to perform unauthorized actions by crafting malicious HTML forms. Attackers can trick authenticated administrators into submitting POST requests to the plugin settings page via lzcs_admin.php to modify plugin configuration parameters like lzcs_color and lzcs_count.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-15
Last Modified
2026-06-15
Generated
2026-06-15
AI Q&A
2026-06-15
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Mitigation Strategies

Immediate mitigation steps include removing or updating the vulnerable Lazy Content Slider Plugin to a version that is not affected by this CSRF vulnerability.

If an update is not available, consider disabling the plugin to prevent exploitation.

Additionally, restrict access to the plugin's admin page (lzcs_admin.php) by implementing proper access controls or web application firewall rules to block unauthorized POST requests.

Educate administrators to avoid submitting suspicious forms or clicking on untrusted links while authenticated.

Executive Summary

The WordPress Lazy Content Slider Plugin version 3.4 contains a Cross-Site Request Forgery (CSRF) vulnerability. This means attackers can create malicious HTML forms that trick authenticated administrators into unknowingly submitting POST requests to the plugin's settings page (lzcs_admin.php). By doing so, attackers can modify plugin configuration parameters such as lzcs_color and lzcs_count without proper authorization.

Impact Analysis

This vulnerability allows attackers to perform unauthorized changes to the plugin's settings by exploiting authenticated administrators. Such unauthorized modifications can alter the appearance or behavior of the Lazy Content Slider on the website, potentially leading to unexpected or malicious content display. Since the attack requires an authenticated admin to be tricked into submitting a form, it can undermine the integrity of the website's configuration and may lead to further security risks.

Detection Guidance

This vulnerability can be detected by checking for the presence of the vulnerable plugin version and monitoring for suspicious POST requests to the plugin's admin interface.

Specifically, look for POST requests targeting the URL path /wp-content/plugins/lazy-content-slider/lzcs_admin.php, which is the vulnerable page.

You can use network monitoring tools or web server logs to identify such requests.

  • Use grep or similar commands on web server logs to find POST requests to lzcs_admin.php, for example: grep 'POST /wp-content/plugins/lazy-content-slider/lzcs_admin.php' /var/log/apache2/access.log
  • Check the installed WordPress plugins and their versions to confirm if Lazy Content Slider Plugin version 3.4 is present.
Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2016-20074. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart