Vulnerabilities with Nuclei Scanner Templates
Updated 4h agoSearch and track vulnerabilities with real-time exploit intelligence. Cross-reference CVEs against public exploits from ExploitDB, Metasploit, GitHub, and Nuclei — with CVSS and EPSS scoring, CISA KEV monitoring, and AI-powered exploit analysis.
4,077 results
Clear all
CVE-2023-2986
9.8
CRITICAL
EXPLOITED
2 PoCs
Analysis
NUCLEI
EPSS 0.91
Tychesoftwares Abandoned Cart Lite Fo... - Authentication Bypass
The Abandoned Cart Lite for WooCommerce plugin for WordPress is vulnerable to authentication bypass in versions up to, and including, 5.14.2. This is due to insufficient encryption on the user being supplied during the abandoned cart link decode through the plugin. This allows unauthenticated attackers to log in as users who have abandoned the cart, who are typically customers. Further security hardening was introduced in version 5.15.1 that ensures sites are no longer vulnerable through historical check-out links, and additional hardening was introduced in version 5.15.2 that ensured null key values wouldn't permit the authentication bypass.
CWE-288
Jun 08, 2023
CVE-2022-41678
8.8
HIGH
3 PoCs
Analysis
NUCLEI
EPSS 0.93
Jolokia - RCE
Once an user is authenticated on Jolokia, he can potentially trigger arbitrary code execution.
In details, in ActiveMQ configurations, jetty allows
org.jolokia.http.AgentServlet to handler request to /api/jolokia
org.jolokia.http.HttpRequestHandler#handlePostRequest is able to
create JmxRequest through JSONObject. And calls to
org.jolokia.http.HttpRequestHandler#executeRequest.
Into deeper calling stacks,
org.jolokia.handler.ExecHandler#doHandleRequest can be invoked
through refection. This could lead to RCE through via
various mbeans. One example is unrestricted deserialization in jdk.management.jfr.FlightRecorderMXBeanImpl which exists on Java version above 11.
1 Call newRecording.
2 Call setConfiguration. And a webshell data hides in it.
3 Call startRecording.
4 Call copyTo method. The webshell will be written to a .jsp file.
The mitigation is to restrict (by default) the actions authorized on Jolokia, or disable Jolokia.
A more restrictive Jolokia configuration has been defined in default ActiveMQ distribution. We encourage users to upgrade to ActiveMQ distributions version including updated Jolokia configuration: 5.16.6, 5.17.4, 5.18.0, 6.0.0.
CWE-287
Nov 28, 2023
CVE-2022-1692
9.8
CRITICAL
NUCLEI
EPSS 0.73
Dwbooster CP Image Store With Slideshow < 1.0.68 - SQL Injection
The CP Image Store with Slideshow WordPress plugin before 1.0.68 does not sanitise and escape the ordering_by query parameter before using it in a SQL statement in pages where the [codepeople-image-store] is embed, allowing unauthenticated users to perform an SQL injection attack
CWE-89
Jun 08, 2022
CVE-2022-1453
9.8
CRITICAL
EXPLOITED
NUCLEI
EPSS 0.67
Carrcommunications Rsvpmaker < 9.2.6 - SQL Injection
The RSVPMaker plugin for WordPress is vulnerable to unauthenticated SQL Injection due to missing SQL escaping and parameterization on user supplied data passed to a SQL query in the rsvpmaker-util.php file. This makes it possible for unauthenticated attackers to steal sensitive information from the database in versions up to and including 9.2.5.
CWE-89
May 10, 2022
CVE-2022-0439
8.8
HIGH
1 PoC
Analysis
NUCLEI
EPSS 0.34
Email Subscribers & Newsletters <5.3.2 - SQL Injection
The Email Subscribers & Newsletters WordPress plugin before 5.3.2 does not correctly escape the `order` and `orderby` parameters to the `ajax_fetch_report_list` action, making it vulnerable to blind SQL injection attacks by users with roles as low as Subscriber. Further, it does not have any CSRF protection in place for the action, allowing an attacker to trick any logged in user to perform the action by clicking a link.
CWE-352
Mar 07, 2022
CVE-2022-44588
9.9
CRITICAL
NUCLEI
EPSS 0.34
Blocksera Cryptocurrency Widgets Pack < 1.8.1 - SQL Injection
Unauth. SQL Injection vulnerability in Cryptocurrency Widgets Pack Plugin <=1.8.1 on WordPress.
CWE-89
Dec 15, 2022
CVE-2022-31793
7.5
HIGH
EXPLOITED
1 PoC
Analysis
NUCLEI
EPSS 0.94
Inglorion Muhttpd < 1.1.7 - Path Traversal
do_request in request.c in muhttpd before 1.1.7 allows remote attackers to read arbitrary files by constructing a URL with a single character before a desired path on the filesystem. This occurs because the code skips over the first character when serving files. Arris NVG443, NVG599, NVG589, and NVG510 devices and Arris-derived BGW210 and BGW320 devices are affected.
CWE-22
Aug 04, 2022
CVE-2022-24706
9.8
CRITICAL
KEV
8 PoCs
Analysis
NUCLEI
EPSS 0.94
Apache Couchdb Erlang RCE
In Apache CouchDB prior to 3.2.2, an attacker can access an improperly secured default installation without authenticating and gain admin privileges. The CouchDB documentation has always made recommendations for properly securing an installation, including recommending using a firewall in front of all CouchDB installations.
CWE-1188
Apr 26, 2022
CVE-2022-0543
10.0
CRITICAL
KEV
9 PoCs
Analysis
NUCLEI
EPSS 0.94
Redis Lua Sandbox Escape
It was discovered, that redis, a persistent key-value database, due to a packaging issue, is prone to a (Debian-specific) Lua sandbox escape, which could result in remote code execution.
CWE-862
Feb 18, 2022
CVE-2022-25369
9.8
CRITICAL
EXPLOITED
NUCLEI
EPSS 0.80
Dynamicweb <9.12.8 - Auth Bypass
An issue was discovered in Dynamicweb before 9.12.8. An attacker can add a new administrator user without authentication. This flaw exists due to a logic issue when determining if the setup phases of the product can be run again. Once an attacker is authenticated as the new admin user they have added, it is possible to upload an executable file and achieve command execution. This is fixed in 9.5.9, 9.6.16, 9.7.8, 9.8.11, 9.9.8, 9.10.18, 9.12.8, and 9.13.0 (and later).
CWE-287
Jan 23, 2026
CVE-2022-4971
6.1
MEDIUM
EXPLOITED
NUCLEI
EPSS 0.10
Heateor Sassy Social Share < 3.3.3 - XSS
The Sassy Social Share plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'urls' parameter called via the 'heateor_sss_sharing_count' AJAX action in versions up to, and including, 3.3.3 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
CWE-79
Oct 16, 2024
CVE-2022-45354
5.3
MEDIUM
EXPLOITED
1 PoC
Analysis
NUCLEI
EPSS 0.88
Wpchill Download Monitor < 4.7.60 - Information Disclosure
Exposure of Sensitive Information to an Unauthorized Actor vulnerability in WPChill Download Monitor.This issue affects Download Monitor: from n/a through 4.7.60.
CWE-200
Jan 08, 2024
CVE-2022-34267
9.8
CRITICAL
NUCLEI
EPSS 0.74
RWS Worldserver < 11.7.3 - Authentication Bypass
An issue was discovered in RWS WorldServer before 11.7.3. Adding a token parameter with the value of 02 bypasses all authentication requirements. Arbitrary Java code can be uploaded and executed via a .jar archive to the ws-api/v2/customizations/api endpoint.
CWE-287
Dec 25, 2023
CVE-2022-45365
7.1
HIGH
NUCLEI
EPSS 0.20
Urosevic Stock Ticker < 3.23.2 - XSS
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Aleksandar Urošević Stock Ticker allows Reflected XSS.This issue affects Stock Ticker: from n/a through 3.23.2.
CWE-79
Dec 14, 2023
CVE-2022-45362
7.2
HIGH
NUCLEI
EPSS 0.33
Paytm Payment Gateway < 2.7.0 - SSRF
Server-Side Request Forgery (SSRF) vulnerability in Paytm Paytm Payment Gateway.This issue affects Paytm Payment Gateway: from n/a through 2.7.0.
CWE-918
Dec 07, 2023
CVE-2022-45835
5.8
MEDIUM
EXPLOITED
NUCLEI
EPSS 0.71
Phonepe < 1.0.15 - SSRF
Server-Side Request Forgery (SSRF) vulnerability in PhonePe PhonePe Payment Solutions.This issue affects PhonePe Payment Solutions: from n/a through 1.0.15.
CWE-918
Nov 13, 2023
CVE-2022-45805
9.8
CRITICAL
NUCLEI
EPSS 0.39
Paytm Payment Gateway < 2.7.3 - SQL Injection
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Paytm Paytm Payment Gateway paytm-payments allows SQL Injection.This issue affects Paytm Payment Gateway: from n/a through 2.7.3.
CWE-89
Nov 03, 2023
CVE-2022-39986
9.8
CRITICAL
EXPLOITED
3 PoCs
Analysis
NUCLEI
EPSS 0.93
Raspap < 2.8.7 - Command Injection
A Command injection vulnerability in RaspAP 2.8.0 thru 2.8.7 allows unauthenticated attackers to execute arbitrary commands via the cfg_id parameter in /ajax/openvpn/activate_ovpncfg.php and /ajax/openvpn/del_ovpncfg.php.
CWE-77
Aug 01, 2023
CVE-2022-24627
9.8
CRITICAL
1 PoC
Analysis
NUCLEI
EPSS 0.49
AudioCodes Device Manager Express <7.8.20002.47752 - SQL Injection
An issue was discovered in AudioCodes Device Manager Express through 7.8.20002.47752. It is an unauthenticated SQL injection in the p parameter of the process_login.php login form.
CWE-89
May 29, 2023
CVE-2022-45836
7.1
HIGH
NUCLEI
EPSS 0.07
W3eden Download Manager < 3.2.60 - XSS
Unauth. Reflected Cross-Site Scripting (XSS) vulnerability in W3 Eden, Inc. Download Manager plugin <= 3.2.59 versions.
CWE-79
Apr 18, 2023