Releases: projectdiscovery/nuclei-templates
Release list
Nuclei Templates v10.4.7 - Release Notes
New Templates Added: 122 | CVEs Added: 49 | First-time contributions: 23
🔥 Release Highlights 🔥
- [CVE-2026-63030] WordPress Core 6.9-7.0.1 - Pre-Auth Batch-Route Confusion (@slcyber, @mielverkerken, @pdteam, @FLX-0x00) [critical] (kev) (vKEV) 🔥
- [CVE-2026-60004] Gitea <= 1.27.0 - Pre-Auth Remote Code Execution (@0x_Akoko) [critical] 🔥
- [CVE-2026-58455] Dockwatch <= 0.6.567 - OS Command Injection (@dhiyaneshdk) [critical] (kev) (vKEV) 🔥
- [CVE-2026-56291] Balbooa Forms < 2.4.1 - Unauth Arbitrary File Upload (@nick Vidovic, @0x_Akoko) [critical] (kev) (vKEV) 🔥
- [CVE-2026-56290] Page Builder CK <= 3.5.10 - Unauth File Upload (@panchiko-p, @0x_Akoko) [critical] (kev) (vKEV) 🔥
- [CVE-2026-48908] Joomla SP Page Builder <= 6.6.1 - Unauth Arbitrary File Upload RCE (@0x_Akoko) [critical] (kev) (vKEV) 🔥
- [CVE-2026-46442] Flowise < 3.1.2 - node-custom-function Unauth RCE (@dhiyaneshdk, @princechaddha) [critical] (kev) (vKEV) 🔥
- [CVE-2026-44825] Apache Solr 9.4.0-9.10.1 / 10.0.0 - Hardcoded Default Credentials (@pdteam, @0x_Akoko) [high] (kev) (vKEV) 🔥
- [CVE-2026-16232] Check Point Security Management Server - SmartConsole Authentication Bypass (@sfewer-r7, @dhiyaneshdk) [critical] (kev) (vKEV) 🔥
- [CVE-2026-15409] SonicWall SMA1000 - Server-Side Request Forgery (@dhiyaneshdk, @rapid7) [critical] (kev) (vKEV) 🔥
- [CVE-2026-9282] W3 Total Cache <= 2.9.4 - Unauth Arbitrary File Read (@0x_Akoko) [high] (kev) (vKEV) 🔥
- [CVE-2026-8732] WP Maps Pro (wp-google-map-gold) <= 6.1.0 - Unauth Administrator Account Creation (@dhiyaneshdk) [critical] (kev) (vKEV) 🔥
- [CVE-2026-8713] Avada (Fusion) Builder <= 3.15.3 - Unauth Arbitrary File Deletion (@rool-machine) [critical] (kev) (vKEV) 🔥
- [CVE-2026-6875] ServiceNow AI Platform - Pre-Auth JavaScript Sandbox Escape RCE (@pdteam, @dhiyaneshdk) [critical] (kev) (vKEV) 🔥
- [CVE-2026-3296] Everest Forms WordPress Plugin <= 3.4.3 - PHP Object Injection (@dhiyaneshdk) [critical] (kev) (vKEV) 🔥
- [CVE-2025-71334] Flowise - Path Traversal (@theamanrawat) [critical] (kev) (vKEV) 🔥
- [CVE-2025-68493] Apache Struts XWork - XML External Entity Injection (@pussycat0x) [high] (kev) (vKEV) 🔥
- [CVE-2025-54988] Apache Tika - XXE Injection (@tx1ee) [critical] 🔥
- [CVE-2025-6389] Sneeit WP Social WordPress Plugin - Unauth RCE via call_user_func (@dhiyaneshdk) [critical] (kev) (vKEV) 🔥
- [CVE-2025-2505] WordPress Age Gate <= 3.5.3 - Unauth Local File Inclusion (@pussycat0x) [critical] (kev) (vKEV) 🔥
- [CVE-2024-56511] DataEase < 2.10.4 - Authentication Bypass via Whitelist Path Traversal (@ChrisJr404) [critical] 🔥
- [CVE-2023-34992] Fortinet FortiSIEM - Unauth Command Injection (@Thacien) [critical] 🔥
What's Changed
Bug Fixes
- Stopped credential-stuffing and token-spray templates from sending their first request when no username, password or token is supplied (PR #16589, Issue #11238).
- Restored missing matcher and extractor values in four templates that silently no-op'd, including CVE-2021-44228, CVE-2021-45046 and CVE-2026-42281 (PR #16661).
- Replaced an unsupported RE2 lookahead that stopped home-env-permission.yaml from loading at all (PR #16664).
- Added the missing capture group to three regex extractors (PR #16665).
- Corrected the extractor part in portal-api-ssrf from interactsh to interactsh_request (PR #16667).
- Corrected the DSL variable in thinkphp6-arbitrary-write from status_2 to status_code_2 (PR #16668).
- Unhid two extractors marked internal that nothing consumed (PR #16669).
- Marked the setup-stage matchers in CVE-2025-2075 as internal (PR #16671).
- Removed an AWS access key ID from a reference URL in CVE-2024-51482.yaml (PR #16616).
- Fixed an intrusive tag typo in CVE-2023-34124.yaml (PR #16675).
- Corrected the id and filename for the IBM DB2 Server template (PR #16688).
- Fixed the severity in directory-listing-no-host-header.yaml (PR #16614).
- Corrected the author field for CVE-2024-23108 (PR #16620).
- Moved CVE-2025-29635 from javascript to http to fix its classification (PR #16636).
- Moved CVE-2021-27877.yaml to the correct folder (PR #16591).
- Renamed Wix-detect.yaml to wix-detect.yaml (PR #16731) and renamed a CVE file to match the naming convention (PR #16730).
- Renamed CVE-2021-45046 to CVE-2021-45046-DAST (PR #16685) and smb-default-creds to smb-default-login (PR #16592).
- Removed superseded and redundant templates: geovision-geowebserver-lfi.yaml (PR #16687), geovision-geowebserver-xss.yaml (PR #16686) and config-json.yaml (PR #16680).
False Negatives
- Fixed mongodb-unauth failing on MongoDB 6.0+ by switching from the removed OP_QUERY opcode to OP_MSG (PR #16454, Issue #16294).
- Fixed CVE-2026-23550 missing WordPress canonical redirects that carry a trailing slash (PR #16566, Issue #16554).
- Improved CVE-2026-63030 with safe route-confusion detection (PR #16658, Issue #16629).
- Reduced false negatives in the exposed-zookeeper template (PR #16579, Issue #11076).
- Extended the unauthenticated-jenkins matcher to cover both dashboard title variants (PR #16575).
- Fixed the langfuse-panel health matcher, which checked the wrong response part (PR #16574).
- Updated twitter-phish.yaml matchers to the current X/Twitter login page markup (PR #16362).
False Positives
- Reduced false positives and improved accuracy in the following templates:
- nfs-v3-exposed, which treated an RPC PROG_UNAVAIL reply as a valid hit (PR #16672, Issue #16662).
- Mailpit < 1.28.2 SMTP CRLF injection, CVE-2026-23829 (PR #16580, Issue #16576).
- CVE-2025-32969, by removing an incorrect content_type matcher (PR #16704).
- CVE-2023-50839, by adding a plugin fingerprint before flagging (PR #16526).
- kiali-panel (PR #16628).
- dameng-detect, switched to a positive signature (PR #16468).
- open-proxy-portscan, now rejects HTML bodies returned by WAFs (PR #16588).
Enhancements
- Refactored airflow-detect.yaml to add an /openapi.json check with stop-at-first-match (PR #16703).
- Added body fuzzing plus POST/PUT method support to the DAST templates (PR #15947).
- Reworked CVE-2024-22476 into a flow-based check with randomised markers (PR #16590).
- Improved the CVE-2026-63030 request payload and tightened its matchers (PR #16682).
- Updated htaccess-config.yaml with .htaccess.bak, .txt and .old paths, dropping stale ones (PR #16706).
- Enriched four Perforce templates with CVE-2026-6043 metadata and references (PR #16349).
- Converted geovision-geowebserver LFI/XSS templates to CVE-2021-47795 (PR #16160, Issue #15275).
- Converted the Bitrix open redirect template to CVE-2008-2052 (PR #16301, Issue #15275).
- Updated the Wix subdomain takeover fingerprint (PR #16551).
- Added the Arista VeloCloud favicon hash to favicon-detect (PR #16677).
- Updated tags in CVE-2026-16232.yaml (PR #16689).
Templates Added
- [CVE-2026-65694] Microweber CMS <= 2.0.20 - Unauth Arbitrary File Read (@0x_Akoko, @abdugafforov-bobur) [high]
- [CVE-2026-63030] WordPress Core 6.9-7.0.1 - Pre-Auth Batch-Route Confusion (@slcyber, @mielverkerken, @pdteam, @FLX-0x00) [critical] (kev) (vKEV) 🔥
- [CVE-2026-60004] Gitea <= 1.27.0 - Pre-Auth Remote Code Execution (@0x_Akoko) [critical] 🔥
- [CVE-2026-58455] Dockwatch <= 0.6.567 - OS Command Injection (@dhiyaneshdk) [critical] (kev) (vKEV) 🔥
- [CVE-2026-56291] Balbooa Forms < 2.4.1 - Unauth Arbitrary File Upload (@nick Vidovic, @0x_Akoko) [critical] (kev) (vKEV) 🔥
- [CVE-2026-56290] Page Builder CK <= 3.5.10 - Unauth Arbitrary File Upload (@panchiko-p, @0x_Akoko) [critical] (kev) (vKEV) 🔥
- [CVE-2026-55450] Langflow < 1.9.1 - Unauth File Upload (@xtr0nix) [critical]
- [CVE-2026-54836] YMC Filter - SQL Injection (@theamanrawat) [critical]
- [CVE-2026-52824] Kimai <= 2.57.0 - Default APP_SECRET Authentication Bypass (@dhiyaneshdk) [critical]
- [CVE-2026-52773] YesWiki Archived Revision - Cross-Site Scripting (@0x_Akoko) [medium]
- [CVE-2026-49952] Discuz! X5.0 - Authentication Bypass (@0x_Akoko) [critical]
- [CVE-2026-48909] Joomla SP LMS <= 4.1.3 - Remote Code Execution (@dhiyaneshdk) [critical]
- [CVE-2026-48908] Joomla SP Page Builder <= 6.6.1 - Unauth Arbitrary File Upload RCE (@0x_Akoko) [critical] (kev) (vKEV) 🔥
- [CVE-2026-46442] Flowise < 3.1.2 - node-custom-function Unauthorized RCE (@dhiyaneshdk, @princechaddha) [critical] (kev) (vKEV) 🔥
- [CVE-2026-44825] Apache Solr 9.4.0-9.10.1 / 10.0.0 - Hardcoded Default Credentials (@pdteam, @0x_Akoko) [high] (kev) (vKEV) 🔥
- [CVE-2026-42796] Arelle < 2.39.10 - Remote Code Execution (@Aryu-RU) [critical]
- [CVE-2026-39468] Meta Box <= 5.11.1 - Arbitrary File Deletion (@iamatownboy) [high]
- [CVE-2026-34036] Dolibarr <=22.0.4 - Local File Inclusion (@y0no) [medium]
- [CVE-2026-33497] Langflow < 1.7.0 - Path Traversal (@xtr0nix) [high]
- [CVE-2026-31831] Tautulli <= 2.16.1 - Path Traversal (@WRG-11) [high]
- [CVE-2026-30623] LiteLLM 1.18.10 - Command Injection (@LEESEUNGSU) [high]
- [CVE-2026-23696] Windmill < 1.603.3 - SQL Injection (@Chocapikk, @dhiyaneshdk) [critical]
- [CVE-2026-22683] Windmill < 1.603.3 - Operator Authorization Bypass (@Chocapikk, @dhiyaneshdk) [high]
- [CVE-2026-16232] Check Point Security Management Server - SmartConsole Authentication Bypass (@sfewer-r7, @dhiyaneshdk) [critical] (kev) (vKEV) 🔥
- [CVE-2026-15409] SonicWall SMA1000 - Server-Side Request Forgery (@dhiyaneshdk, @rapid7) [critical] (kev) (vKEV) 🔥
- [CVE-2026-15094] WP Hotel Booking <= 2.3.2 - Cross-Site Scripting (@SmigsBellamigs) [medium]
- [CVE-2026-9282] W3 Total Cache <= 2.9.4 - Unauth Arbitrary File Read (@0x_Akoko) [high] (kev) (vKEV) 🔥
- [CVE-2026-9198] IBM Langflow - Remote Code Execution (@yeswehack) [critical]
- [CVE-2026-8732] WP Maps Pro (wp-google-map-gold) <= 6.1.0 - Unauth Administrator Account Creation (@dhiyaneshdk) [critical] (kev) (vKEV) 🔥
- [CVE-2026-8713] Avada (F...
Nuclei Templates v10.4.6 - Release Notes
New Templates Added: 74 | CVEs Added: 23 | First-time contributions: 6
🔥 Release Highlights 🔥
- [CVE-2026-52815] Gogs < 0.14.3 - Unauth Organization Teams Disclosure (@0x_Akoko) [low] 🔥
- [CVE-2026-50229] Apache Tomcat - Cross-Site Scripting (@yshahinzadeh, @AmirMSafari) [medium] 🔥
- [CVE-2026-48611] phpBB < 3.3.17 - Auth Bypass (@aikido, @dhiyaneshdk) [critical] 🔥
- [CVE-2026-48313] ColdFusion - Path Traversal (@watchtowr, @dhiyaneshdk) [high] 🔥
- [CVE-2026-48282] Adobe ColdFusion - RDS Arbitrary File Write (@watchtowr, @dhiyaneshdk) [critical] (kev) (vKEV) 🔥
- [CVE-2026-44381] MISP < 2.5.37 - SQL Injection (@malcha) [medium] 🔥
- [CVE-2026-28496] FOSSBilling - Server-Side Template Injection (@dhiyaneshdk) [critical] (vKEV) 🔥
- [CVE-2026-24207] NVIDIA Triton Inference Server <= 26.02 - Auth Bypass (@VixianSchool) [critical] 🔥
- [CVE-2026-22778] vLLM 0.8.3 - 0.14.0 - Information Disclosure (@kenlacroix) [critical] 🔥
- [CVE-2026-13731] WPBot <= 8.4.9 - Cross-Site Scripting (@0x_Akoko) [high] (vKEV) 🔥
- [CVE-2026-8386] WP Go Maps < 10.0.10 - Unauth Marker Information Disclosure (@0x_Akoko) [medium] 🔥
- [CVE-2026-8383] LearnPress < 4.3.7 - Information Disclosure (@0x_Akoko) [medium] 🔥
- [CVE-2026-8037] Progress ADC LoadMaster - Command Injection (@watchtowr, @dhiyaneshdk) [critical] (vKEV) 🔥
- [CVE-2026-3326] XStore Theme < 9.7.3 - SQL Injection (@VixianSchool) [high] 🔥
- [CVE-2026-1890] LeadConnector < 3.0.22 - Unauth Arbitrary Data Write (@0x_Akoko) [medium] (vKEV) 🔥
- [CVE-2025-29635] D-Link DIR-823X set_prohibiting - Command Injection (@pussycat0x) [high] (kev) (vKEV) 🔥
What's Changed
Bug Fixes
- Fixed invalid matcher type in CVE-2025-29635 (PR #16506).
- Corrected incorrect delay seconds in the time-based SQL injection check (PR #16469).
- Fixed typo in tags from 'okiko' to 'okiok' (PR #16425).
- Corrected severity and description in concrete5-installer.yaml (PR #16523).
- Updated GitHub Pages takeover detection templates to reflect the new GitHub policy (Issue #10514).
- Fixed checksum generation ordering so it runs after template signing completes (PR #16450).
- Removed duplicate and obsolete templates: Tomcat exposed-panels duplicates (PR #16530), mikrotik-routeros-old.yaml (PR #16527), and 3dprint-arbitrary-file-upload.yaml (PR #16426).
- Corrected template names and file paths across a set of templates — nuuo-network-login (PR #16547), fuji-xerox-internet-service (PR #16546), trino-unauth-cluster (PR #16560), echo-detect (PR #16559), XOOPS installer (PR #16531), osticket-installer (PR #16529), zoneminder-system-log (PR #16498), unauth-opcache-control-panel (PR #16424), fortiadc-panel (PR #16525), Checkmarx panel (PR #16519), Cisco TelePresence MCU / ServiceGrid / ACE 4710 panels (PRs #16522, #16521, #16520), Avaya Aura System Manager and Communication Manager panels (PRs #16518, #16517), joomla-com-fabrik-lfi (PR #16549), CVE-2016-9299 (PR #16548), and CVE-2025-47188 (PR #16433).
False Negatives
- Fixed regex in CVE-2026-1731 that failed on targets returning company instead of default_company (PR #16545, Issue #16544).
- Extended the Spring Boot heap dump template to cover additional BBO endpoints, catching instances previously missed (PR #16503, Issue #11653).
- Added more selectors to dkim-record-detect.yaml to reduce missed records (PR #16535).
- Added additional Keycloak admin panel paths (PR #16495, Issue #16376).
- Added another Spring Boot Actuator HTTP path (PR #16571).
False Positives
- Reduced false positives and improved accuracy in the following templates:
- CVE-2024-37881 — excluded multiple WordPress endpoints and generic redirects (PRs #16494, #16504, Issue #16423)
- CVE-2024-34351 — corrected wrong detection (PR #16500, Issue #11641)
- Time-based SQL injection detection (PR #16510)
- Casbin MCP Gateway default login (PR #16477)
- dns/caa — now matches only the ANSWER section (PR #16453)
- apache-mod-negotiation-listing.yaml - incorrect severity (Issue #16540)
- CVE-2019-5544 (Issue #16484)
Enhancements
- Improved Inertia.js detection with proximity-bound matchers and additional adapters (PR #16435).
- Refactored the SMB shares enumeration script (PR #16507).
- Updated MinIO default login configuration (PR #16541).
- Updated details, tags, and descriptions in MyBB installer (PR #16528), DzzOffice installer panel (PR #16524), and CVE-2010-4282 remediation (PR #16427).
- Added reference links for CVE-2026-28496 (PR #16514) and CVE-2026-50751 (PR #16550).
- Bumped actions/checkout from 4 to 7 (PR #16444).
Templates Added
- [CVE-2026-59801] 9Router - Unauth LLM Provider API Exposure (@0x_Akoko) [critical]
- [CVE-2026-56782] Gorse < 0.5.10 - Unauth Database Dump (@0x_Akoko) [critical]
- [CVE-2026-52815] Gogs < 0.14.3 - Unauth Organization Teams Disclosure (@0x_Akoko) [low] 🔥
- [CVE-2026-52774] YesWiki Bazar Widget - Reflected XSS via 'id' Parameter (@0x_Akoko) [medium]
- [CVE-2026-50229] Apache Tomcat - Cross-Site Scripting (@yshahinzadeh, @AmirMSafari) [medium] 🔥
- [CVE-2026-48611] phpBB < 3.3.17 - Auth Bypass (@aikido, @dhiyaneshdk) [critical] 🔥
- [CVE-2026-48313] ColdFusion - Path Traversal (@watchtowr, @dhiyaneshdk) [high] 🔥
- [CVE-2026-48282] Adobe ColdFusion - RDS Arbitrary File Write (@watchtowr, @dhiyaneshdk) [critical] (kev) (vKEV) 🔥
- [CVE-2026-46339] 9Router <= 0.4.36 - Unauth RCE (@0x_Akoko) [critical]
- [CVE-2026-44381] MISP < 2.5.37 - SQL Injection (@malcha) [medium] 🔥
- [CVE-2026-34413] Xerte Online Toolkits <= 3.15 - Remote Code Execution (@Aryu-RU) [critical]
- [CVE-2026-30958] OneUptime < 10.0.21 - Path Traversal (@ashvinctrl, @iconnnjka) [high]
- [CVE-2026-28496] FOSSBilling - Server-Side Template Injection (@dhiyaneshdk) [critical] (vKEV) 🔥
- [CVE-2026-24207] NVIDIA Triton Inference Server <= 26.02 - Auth Bypass (@VixianSchool) [critical] 🔥
- [CVE-2026-22778] vLLM 0.8.3 - 0.14.0 - Information Disclosure (@kenlacroix) [critical] 🔥
- [CVE-2026-13731] WPBot <= 8.4.9 - Cross-Site Scripting (@0x_Akoko) [high] (vKEV) 🔥
- [CVE-2026-10823] YMC Filter WordPress - Unauth Post Disclosure (@Hardik-369) [high]
- [CVE-2026-8386] WP Go Maps < 10.0.10 - Unauth Marker Information Disclosure (@0x_Akoko) [medium] 🔥
- [CVE-2026-8383] LearnPress < 4.3.7 - Information Disclosure (@0x_Akoko) [medium] 🔥
- [CVE-2026-8037] Progress ADC LoadMaster - Command Injection (@watchtowr, @dhiyaneshdk) [critical] (vKEV) 🔥
- [CVE-2026-3326] XStore Theme < 9.7.3 - SQL Injection (@VixianSchool) [high] 🔥
- [CVE-2026-1890] LeadConnector < 3.0.22 - Unauth Arbitrary Data Write (@0x_Akoko) [medium] (vKEV) 🔥
- [CVE-2025-29635] D-Link DIR-823X set_prohibiting - Command Injection (@pussycat0x) [high] (kev) (vKEV) 🔥
- [dns-internal-ip-disclosure] Public DNS Resolving to Private IP Addresses (@infosec-asish, @DevamShah) [info]
- [dahua-icc-default-login] Dahua ICC Default Login (@dhiyaneshdk) [high]
- [array-networks-ssl-vpn-panel] Array Networks SSL VPN - Login Panel (@rxerium) [info]
- [aruba-via-vpn-panel] Aruba VIA VPN - Login Panel (@rxerium) [info]
- [cradlepoint-gateway-panel] CradlePoint Gateway - Login Panel (@rxerium) [info]
- [ctrlpanel-panel] CtrlPanel Login Panel - Detect (@theamanrawat) [info]
- [cyberoam-firewall-panel] Cyberoam Firewall - Login Panel (@rxerium) [info]
- [ddwrt-panel] DD-WRT - Router Panel (@rxerium) [info]
- [ecessa-panel] Ecessa WANworX - Login Panel (@rxerium) [info]
- [elfiq-panel] Elfiq Link Balancer - Login Panel (@rxerium) [info]
- [endian-firewall-panel] Endian Firewall - Login Panel (@rxerium) [info]
- [featherpanel-panel] FeatherPanel Panel - Detect (@Th3l0newolf) [info]
- [firemon-asset-manager-panel] FireMon Asset Manager - Login Panel (@rxerium) [info]
- [fortinet-fortianalyzer-panel] Fortinet FortiAnalyzer - Login Panel (@rxerium) [info]
- [headscale-panel] Headscale - Login Panel (@rxerium) [info]
- [hillstone-ssl-vpn-panel] Hillstone Networks SSL VPN - Login Panel (@rxerium) [info]
- [jotty-page-login-panel] jotty·page Login - Panel Detect (@Th3l0newolf) [info]
- [kestra-panel] Kestra Login - Panel Detect (@Th3l0newolf) [info]
- [maxkb-panel] MaxKB Panel - Detect (@rxerium) [info]
- [netgate-pfsenseplus-panel] Netgate pfSense Plus - Login Panel (@rxerium) [info]
- [netsweeper-webadmin-panel] Netsweeper WebAdmin - Login Panel (@rxerium) [info]
- [nuage-networks-vsp-panel] Nokia Nuage Networks VSP - Dashboard Panel (@rxerium) [info]
- [ocserv-panel] OpenConnect VPN Server (ocserv) - Detect (@rxerium) [info]
- [peplink-incontrol-panel] Peplink InControl - Login Panel (@rxerium) [info]
- [qualys-cloud-platform-login] Qualys Cloud Platform Login Panel - Detect (@rxerium) [info]
- [sangfor-iam-panel] Sangfor Internet Access Management - Login Panel (@rxerium) [info]
- [sangfor-ngaf-panel] Sangfor Next-Generation Application Firewall (NGAF) - Login Panel (@rxerium) [info]
- [silver-peak-edgeconnect-panel] Silver Peak / HPE Aruba EdgeConnect - Orchestrator Panel (@rxerium) [info]
- [sma-opcon-panel] SMA OpCon Panel - Detect (@righettod) [info]
- [smoothwall-firewall-panel] Smoothwall Firewall - Login Panel (@rxerium) [info]
- [sonicwall-analytics-panel] SonicWall Analytics - Login Panel (@rxerium) [info]
- [sophos-utm-panel] Sophos UTM User Portal - Login Panel (@rxerium) [info]
- [stormshield-network-security-panel] Stormshield Network Security - Login Panel (@rxerium) [info]
- [thegreenbowvpn-panel] TheGreenBow VPN - Login Panel (@rxerium) [info]
- [trend-micro-deep-security-panel] Trend Micro Deep Security Manager - Login Panel (@rxerium) [info]
- [ubiquiti-edgerouter-panel] Ubiquiti EdgeRouter - Login Panel (@rxerium) [info]
- [unifi-securitygateway-panel] Ubiquiti UniFi Security Gateway - Login Panel (@rxerium) [info]
- [wg-easy-panel] WireGuard Easy (wg-easy) - Login Panel (@rxerium) [info]
- [zywall-usg-pa...
Nuclei Templates v10.4.5 - Release Notes
New Templates Added: 86 | CVEs Added: 64 | First-time contributions: 22
🔥 Release Highlights 🔥
- [CVE-2026-50751] Check Point IKEv1 Remote-Access VPN - Certificate Auth Bypass (@watchtowr, @dhiyaneshdk) [critical] (vKEV) 🔥
- [CVE-2026-49777] WordPress Product Slider Pro for WooCommerce < 3.5.4 - Supply Chain Backdoor RCE (@dhiyaneshdk) [critical] (vKEV) 🔥
- [CVE-2026-48907] Joomla! JCE extension < 2.9.99.5 Unauth RCE (@ywh-jfellus) [critical] (vKEV) 🔥
- [CVE-2026-48710] Starlette - Improper Validation of Unsafe Equivalence in Input (@ritikchaddha) [critical] 🔥
- [CVE-2026-44551] Open WebUI 'LDAP Empty Password' - Auth Bypass (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-44338] PraisonAI - Auth Bypass (@jnoza) [high] (vKEV) 🔥
- [CVE-2026-44262] Scramble Laravel - Remote Code Execution (@joshuavanderpoll) [critical] 🔥
- [CVE-2026-42647] JoomSport <= 5.7.7 - SQL Injection (@theamanrawat) [critical] (vKEV) 🔥
- [CVE-2026-42589] Gotenberg - Command Injection (@fineman999) [critical] (vKEV) 🔥
- [CVE-2026-42271] LiteLLM - Command Injection (@ritikchaddha) [critical] (vKEV) 🔥
- [CVE-2026-42208] LiteLLM - SQL Injection (@HAERIN-L) [critical] (vKEV) 🔥
- [CVE-2026-35273] Oracle PeopleSoft PeopleTools PSEMHUB - Pre-Auth Java Deserialization RCE (@dhiyaneshdk) [critical] (vKEV) 🔥
- [CVE-2026-34910] UniFi OS Server - Command Injection (@Kazgangap) [critical] (vKEV) 🔥
- [CVE-2026-31431] Copy Fail - Linux Kernel Local Privilege Escalation via AF_ALG (@ritikchaddha) [high] (vKEV) 🔥
- [CVE-2026-29059] Windmill/Nextcloud Flow < 1.603.3 - Unauth Path Traversal (@0x_Akoko) [critical] 🔥
- [CVE-2026-27760] OpenCATS - Command Injection (@theamanrawat) [high] (vKEV) 🔥
- [CVE-2026-26190] Milvus - Unauth Metrics API Access (@WRG-11) [critical] 🔥
- [CVE-2026-22557] UniFi Network Application - Path Traversal (@Aryu-RU) [critical] 🔥
- [CVE-2026-20253] Splunk Enterprise & Cloud Platform - Unrestricted File Upload (@watchtowrlabs, @dhiyaneshdk) [critical] (vKEV) 🔥
- [CVE-2026-10795] UpdraftPlus WP Backup & Migration Plugin - Auth Bypass (@theamanrawat, @s4e-io) [high] (vKEV) 🔥
- [CVE-2026-10520] Ivanti Sentry - OS Command Injection (@dhiyaneshdk) [critical] (vKEV) 🔥
- [CVE-2026-5073] WordPress ARMember Premium <= 7.3.1 - Unauth SQL Injection (@dhiyaneshdk) [critical] (vKEV) 🔥
- [CVE-2026-5027] Langflow <= 1.8.4 - Path Traversal to RCE via File Upload (@pussycat0x) [high] (vKEV) 🔥
- [CVE-2026-4480] Samba Printing Subsystem - Remote Code Execution (@projectdiscovery) [critical] 🔥
- [CVE-2026-3300] Everest Forms Pro <= 1.9.12 - Unauth RCE via Calculation Formula Injection (@dhiyaneshdk) [critical] (vKEV) 🔥
- [CVE-2026-3018] WordPress Newsletters <= 4.13 - Unauth SQL Injection (@pussycat0x) [high] (vKEV) 🔥
- [CVE-2026-0257] Palo Alto Networks PAN-OS - Auth Bypass (@dhiyaneshdk, @sfewer-r7) [critical] (vKEV) 🔥
- [CVE-2025-49001] DataEase < 2.10.10 - JWT Auth Bypass (@YunSeoJo, @Aryu-RU) [critical] 🔥
- [CVE-2025-13773] WordPress Print Invoice & Delivery Notes for WooCommerce <= 5.8.0 - Remote Code Execution (@PikaJuna-ops) [critical] (vKEV) 🔥
What's Changed
Bug Fixes
- Fixed invalid double-port URL construction in hpe-autopass-panel where {{Hostname}} was used instead of {{Host}}, producing malformed URLs like hostname:6274:5814/autopass (PR #16316, Issue #16315).
- Fixed incorrect CVE assignment in a contributed template, correcting the CVE ID to match the actual vulnerability (PR #16397, Issue #16388).
- Fixed username variable syntax error in CVE-2026-44551.yaml causing broken authentication attempts (PR #16341).
- Corrected broken reference links in CVE-2020-27361.yaml (PR #16403).
- Fixed typo in tags field of wp-jetpack-ssrf.yaml (PR #16347).
- Moved CVE-2020-14644.yaml to the correct folder in the repository structure (PR #16432).
False Negatives
- Fixed a broken regex in the waf-detect BIG-IP ASM matcher that used start-of-response anchors (\A, ^) against a blob beginning with the HTTP status line — the Set-Cookie: TS… header could never match, causing BIG-IP hosts to be reported as "no WAF" (PR #16437).
- Fixed exposed-dockerd.yaml which could never produce a result because it probed a non-existent endpoint; Docker's Server: header only appears on valid endpoint responses such as /_ping (PR #16332).
- Added detection for CVE-2018-11776 (Apache Struts2 S2-057) configurations that respond with a 302 redirect and embed OGNL output in the Location header, which the template previously missed entirely (PR #16406).
- Fixed false negative detection in CVE-2025-51586 template (PR #16264).
False Positives
- Fixed false positives in CVE-2026-10795 (UpdraftPlus UpdraftCentral auth bypass) where the template incorrectly flagged non-WordPress hosts such as Zimbra webmail servers (PR #16418).
- Fixed false positives in CVE-2020-5776 (Magnolia CMS) template (PR #16408, Issue #16323).
- Fixed false positives in app-manager-default-login where the strings Super Administrator and Add Application appear on the unauthenticated login page, causing the template to fire even when default credentials fail (PR #16398, Issue #12959).
- Fixed ikev2-transforms-enum matcher that always triggered regardless of target (PR #16352, Issue #16351).
- Tightened janitza-umg-panel matcher that was matching on the generic string UMG alone, now requiring Janitza electronics in combination (PR #16344, Issue #16330).
- Added negative matcher to trace-axd-expose.yaml to suppress false positives when ASP.NET returns a 403 (trace endpoint blocked, not exposed) (PR #16329).
- Tightened matcher in aveva-intouch-access-anywhere-panel to eliminate false positives on unrelated hosts (PR #16295).
- Tightened matcher in trendmicro-apexone-panel to prevent false positives on non-Apex One targets (PR #16265).
- Replaced single-request time-based detection in CVE-2023-5652 (WP Hotel Booking) with differential timing to eliminate false positives on high-latency servers (PR #15954).
Enhancements
- Converted the brightsign-dsdws-ssrf workflow template to a properly classified CVE-2020-36884 code template with complete CVE metadata, references, and classification tags while preserving existing detection logic (PR #16260).
Templates Added
- [CVE-2026-55592] Dashy <= 4.3.6 - Reflected XSS via Workspace (@0x_Akoko) [medium]
- [CVE-2026-54236] vLLM <= 0.23.0 - Anthropic Router Heap Address Information Leak (@kenlacroix) [medium]
- [CVE-2026-54157] LobeHub LobeChat <= 2.1.56 - Server-Side Request Forgery (@0xj3st3r) [medium]
- [CVE-2026-54069] SiYuan Note <= 3.6.5 - Auth Bypass (@0x_Akoko) [high]
- [CVE-2026-54066] SiYuan <= 3.6.5 - Unauth Path Traversal (@0x_Akoko) [high]
- [CVE-2026-53787] Magento 2 Amasty Order Attributes < 4.0.0 - Unauth Arbitrary File Upload (@0x_Akoko) [critical] 🔥
- [CVE-2026-50751] Check Point IKEv1 Remote-Access VPN - Certificate Auth Bypass (@watchtowr, @dhiyaneshdk) [critical] (vKEV) 🔥
- [CVE-2026-50230] Lyrion Music Server <= 9.2.0 - Cross-Site Scripting (@0x_Akoko) [medium]
- [CVE-2026-49777] WordPress Product Slider Pro for WooCommerce < 3.5.4 - Supply Chain Backdoor RCE (@dhiyaneshdk) [critical] (vKEV) 🔥
- [CVE-2026-48907] Joomla! JCE extension < 2.9.99.5 Unauth RCE (@ywh-jfellus) [critical] (vKEV) 🔥
- [CVE-2026-48710] Starlette - Improper Validation of Unsafe Equivalence in Input (@ritikchaddha) [critical] 🔥
- [CVE-2026-47717] FUXA 1.3.0 - Unauth ICS/SCADA Project Data Disclosure (@pussycat0x) [high]
- [CVE-2026-47670] DbGate - Remote Code Execution via Dynamic Import Bypass (@theamanrawat) [critical]
- [CVE-2026-46364] phpMyFAQ <= 4.1.1 - SQL Injection (@dhiyaneshdk) [critical]
- [CVE-2026-45397] Open WebUI < 0.9.5 - Information Disclosure (@0x_Akoko) [medium]
- [CVE-2026-45298] Dozzle - Server Side Request Forgery (@theamanrawat) [high]
- [CVE-2026-44551] Open WebUI 'LDAP Empty Password' - Auth Bypass (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-44338] PraisonAI - Auth Bypass (@jnoza) [high] (vKEV) 🔥
- [CVE-2026-44262] Scramble Laravel - Remote Code Execution (@joshuavanderpoll) [critical] 🔥
- [CVE-2026-42647] JoomSport <= 5.7.7 - SQL Injection (@theamanrawat) [critical] (vKEV) 🔥
- [CVE-2026-42589] Gotenberg - Command Injection (@fineman999) [critical] (vKEV) 🔥
- [CVE-2026-42271] LiteLLM - Command Injection (@ritikchaddha) [critical] (vKEV) 🔥
- [CVE-2026-42208] LiteLLM - SQL Injection (@HAERIN-L) [critical] (vKEV) 🔥
- [CVE-2026-41492] Dgraph <= 25.3.2 - Admin Token Disclosure (@divine Balija) [critical]
- [CVE-2026-40151] PraisonAI AgentOS - Information Disclosure (@Aryu-RU) [medium]
- [CVE-2026-35273] Oracle PeopleSoft PeopleTools PSEMHUB - Pre-Auth Java Deserialization RCE (@dhiyaneshdk) [critical] (vKEV) 🔥
- [CVE-2026-34910] UniFi OS Server - Command Injection (@Kazgangap) [critical] (vKEV) 🔥
- [CVE-2026-33476] SiYuan <= v3.6.1 - Path Traversal (@WRG-11) [high]
- [CVE-2026-31431] Copy Fail - Linux Kernel Local Privilege Escalation via AF_ALG (@ritikchaddha) [high] (vKEV) 🔥
- [CVE-2026-29059] Windmill/Nextcloud Flow < 1.603.3 - Unauth Path Traversal (@0x_Akoko) [critical] 🔥
- [CVE-2026-27833] Piwigo < 16.3.0 - Unauth Information Disclosure via History API (@0x_Akoko) [high]
- [CVE-2026-27826] mcp-atlassian < 0.17.0 - Server-Side Request Forgery (@eyangfeng88-arch) [high]
- [CVE-2026-27771] Gitea Container Registry - Unauthorized Private Image Access (@dhiyaneshdk) [high]
- [CVE-2026-27760] OpenCATS - Command Injection (@theamanrawat) [high] (vKEV) 🔥
- [CVE-2026-26190] Milvus - Unauth Metrics API Access (@WRG-11) [critical] 🔥
- [CVE-2026-25555] OpenBullet2 <= 0.3.2 - Auth Bypass (@0x_Akoko) [critical]
- [CVE-2026-25527] changedetection.io <= 0.52.9 - Unauth Path Traversal (@WRG-11) [medium]
- [CVE-2026-22557] UniFi Network Application - Path Traversal (@Aryu-RU) [critical] 🔥
- [CVE-2026-20253] Splunk Enterprise & Cloud ...
Nuclei Templates v10.4.4 - Release Notes
New Templates Added: 179 | CVEs Added: 43 | First-time contributions: 20
🔥 Release Highlights 🔥
- [CVE-2026-47668] DbGate - Remote Code Execution via Anonymous JWT (@benharvey-sage) [critical] 🔥
- [CVE-2026-46725] TYPO3 ceselector Extension - Insecure Deserialization (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-44578] Next.js WebSocket Upgrade Handler - SSRF (@hacktron, @dhiyaneshdk) [high] 🔥
- [CVE-2026-34486] Apache Tomcat Tribes EncryptInterceptor Bypass - Remote Code Execution (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-33453] Apache Camel camel-coap - Remote Code Execution (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-25545] Astro SSR - Server-Side Request Forgery (@ritikchaddha) [high] 🔥
- [CVE-2026-20182] Cisco Catalyst SD-WAN Controller - vHub Auth Bypass (@sfewer-r7, @Crypto-Cat,.) [critical] 🔥 (kev) (vKEV)
- [CVE-2026-9082] Drupal Core - SQL Injection via PostgreSQL Entity Query (@slcyber, @dhiyaneshdk) [critical] 🔥 (kev) (vKEV)
- [CVE-2026-8181] WordPress Burst Statistics 3.4.0-3.4.1.1 - Auth Bypass (@0x_Akoko) [critical] 🔥 (kev) (vKEV)
- [CVE-2026-5718] Drag and Drop Multiple File Upload - CF7 <= 1.3.9.6 - RCE(@zer0p0int) [critical] 🔥 (kev) (vKEV)
- [CVE-2026-4810] Google ADK-Python - Unauthenticated Builder Endpoint (@dwisiswant0) [critical] 🔥
- [CVE-2026-0740] Ninja Forms File Uploads <= 3.3.26 - Arbitrary File Upload (@whattheslime) [critical] 🔥 (kev) (vKEV)
- [CVE-2026-0545] MLflow Job API - Auth Bypass (@dhiyaneshdk) [critical] 🔥
- [CVE-2025-62168] Squid Proxy - HTTP Auth Credentials Disclosure (@xtr0nix) [critical] 🔥
- [CVE-2025-34030] sar2html <=3.2.2 Plot Parameter - Remote Code Execution (@gy741, @TATANKA97) [critical] 🔥 (kev) (vKEV)
- [CVE-2025-32778] Web-Check < 2.0.1 Screenshot API - OS Command Injection (@gugacyber) [critical] 🔥 (kev) (vKEV)
- [CVE-2024-32114] Apache ActiveMQ 6.x < 6.1.2 - Broken Access Control (@ChrisJr404) [high] 🔥 (kev) (vKEV)
What's Changed
Bug Fixes
- Corrected the classification.cve-id mismatch in the CVE-2024-38856 template, which was pointing to CVE-2024-32113 (PR #16277).
- Fixed a YAML parsing failure in gradio-image-ssrf caused by an unclosed string literal in DSL matchers, after the stricter govaluate fork surfaced it (PRs #16171, #16210, #16243).
- Added the missing cve-id classification to CVE-2023-2745 (PR #16152).
- Added the missing words key in CVE-2023-46347, which previously caused a YAML syntax error and prevented execution (PR #16097).
- Resolved a duplicate template id conflict for fortisandbox-panel by renaming the Fortinet-scoped template (PR #16070) and removed the leftover duplicate plus stray contrastapi recon templates as release-prep cleanup (PR #16118).
- Renamed the malware template id from ransomware_windows_hydracrypt for consistency (PR #16114).
- Renamed the eol-magento template id to magento-eol to follow naming conventions (PR #16154).
- Relocated opendcim-detect.yaml out of the non-existent http/detect folder (PR #16266).
- Removed unused extractors from CVE-2025-13418 (PR #16204).
False Negatives
- CVE-2023-2745: removed an unnecessary authentication requirement so the template fires against unauthenticated targets (Issue #16133, PR #16139).
- CVE-2021-40438: added support for custom Interactsh server hostnames so detection no longer requires the oast* naming convention (Issue #12074, PR #16052).
False Positives
- CVE-2026-3844 (Issue #16124, PR #16161).
- CVE-2025-22457 (Issue #15955, PR #16162).
- http-missing-security-headers: dropped the clear-site-data matcher on the base URL (Issue #12008, PR #16050) and unanchored the Content-Type regexes so matches are position-independent (PR #16125).
- workspace-one-uem panel: removed a matcher that misfired on paths placed inside content="" attributes (PR #16117).
Enhancements
- Enhanced CVE-2026-33017 by removing the redundant build_public_tmp exploit request that relied on a null flow UUID (Issue #16134, PR #16149).
- Converted legacy http/vulnerabilities templates to CVE templates as part of the broader cleanup tracked in Issue #15275: sar2html RCE → CVE-2025-34030 (PR #16144), Cloudlog SQLi → CVE-2024-48259 (PR #16146), beward-ipcamera-disclosure → CVE-2019-25246 (PR #16248), bems-api-lfi → CVE-2021-4463 (PR #16249), ozeki-10-sms-gateway → CVE-2023-7327 (PR #16250), and watchguard credentials disclosure → CVE-2020-10532 (PR #16251).
- Normalized classification.cwe-id metadata across HTTP exposure and misconfiguration templates (PR #16062).
- Updated CVE-2022-0218 metadata to remove inaccurate stored-XSS framing and reflect the broken access control nature of the check (PR #16203).
- Updated CVE-2025-62168 template (PR #16242).
- Added the passive tag to CVE-2026-38361 (PR #16202).
- Added redirect options to nginx-eol.yaml (PR #16199).
- Expanded the MSSQL default-login wordlist (PR #16198).
- Added a success-message confirmation for FTP anonymous login (PR #16197).
- Switched the polycom-hdx-web-exposure matcher from contains_all to contains_any for broader coverage (PR #16196).
- Added a 403 status matcher to trace-axd-detect.yaml (PR #16140).
- Migrated the Nuclei GitHub Action workflow to native Node.js (PR #16113).
Templates Added
- [CVE-2026-47668] DbGate - Remote Code Execution via Anonymous JWT (@benharvey-sage) [critical] 🔥
- [CVE-2026-46725] TYPO3 ceselector Extension - Insecure Deserialization (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-46670] YesWiki < 4.6.4 - Unauthenticated SQL Injection (@0x_Akoko) [critical]
- [CVE-2026-46372] SillyTavern - Server-Side Request Forgery (@theamanrawat) [high]
- [CVE-2026-44578] Next.js WebSocket Upgrade Handler - SSRF (@hacktron, @dhiyaneshdk) [high] 🔥
- [CVE-2026-42569] phpVMS < 7.0.6 - Legacy Importer Authorization Bypass (@0x_Akoko) [critical]
- [CVE-2026-42281] MagicMirror <= 2.35.0 - Server-Side Request Forgery (@aleff-github) [critical]
- [CVE-2026-40878] Mailcow < 2026-03b - Href Link Injection (@ritikchaddha) [low] 🔥
- [CVE-2026-39352] Frappe Framework < 16.15.0 - Arbitrary File Read via render_include Path Traversal (@dhiyaneshdk) [medium]
- [CVE-2026-38361] dash-uploader 0.1.0 - 0.7.0a2 - Denial-of-Service via flowTotalChunks (@a1ohadance) [high]
- [CVE-2026-38360] dash-uploader 0.1.0 - 0.7.0a2 - Unauthenticated Arbitrary File Write via Path Traversal (@a1ohadance) [critical]
- [CVE-2026-34847] Hoppscotch <= 2026.2.1 - Open Redirect (@ritikchaddha) [medium]
- [CVE-2026-34486] Apache Tomcat Tribes EncryptInterceptor Bypass - Remote Code Execution (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-33534] EspoCRM <= 9.3.3 - Server-Side Request Forgery (@EntroVyx) [medium]
- [CVE-2026-33453] Apache Camel camel-coap - Remote Code Execution (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-32230] Uptime-Kuma < v1.23.0 - Improper Access Control (@ritikchaddha) [medium]
- [CVE-2026-26341] Tattile Camera < 1.181.5 - Default Login (@0x_Akoko) [high]
- [CVE-2026-25545] Astro SSR - Server-Side Request Forgery (@ritikchaddha) [high] 🔥
- [CVE-2026-20182] Cisco Catalyst SD-WAN Controller - vHub Authentication Bypass (@sfewer-r7, @Crypto-Cat, @pussycat0x, @dhiyaneshdk) [critical] 🔥 (kev) (vKEV)
- [CVE-2026-9082] Drupal Core - Anonymous SQL Injection via PostgreSQL Entity Query (@slcyber, @dhiyaneshdk) [critical] 🔥 (kev) (vKEV)
- [CVE-2026-8679] WordPress AudioIgniter <= 2.0.2 - Unauthenticated IDOR (@0x_Akoko) [high]
- [CVE-2026-8181] WordPress Burst Statistics 3.4.0-3.4.1.1 - Authentication Bypass (@0x_Akoko) [critical] 🔥 (kev) (vKEV)
- [CVE-2026-6433] FlipperCode Custom CSS, JS & PHP <= 2.0.7 - Remote Code Execution (@theamanrawat) [critical]
- [CVE-2026-5718] Drag and Drop Multiple File Upload - CF7 <= 1.3.9.6 - Remote Code Execution (@zer0p0int) [critical] 🔥 (kev) (vKEV)
- [CVE-2026-4810] Google ADK-Python - Unauthenticated Builder Endpoint (@dwisiswant0) [critical] 🔥
- [CVE-2026-0740] Ninja Forms File Uploads <= 3.3.26 - Arbitrary File Upload (@whattheslime) [critical] 🔥 (kev) (vKEV)
- [CVE-2026-0545] MLflow Job API - Authentication Bypass (@dhiyaneshdk) [critical] 🔥
- [CVE-2025-62168] Squid Proxy - HTTP Authentication Credentials Disclosure (@xtr0nix) [critical] 🔥
- [CVE-2025-48157] WordPress Formality Plugin <= 1.5.9 - Local File Inclusion (@pussycat0x) [critical]
- [CVE-2025-47577] TI WooCommerce Wishlist <= 2.9.2 - Arbitrary File Upload (@CEHCVKR) [high]
- [CVE-2025-34030] sar2html <=3.2.2 Plot Parameter - Remote Code Execution (@gy741, @TATANKA97) [critical] 🔥 (kev) (vKEV)
- [CVE-2025-32966] DataEase 2.10.4-2.10.7 - Remote Code Execution (@ChrisJr404) [critical]
- [CVE-2025-32778] Web-Check < 2.0.1 Screenshot API - OS Command Injection (@gugacyber) [critical] 🔥 (kev) (vKEV)
- [CVE-2025-14726] WordPress Widgets for Social Photo Feed <= 1.8 - Information Disclosure (@0x_Akoko) [medium]
- [CVE-2025-12841] WordPress Bookit < 2.5.1 - Unauthenticated Stripe Settings Update (@0x_Akoko) [high]
- [CVE-2024-48259] Cloudlog - SQL Injection (@s4e-io) [high]
- [CVE-2024-36420] Flowise 1.4.3 - Arbitrary File Read (@fineman999) [high] 🔥
- [CVE-2024-32114] Apache ActiveMQ 6.x < 6.1.2 - Broken Access Control (@ChrisJr404) [high] 🔥 (kev) (vKEV)
- [CVE-2024-10763] WordPress Campress Theme <= 1.35 - Unauthenticated Local File Inclusion (@pussycat0x) [critical]
- [CVE-2024-9362] Polyaxon - Unauthenticated Directory Traversal (@Yunseo) [high]
- [CVE-2024-4322] LoLLMS WebUI < 9.8 - Path Traversal (@MJ-bin) [high]
- [CVE-2021-24916] WordPress Qubely < 1.8.6 - Unauthenticated Email Sending (@roberto) [high]
- [CVE-2019-25246] BEWARD N100 H.264 VGA IP Camera M2.1.6 - Arbitrary File Disclosure (@geeknik, @liangtovi-debug) [high]
- [weak-service-binary-permissions] Weak Service Binary Permissions (@domwhewell-sage) [high]
- [android-request-install-packages-permission...
Nuclei Templates v10.4.3 - Release Notes
New Templates Added: 105 | CVEs Added: 62 | First-time contributions: 12
🔥 Release Highlights 🔥
- [CVE-2026-42167] ProFTPD mod_sql - Preauth User Backdoor (@pussycat0x) [high] 🔥
- [CVE-2026-41179] RClone RC - Command Injection (@theamanrawat) [critical] 🔥
- [CVE-2026-41176] Rclone RC - Broken Access Control (@theamanrawat) [critical] 🔥
- [CVE-2026-40466] Apache ActiveMQ - RCE via HTTP Discovery Transport Bypass (@dhiyaneshdk) [high] 🔥
- [CVE-2026-39808] Fortinet FortiSandbox - Command Injection (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-39363] Vite Dev Server - Arbitrary File Read (@theamanrawat) [high] 🔥
- [CVE-2026-35029] LiteLLM - Arbitrary File Read (@theamanrawat) [high] 🔥
- [CVE-2026-33626] LMDeploy - Server-Side Request Forgery (@theamanrawat) [high] (kev) (vKEV) 🔥
- [CVE-2026-33439] OpenAM <= 16.0.5 - Pre-Auth RCE via jato.clientSession Deserialization (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-33032] Nginx UI - Broken Access Control (@dhiyaneshdk) [critical] (kev) (vKEV) 🔥
- [CVE-2026-33017] Langflow < 1.9.0 - Remote Code Execution (@himind) [critical] (kev) (vKEV) 🔥
- [CVE-2026-27174] MajorDoMo - Unauthenticated RCE (@0x_Akoko) [critical] (kev) (vKEV) 🔥
- [CVE-2026-24423] SmarterMail - Remote Code Execution (@jyoti369) [critical] (kev) (vKEV) 🔥
- [CVE-2026-4631] Cockpit Web Console < 360 - Remote Code Execution (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-3844] Breeze <= 2.4.4 - Arbitrary File Upload (@theamanrawat, @ritikchaddha) [critical] (kev) (vKEV) 🔥
- [CVE-2025-13390] WP Directory Kit <= 1.4.4 - Authentication Bypass (@maxthepm) [critical] (kev) (vKEV) 🔥
- [CVE-2021-3152] Home Assistant HACS - Local File Inclusion (@dhiyaneshdk) [high] 🔥
What's Changed
Bug Fixes
- CI: migrated nuclei GitHub action to native Node.js runtime (PR #16061, PR #16049).
- Removed duplicate template for BeyondTrust (PR #16024).
- Removed duplicate matcher line in roundcube-log-disclosure.yaml (PR #16042).
- Corrected invalid cve-id classification field values across templates (PR #16023).
- Fixed invalid CPE format strings across templates (PR #15991, PR #15828).
- Fixed tag formatting in CVE-2024-57727, CVE-2023-38875, CVE-2023-24322 (PR #15989, PR #15897, PR #15899).
- Corrected YAML formatting in Retool postMessage XSS template (PR #15952).
- Fixed file path for CVE-2026-2262 (PR #15998).
- Renamed joomla-htaccess.yaml → joomla-htaccess-file.yaml for clarity (PR #15987).
- Renamed contrastapi-domain-recon.yaml to correct directory (PR #16025).
- Renamed and updated superset-default-login.yaml (PR #15822).
- Release preparation for Nuclei Templates v10.4.2 (PR #15920).
False Negatives
- Fixed FN in tomcat-default-login by ordering payloads to avoid LockOutRealm shunning (PR #16053, Issue #15382).
False Positives
- Reduced false positives and improved accuracy in the following templates:
- ingress-nginx-valid-admission.yaml — added 200-status guard for verbose-debug PHP frameworks (PR #16046, Issue #14248).
- CVE-2024-2473 — verify hidden login URL disclosure to avoid FP on WPS Hide Login (PR #15985, Issue #15871).
- CVE-2019-5544 — fix FP triggered when port 427 is closed (PR #15979, Issue #15098).
- CVE-2023-45648 — bound Tomcat version regex (PR #15459, Issue #15566).
- ldap-anonymous-login-detect.yaml — honor Port parameter instead of forcing 389 (PR #15430, Issue #14736).
- sentry-panel — added title check to prevent FP (PR #15984).
Enhancements
- Added Microsoft domain to mx-service-detector (PR #16030).
- Added registrar extractors to rdap-whois template (PR #15908).
- Added references to CVE-2020-15718 (PR #16058).
- Updated mitel-version-detect.yaml (PR #15839).
- Linked CVE-2021-31589 to existing beyond-trust-xss.yaml (Issue #15273).
Templates Added
- [CVE-2026-42167] ProFTPD mod_sql - Preauth User Backdoor (@pussycat0x) [high] 🔥
- [CVE-2026-42031] CKAN DataStore SQL Search - SQL Injection (@theamanrawat) [high]
- [CVE-2026-41940] cPanel & WHM - Auth Bypass via Session-File CRLF Injection (@watchtowr, @hadrian.io, @dhiyaneshdk) [critical] (kev) (vKEV) 🔥
- [CVE-2026-41641] NocoBase - SQL Injection (@theamanrawat) [high]
- [CVE-2026-41640] NocoBase - SQL Injection (@theamanrawat) [high]
- [CVE-2026-41179] RClone RC - Command Injection (@theamanrawat) [critical] 🔥
- [CVE-2026-41176] Rclone RC - Broken Access Control (@theamanrawat) [critical] 🔥
- [CVE-2026-40887] Vendure Core - SQL Injection (@theamanrawat) [critical]
- [CVE-2026-40466] Apache ActiveMQ - RCE via HTTP Discovery Transport Bypass (@dhiyaneshdk) [high] 🔥
- [CVE-2026-40308] My Calendar WordPress Plugin - Information Disclosure (@theamanrawat) [high]
- [CVE-2026-40242] Arcane <= 1.17.2 - Server-Side Request Forgery (@0x_Akoko) [high]
- [CVE-2026-40105] XWiki - Cross-Site Scripting (@ritikchaddha) [medium] 🔥
- [CVE-2026-39808] Fortinet FortiSandbox - Command Injection (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-39363] Vite Dev Server - Arbitrary File Read (@theamanrawat) [high] 🔥
- [CVE-2026-39339] ChurchCRM - API Authentication Bypass via URL Injection (@AkhilShekhar) [critical]
- [CVE-2026-35029] LiteLLM - Arbitrary File Read (@theamanrawat) [high] 🔥
- [CVE-2026-33626] LMDeploy - Server-Side Request Forgery (@theamanrawat) [high] (kev) (vKEV) 🔥
- [CVE-2026-33439] OpenAM <= 16.0.5 - Pre-Auth RCE via jato.clientSession Deserialization (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-33057] Mesop AI Sandbox <= 1.2.2 - Remote Code Execution (@sammiee5311, @liyander) [critical]
- [CVE-2026-33032] Nginx UI - Broken Access Control (@dhiyaneshdk) [critical] (kev) (vKEV) 🔥
- [CVE-2026-33017] Langflow < 1.9.0 - Remote Code Execution (@himind) [critical] (kev) (vKEV) 🔥
- [CVE-2026-28409] WeGIA <= 3.6.4 - Remote Code Execution (@0x_Akoko) [critical]
- [CVE-2026-27176] MajorDoMo - Cross-Site Scripting (@dhiyaneshdk) [medium]
- [CVE-2026-27174] MajorDoMo - Unauthenticated RCE (@0x_Akoko) [critical] (kev) (vKEV) 🔥
- [CVE-2026-24423] SmarterMail - Remote Code Execution (@jyoti369) [critical] (kev) (vKEV) 🔥
- [CVE-2026-23486] Blinko <= 1.8.3 - User Information Leak (@0x_Akoko) [low]
- [CVE-2026-23483] Blinko <= 1.8.3 - Path Traversal via /plugins (@tx1ee) [medium]
- [CVE-2026-23482] Blinko < 1.8.4 - Path Traversal (@tx1ee) [high]
- [CVE-2026-21484] AnythingLLM - Username Enumeration via Password Recovery (@dhiyaneshdk) [medium] 🔥
- [CVE-2026-4631] Cockpit Web Console < 360 - Remote Code Execution (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-3844] Breeze <= 2.4.4 - Arbitrary File Upload (@theamanrawat, @ritikchaddha) [critical] (kev) (vKEV) 🔥
- [CVE-2026-2262] Easy Appointments <= 3.12.21 - Information Disclosure (@0x_Akoko) [high]
- [CVE-2026-1368] Video Conferencing with Zoom API < 4.6.6 - Unauthenticated SDK Signature Generation (@0x_Akoko) [high]
- [CVE-2026-1314] WordPress 3D FlipBook <= 1.16.17 - Information Disclosure (@theamanrawat) [medium]
- [CVE-2026-0560] LolLMS < 2.2.0 - Server-Side Request Forgery (@ritikchaddha) [high]
- [CVE-2025-69411] ionCube Tester Plus <= 1.3 - Local File Inclusion (@pussycat0x) [high]
- [CVE-2025-62039] AI ChatBot with ChatGPT by AYS <= 2.6.6 - Unauthenticated API Key Exposure (@pussycat0x) [high]
- [CVE-2025-59582] Ajax Load More < 7.6.1 - Unauthenticated Sensitive Information Exposure (@pussycat0x) [medium]
- [CVE-2025-59342] esm.sh <= v136 - Arbitrary File Write via Path Traversal (@0x_Akoko) [medium]
- [CVE-2025-59341] esm.sh <= v136 - Local File Inclusion (@0x_Akoko) [high]
- [CVE-2025-59136] WordPress Gerencianet Oficial <= 3.1.3 - Unauthenticated Order Status Disclosure (@pussycat0x) [medium]
- [CVE-2025-58226] WordPress 3D FlipBook Plugin <= 1.16.17 - Sensitive Information Exposure (@pussycat0x) [medium]
- [CVE-2025-49002] DataEase - Remote Code Execution (@weqi) [high]
- [CVE-2025-41242] Spring Framework - Path Traversal (@dhiyaneshdk) [medium] 🔥
- [CVE-2025-32395] Vite - Path Traversal (@ChrisJr404) [medium] 🔥
- [CVE-2025-23211] Tandoor Recipes < 1.5.24 - Jinja2 SSTI RCE (@sammiee5311) [critical]
- [CVE-2025-13801] Yoco Payments <= 3.8.8 - Path Traversal (@0x_Akoko) [high]
- [CVE-2025-13390] WP Directory Kit <= 1.4.4 - Authentication Bypass (@maxthepm) [critical] (kev) (vKEV) 🔥
- ...
Nuclei Templates v10.4.2 – Release Notes
New Templates Added: 121 | CVEs Added: 61 | First-time contributions: 15
🔥 Release Highlights 🔥
- [CVE-2026-21643] Fortinet FortiClientEMS 7.4.4 - SQL Injection (@ritikchaddha) [critical] 🔥 (kev) (vKEV)
- [CVE-2026-35616] FortiClient EMS - Authentication Bypass (@ritikchaddha) [high] 🔥 (kev) (vKEV)
- [CVE-2026-39987] Marimo <= 0.20.4 - Pre-Auth Terminal WebSocket RCE (@ritikchaddha) [critical] 🔥 (vKEV)
- [CVE-2025-59528] Flowise - Remote Code Execution (@xtr0nix) [critical] 🔥 (vKEV)
- [CVE-2026-3584] WordPress Kali Forms <= 2.4.9 - Remote Code Execution (@pussycat0x) [critical] 🔥 (vKEV)
- [CVE-2026-4020] Gravity SMTP WordPress Plugin - Sensitive Information Exposure (@theamanrawat) [high] 🔥 (vKEV)
- [CVE-2026-34197] Apache ActiveMQ - Remote Code Execution (@dhiyaneshdk, @horizon3) [critical] 🔥
- [CVE-2026-34156] NocoBase - VM Sandbox Escape to Remote Code Execution (@theamanrawat) [critical] 🔥
- [CVE-2026-20079] Cisco Secure Firewall Management Center - Authentication Bypass (@theamanrawat) [critical] 🔥
- [CVE-2026-26980] Ghost CMS Content API - SQL Injection (@domwhewell-sage) [critical] 🔥
- [CVE-2026-4257] WordPress Contact Form by Supsystic - Server-Side Template Injection (@theamanrawat) [critical] 🔥
- [CVE-2026-2699] Progress ShareFile Storage Zones Controller - Authentication Bypass (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-33340] LoLLMs WEBUI - Server-Side Request Forgery (@theamanrawat) [critical] 🔥
- [CVE-2025-67303] ComfyUI-Manager < 3.38 - Configuration Overwrite (@maciejklimek) [critical] 🔥
- [CVE-2024-38819] Spring Framework Path Traversal in Functional Web Frameworks (@dhiyaneshdk) [high] 🔥
What's Changed
Bug Fixes
- Moved CVE-2026-23829 template from incorrect http folder to the network folder (Issue #15633, PR #15738).
- Fixed CVE-ID mismatches in template metadata (PR #15850).
- Fixed invalid CPE formats across multiple HTTP templates (PR #15751).
- Fixed tag formatting in CVE-2023-38875, CVE-2025-11307, CVE-2023-24322, and CVE-2025-4210 templates (PRs #15897, #15898, #15899, #15900).
- Updated CVE-2023-6825 template to correct detection logic (PR #15877).
- Corrected template author attribution from PentesterTN to 0xBassia (PR #15827).
False Negatives
- Fixed false negatives in CVE-2024-8529 (LearnPress SQLi): body matchers were unreliable for blind SQLi responses and a randstr bypass was added to defeat DB query cache (Issue #15768, PR #15844).
False Positives
- Reduced extremely high false positives in credentials-disclosure template caused by over-permissive
[\w-]+value regex with no minimum length enforcement, flagging short UI strings like"ClientSecret":"Client"as credential leaks (Issue #15563, PR #15845). - Reduced false positives in the Apache ActiveMQ Artemis Console Default Login template; tightened matcher to require a valid JSON login response with expected
artemisusername (Issue #15762, PR #15861). - Resolved false positives in molgenis-default-login template triggered by JSESSIONID cookies on custom 404 pages (Issue #12603).
- Removed false positive subdomain takeover detection templates for Netlify, Shopify, Azure Azurewebsites, Cloudapp, and Trafficmanager - these services are no longer vulnerable due to enforced TXT verification, deprecation, or claimed namespace blocking (PR #15724).
- Fixed false positive webpack-config detection triggered by SPA catch-all routing (PR #15869).
- Improved CVE-2022-3254 matchers to reduce false positives on HTML error responses (PR #15840).
- Fixed false positives in CVE-2024-52762 (PR #15833).
- Fixed false positives in CVE-2025-49113 (PR #15777).
Enhancements
- Refactored matchers in CVE-2024-42009 for improved detection accuracy (PR #15835).
- Added and normalized CWE metadata across HTTP templates (PR #15804).
- Added additional EOL version entries to end-of-life detection templates (PR #15891).
- Updated CVE-2025-30208 detection coverage (PR #15784).
Templates Added
- [CVE-2026-39987] Marimo <= 0.20.4 - Pre-Auth Terminal WebSocket RCE (@ritikchaddha) [critical] 🔥 (vKEV)
- [CVE-2026-39365] Vite Dev Server - Path Traversal in Optimized Deps .map Handling (@theamanrawat) [medium] 🔥
- [CVE-2026-39364] Vite Dev Server - Directory Traversal (@ritikchaddha) [high] 🔥
- [CVE-2026-35616] FortiClient EMS - Authentication Bypass (@ritikchaddha) [high] 🔥 (kev) (vKEV)
- [CVE-2026-34885] WordPress Media Library Assistant <= 3.34 - SQL Injection (@theamanrawat) [high] 🔥
- [CVE-2026-34605] SiYuan Note - Cross-Site Scripting (@ritikchaddha) [medium]
- [CVE-2026-34453] SiYuan <= v3.6.1 - Bookmark Data Disclosure (@0x_Akoko) [high]
- [CVE-2026-34197] Apache ActiveMQ - Remote Code Execution (@dhiyaneshdk, @horizon3) [critical] 🔥
- [CVE-2026-34156] NocoBase - VM Sandbox Escape to Remote Code Execution (@theamanrawat) [critical] 🔥
- [CVE-2026-33478] AVideo <= 26.0 - WWBN AVideo - Remote Code Execution (@pussycat0x) [critical]
- [CVE-2026-33340] LoLLMs WEBUI - Server-Side Request Forgery (@theamanrawat) [critical] 🔥
- [CVE-2026-31809] SiYuan <= v3.5.9 - Cross Site Scripting (@0x_Akoko) [medium]
- [CVE-2026-31807] SiYuan <= v3.5.9 - SVG Animate Element XSS (@0x_Akoko) [medium]
- [CVE-2026-30824] Flowise - NVIDIA NIM Endpoints Missing Authentication (@dhiyaneshdk) [high] 🔥
- [CVE-2026-29183] SiYuan Note - Cross-Site Scripting (@ritikchaddha) [medium]
- [CVE-2026-29066] TinaCMS - Path Traversal (@theamanrawat) [medium]
- [CVE-2026-29014] MetInfo CMS <= 8.1 - Remote Code Execution (@0x_Akoko) [critical]
- [CVE-2026-28414] Gradio - Absolute Path Traversal (@0x_Akoko) [high] 🔥
- [CVE-2026-28358] NocoDB - User Enumeration (@dhiyaneshdk) [medium] 🔥
- [CVE-2026-26980] Ghost CMS Content API - SQL Injection (@domwhewell-sage) [critical] 🔥
- [CVE-2026-25616] Blesta <= 5.13.1 - Cross-Site Scripting (@0x_Akoko) [medium]
- [CVE-2026-21643] Fortinet FortiClientEMS 7.4.4 - SQL Injection (@ritikchaddha) [critical] 🔥 (kev) (vKEV)
- [CVE-2026-20079] Cisco Secure Firewall Management Center - Authentication Bypass (@theamanrawat) [critical] 🔥
- [CVE-2026-6203] User Registration & Membership WordPress plugin - Open Redirect (@theamanrawat) [medium] 🔥
- [CVE-2026-6118] AstrBot <= 4.22.1 - Command Injection (@jyoti369) [high]
- [CVE-2026-5615] VvvebJs <= 2.0.5 - Cross-Site Scripting (@theamanrawat) [medium]
- [CVE-2026-4257] WordPress Contact Form by Supsystic - Server-Side Template Injection (@theamanrawat) [critical] 🔥
- [CVE-2026-4106] HT Mega < 3.0.7 - Sensitive Information Disclosure (@efetr) [high] 🔥
- [CVE-2026-4020] Gravity SMTP WordPress Plugin - Sensitive Information Exposure (@theamanrawat) [high] 🔥 (vKEV)
- [CVE-2026-3584] WordPress Kali Forms <= 2.4.9 - Remote Code Execution (@pussycat0x) [critical] 🔥 (vKEV)
- [CVE-2026-3396] WCAPF WooCommerce Ajax Product Filter - SQL Injection (@theamanrawat) [high] 🔥
- [CVE-2026-2699] Progress ShareFile Storage Zones Controller - Authentication Bypass (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-2416] Geo Mashup <= 1.13.17 - SQL Injection (@Shivam Kamboj) [high]
- [CVE-2025-67303] ComfyUI-Manager < 3.38 - Configuration Overwrite (@maciejklimek) [critical] 🔥
- [CVE-2025-64500] Symfony HttpFoundation - Access Control Bypass via PATH_INFO (@dhiyaneshdk) [high] 🔥
- [CVE-2025-59528] Flowise - Remote Code Execution (@xtr0nix) [critical] 🔥 (vKEV)
- [CVE-2025-55150] Stirling-PDF < 1.1.0 - Server-Side Request Forgery (@weqi) [high] 🔥
- [CVE-2025-54597] Heimdall Application Dashboard < 2.7.3 - Reflected XSS (@0x_Akoko) [medium]
- [CVE-2025-53533] Pi-hole Reflected XSS in 404-Error Page (@dhiyaneshdk) [medium] 🔥
- [CVE-2025-50578] Heimdall - Host Header Injection & Open Redirect (@dhiyaneshdk) [medium]
- [CVE-2025-32614] EventON Lite <= 2.4 - Authenticated Local File Inclusion (@pussycat0x) [high] 🔥
- [CVE-2025-14340] Payara Server - Cross-Site Scripting (@0x_Akoko, @0xr2r) [high] 🔥
- [CVE-2025-14124] Team WordPress Plugin (TLP Team) <= 5.0.9 - SQL Injection (@neosmith1, @0x_Akoko) [high] 🔥
- [CVE-2025-13652] WordPress CBX Bookmark & Favorite Plugin <= 2.0.4 - SQL Injection (@neosmith1) [critical] 🔥
- [CVE-2025-12536] SureForms <= 1.13.1 - Sensitive Information Exposure (@pussycat0x) [medium] 🔥
- [CVE-2025-5350] WSO2 - Server Side Request Forgery (@sourabh Grover) [medium] 🔥
- [CVE-2025-2558] WordPress The Wound Theme <= 0.0.1 - Local File Inclusion (@pussycat0x) [high]
- [CVE-2025-2221] WordPress WPCOM Member <= 1.7.6 - SQL Injection (@neosmith1, @0x_Akoko) [high] 🔥
- [CVE-2024-49357] ZimaOS <= v1.2.4 - Sensitive Information Disclosure (@dhiyaneshdk) [high]
- [CVE-2024-38819] Spring Framework Path Traversal in Functional Web Frameworks (@dhiyaneshdk) [high] 🔥
- [CVE-2024-28752] Apache CXF < 4.0.4 - Aegis DataBinding SSRF / Local File Read (@maciejklimek) [high] 🔥
- [CVE-2024-8252] WordPress Clean Login <= 1.14.5 Authenticated (Contributor+) - Local File Inclusion (@pussycat0x) [high] 🔥
...
Nuclei Templates v10.4.1 – Release Notes
New Templates Added: 76 | CVEs Added: 42 | First-time contributions: 10
🔥 Release Highlights 🔥
- [CVE-2026-32596] Glances - Information Disclosure (@theamanrawat) [high] 🔥
- [CVE-2026-31816] Budibase - Authentication Bypass (@theamanrawat) [critical] 🔥
- [CVE-2026-27483] MindsDB - Remote Code Execution (@thewhiteh4t) [high] 🔥
- [CVE-2026-24477] AnythingLLM - Information Disclosure (@dhiyaneshdk) [high] 🔥
- [CVE-2026-22739] Spring Cloud Config Server - Path Traversal (@0x_Akoko, @vulnh0lic) [high] 🔥
- [CVE-2026-21445] Langflow - Broken Access Control (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-3055] Citrix NetScaler SAML IDP - Memory Overread (@watchtowr, @shaikhyaser, @dhiyaneshdk) [critical] (kev) (vKEV) 🔥
- [CVE-2026-1581] wpForo Forum <= 2.4.14 - SQL Injection (@Shivam Kamboj) [critical] (kev) (vKEV) 🔥
- [CVE-2025-71260] BMC FootPrints - Deserialization of Untrusted Data (RCE) (@watchtowr, @dhiyaneshdk) [critical] 🔥
- [CVE-2025-68043] LottieFiles WordPress Plugin <= 3.0.0 - Missing Authorization (@pussycat0x) [high] 🔥
- [CVE-2025-32463] Sudo - Local Privilege Escalation via chroot (@SeungAh-Hong) [critical] (kev) (vKEV) 🔥
- [CVE-2025-14437] WordPress Hummingbird <= 3.18.0 - Sensitive Information Exposure via Log File (@pussycat0x) [high] 🔥
- [CVE-2025-6984] langchain-ai langchain - XML External Entity Injection (@nukunga) [high] 🔥
- [CVE-2025-5947] Service Finder Bookings - Authentication Bypass (@sedat4ras) [critical] (kev) (vKEV) 🔥
- [CVE-2024-43144] Cost Calculator Builder <= 3.2.15 - SQL Injection (@Shivam Kamboj) [critical] 🔥
- [CVE-2023-34092] Vite Dev Server - Information Exposure (@ritikchaddha) [high] 🔥
What's Changed
Bug Fixes
- Fixed invalid hostname generation affecting template execution (PR #15641, Issue #15624).
- Fixed extractor DSL by adding a missing condition (PR #15729).
- Moved CVE-2026-23829 from http to the correct network folder (PR #15738, Issue #15633).
- Fixed reference URLs in CVE-2025-66516 (PR #15646).
False Negatives
- Improved detection in FTP Service - Credential Weakness template, reducing underreporting (PR #15726, Issue
#15681). - Addressed false negative in CVE-2024-3273 detection (Issue #15654).
- Addressed false negative in CVE-2021-25032 detection (Issue #13647).
False Positives
- Reduced false positives and improved accuracy in the following templates:
- CVE-2025-71243 — excluded pages that echo back user input (PR #15665).
- CVE-2025-66516 — tightened matcher logic (PR #15581).
- CVE-2023-5652 (PR #15622).
- CVE-2023-7337 (PR #15620).
- CVE-2022-21587 — added matchers-condition: and (PR #15621).
- CVE-2009-1872 ColdFusion fingerprint (PR #15601).
- CVE-2002-1131 SquirrelMail fingerprint (PR #15595).
- CVE-2021-35042 (Issue #15241).
- flexnet-operations-panel — reduced high false positive rate (PR #15600).
- mercurial-hgignore — added text/xml and <?xml to negative matchers (PR #15623).
- aws-bucket-takeover — excluded S3 account regional namespace buckets (PR #15608).
- hubspot-takeover — switched to header-based detection for NotFoundResolver (PR #15583).
Enhancements
- Enriched classification metadata and renamed CVE-2020-15718 (PR #15677).
- Updated classification metadata for CVE-2024-55550 (PR #15666).
- Updated classification metadata for CVE-2024-13726 (PR #15648).
- Updated apache-activemq-artemis-detect.yaml detection logic (PR #15717).
- Applied AI-assisted tagging improvements across multiple templates (PR #15571).
Templates Added
- [CVE-2026-33868] Mastodon - Open Redirect (@theamanrawat) [medium] 🔥
- [CVE-2026-32596] Glances - Information Disclosure (@theamanrawat) [high] 🔥
- [CVE-2026-32583] Webnus Inc. Modern Events Calendar - Broken Access Control (@theamanrawat) [medium] 🔥
- [CVE-2026-31816] Budibase - Authentication Bypass (@theamanrawat) [critical] 🔥
- [CVE-2026-30928] Glances - Information Disclosure (@theamanrawat) [high] 🔥
- [CVE-2026-28288] Dify User Enumeration via Observable Response Discrepancy (@dhiyaneshdk) [medium] 🔥
- [CVE-2026-27483] MindsDB - Remote Code Execution (@thewhiteh4t) [high] 🔥
- [CVE-2026-24477] AnythingLLM - Information Disclosure (@dhiyaneshdk) [high] 🔥
- [CVE-2026-22739] Spring Cloud Config Server - Path Traversal (@0x_Akoko, @vulnh0lic) [high] 🔥
- [CVE-2026-21445] Langflow - Broken Access Control (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-3055] Citrix NetScaler SAML IDP - Memory Overread (@watchtowr, @shaikhyaser, @dhiyaneshdk) [critical] (kev) (vKEV) 🔥
- [CVE-2026-2025] Mail Mint < 1.19.5 - Unauthenticated Email Disclosure (@0x_Akoko) [high]
- [CVE-2026-1581] wpForo Forum <= 2.4.14 - SQL Injection (@Shivam Kamboj) [critical] (kev) (vKEV) 🔥
- [CVE-2026-1557] WP Responsive Images <= 1.0 - Arbitrary File Read (@Shivam Kamboj) [high]
- [CVE-2026-1405] WordPress Slider Future <= 1.0.5 - Unauthenticated Arbitrary File Upload (@pussycat0x) [critical]
- [CVE-2026-1306] WordPress midi-Synth <= 1.1.0 - Unauthenticated Arbitrary File Upload (@pussycat0x) [critical]
- [CVE-2026-1296] Frontend Post Submission Manager Lite <= 1.2.7 - Open Redirect (@Shivam Kamboj) [medium]
- [CVE-2026-1277] URL Shortify <= 1.12.1 - Open Redirect (@Shivam Kamboj) [medium]
- [CVE-2026-0926] Prodigy Commerce <= 3.3.0 - Local File Inclusion (@Shivam Kamboj) [critical]
- [CVE-2025-71260] BMC FootPrints - Deserialization of Untrusted Data (RCE) (@watchtowr, @dhiyaneshdk) [critical] 🔥
- [CVE-2025-71259] BMC FootPrints 'feedUrl' - Server-Side Request Forgery (@watchtowr, @dhiyaneshdk) [high] 🔥
- [CVE-2025-71258] BMC FootPrints 'searchWeb' - Server-Side Request Forgery (@watchtowr, @dhiyaneshdk) [high] 🔥
- [CVE-2025-71257] BMC FootPrints - Authentication Bypass (@watchtowr, @dhiyaneshdk) [medium] 🔥
- [CVE-2025-68602] Accept Donations with PayPal <= 1.5.2 - Open Redirect (@Shivam Kamboj) [medium]
- [CVE-2025-68043] LottieFiles WordPress Plugin <= 3.0.0 - Missing Authorization (@pussycat0x) [high] 🔥
- [CVE-2025-62512] Piwigo - User Enumeration via Password Reset (@dhiyaneshdk) [medium] 🔥
- [CVE-2025-62126] WordPress Varnish/Nginx Proxy Caching <= 1.8.3 - Information Exposure (@pussycat0x) [medium]
- [CVE-2025-59716] ownCloud Guests - User Enumeration (@dhiyaneshdk) [medium] 🔥
- [CVE-2025-58044] JumpServer - Open Redirect via Referer Header (@dhiyaneshdk) [medium] 🔥
- [CVE-2025-54793] Astro SSR - Open Redirect (@dhiyaneshdk) [medium] 🔥
- [CVE-2025-46565] Vite Dev Server - Information Exposure (@ritikchaddha) [medium] 🔥
- [CVE-2025-32463] Sudo - Local Privilege Escalation via chroot (@SeungAh-Hong) [critical] (kev) (vKEV) 🔥
- [CVE-2025-14437] WordPress Hummingbird <= 3.18.0 - Sensitive Information Exposure via Log File (@p...
Nuclei Templates v10.4.0 – Release Notes
New Templates Added: 94 | CVEs Added: 47 | First-time contributions: 12
🔥 Release Highlights 🔥
- [CVE-2026-27971] Qwik - Unauthenticated RCE via server$ Deserialization (@omarkurt) [critical] 🔥
- [CVE-2026-27944] Nginx UI < 2.3.3 - Information Disclosure (@omarkurt) [critical] 🔥
- [CVE-2026-1603] Ivanti Endpoint Manager - Authentication Bypass (@dhiyaneshdk, @watchtowrlabs) [high] (KEV) (vKEV) 🔥
- [CVE-2026-1492] WP User Registration & Membership <= 5.1.2 - Unauth Privilege Escalation (@omarkurt) [critical] (vKEV) 🔥
- [CVE-2026-1357] WPvivid Backup & Migration <= 0.9.123 - Arbitrary File Upload (@omarkurt) [critical] (vKEV) 🔥
- [CVE-2026-0770] Langflow < 1.3.0 - Remote Code Execution via validate_code() exec() (@affix) [critical] (vKEV) 🔥
- [CVE-2025-71243] SPIP Saisies - Remote Code Execution (@omarkurt) [critical] 🔥
- [CVE-2025-64328] FreePBX >= 17.0.2.36 && < 17.0.3 - Authenticated Command Injection (@_th3y) [critical] (KEV) (vKEV) 🔥
- [CVE-2025-40554] SolarWinds Web Help Desk - Authentication Bypass (@Bushi-gg) [critical] 🔥
- [CVE-2025-40552] SolarWinds Web Help Desk - Authentication Bypass (@watchtowr, @dhiyaneshdk) [critical] 🔥
- [CVE-2025-40536] SolarWinds Web Help Desk < 12.8.8 Hotfix 1 (HF1) - Security Control Bypass (@inokii) [high] (KEV) (vKEV) 🔥
- [CVE-2024-37261] WP-Lister Lite for Amazon <= 2.6.16 - Cross-Site Scripting (@Kazgangap) [medium] (vKEV) 🔥
- [CVE-2024-9643] Four-Faith F3x36 - Authentication Bypass (@trader642) [critical] (vKEV) 🔥
- [CVE-2023-3452] WordPress Canto Plugin <= 3.0.4 - File Inclusion (@omarkurt) [critical] 🔥
- [CVE-2021-28481] Microsoft Exchange - Pre-Auth SSRF / ACL Bypass (ProxyNotFound) (@daffainfo) [critical] (vKEV) 🔥
- [CVE-2021-28480] Microsoft Exchange - Pre-Auth SSRF / ACL Bypass (ProxyNotFound) (@daffainfo) [critical] 🔥
What's Changed
Bug Fixes
- Corrected wrong PoC in CVE-2025-54253 (template was using the PoC for CVE-2025-49533) (Issue #14783)
- Fixed
@Hostvariable generation in multiple UniFi templates causing malformed requests (PR #15575) - Fixed invalid reference URL in CVE-2021-37704 (PR #15524)
- Fixed broken reference URL in cpanel backup config template (PR #15379)
- Fixed malformed matcher formatting in CVE-2025-40554 (PR #15375)
False Negatives
- Fixed exposed-svn.yaml failing to detect valid SVN repositories despite receiving 200 OK responses (Issue #15060)
False Positives
- Reduced false positives in CVE-2025-14847 triggering on non-MongoDB services due to blind payload injection and flawed matcher logic (Issues #15519, #15560, PRs #15520, #15579)
- Fixed version comparison logic in CVE-2026-25892 causing false positives on non-vulnerable versions (Issue #15356, PR #15462)
- Fixed CVE-2024-2473 executing without confirming the target plugin is present (Issue #15525)
- Fixed CVE-2021-24527 generating false positive results (Issue #13607)
- Reduced false positives in the following templates:
- CVE-2021-37833 HotelDruid fingerprint matcher (PR #15597)
- CVE-2023-45648 Apache Tomcat version matcher (PR #15591)
- laravel-env exposure via negative HTML body matcher (PR #15598)
- checkmk-info-disclosure (PR #15564)
- Charset detection template via missing Content-Type check (PR #15533)
- CVE-2024-27198 JetBrains TeamCity (PR #15425)
- CVE-2024-4295 (PR #11442)
Enhancements
- Enriched classification metadata (CVE IDs, CVSS scores, CPEs, NVD references) across multiple templates (PRs #15578, #15589, #15369, #15370, #15371)
- Updated ClawdBot Gateway exposure template with improved detection logic (PR #15548)
- Renamed Forcepoint Login panel template to follow naming conventions (PR #15582)
Templates Added
- [CVE-2026-27971] Qwik - Unauthenticated RCE via server$ Deserialization (@omarkurt) [critical] 🔥
- [CVE-2026-27944] Nginx UI < 2.3.3 - Information Disclosure (@omarkurt) [critical] 🔥
- [CVE-2026-27645] Changedetection.io RSS Single Watch - Cross-Site Scripting (@0x_Akoko) [medium]
- [CVE-2026-25512] Group-Office < 26.0.5 - Remote Code Execution (@omarkurt) [critical]
- [CVE-2026-23829] Mailpit < 1.28.2 - SMTP CRLF Injection (@omarkurt) [medium]
- [CVE-2026-2413] Ally – Web Accessibility & Usability <= 4.0.3 - SQL Injection (@Shivam Kamboj) [high]
- [CVE-2026-1603] Ivanti Endpoint Manager - Authentication Bypass (@dhiyaneshdk, @watchtowrlabs) [high] (KEV) (vKEV) 🔥
- [CVE-2026-1492] WordPress User Registration & Membership <= 5.1.2 - Unauthenticated Privilege Escalation (@omarkurt) [critical] (vKEV) 🔥
- [CVE-2026-1357] WPvivid Backup & Migration <= 0.9.123 - Arbitrary File Upload (@omarkurt) [critical] (vKEV) 🔥
- [CVE-2026-0829] Frontend File Manager Plugin <= 23.5 - Unauthenticated Arbitrary Email Sending (@0x_Akoko) [high]
- [CVE-2026-0770] Langflow < 1.3.0 - Remote Code Execution via validate_code() exec() (@affix) [critical] (vKEV) 🔥
- [CVE-2025-71243] SPIP Saisies - Remote Code Execution (@omarkurt) [critical] 🔥
- [CVE-2025-69971] FUXA <= 1.2.7 - Hardcoded JWT Secret Authentication Bypass (@trader642) [critical]
- [CVE-2025-64328] FreePBX >= 17.0.2.36 && < 17.0.3 - Authenticated Command Injection (@_th3y) [critical] (KEV) (vKEV) 🔥
- [CVE-2025-62780] ChangeDetection.io <= v0.50.33 - Stored XSS via Watch API (@0x_Akoko) [medium]
- [CVE-2025-62613] VDO.Ninja - DOM-Based Cross-Site Scripting (@0x_Akoko) [medium]
- [CVE-2025-54726] WordPress JS Archive List <= 6.1.5 - SQL Injection (@Shivam Kamboj) [high]
- [CVE-2025-48281] MyStyle Custom Product Designer <= 3.21.1 - SQL Injection (@Shivam Kamboj) [critical]
- [CVE-2025-40554] SolarWinds Web Help Desk - Authentication Bypass (@Bushi-gg) [critical] 🔥
- [CVE-2025-40552] SolarWinds Web Help Desk - Authentication Bypass (@watchtowr, @dhiyaneshdk) [critical] 🔥
- [CVE-2025-40536] SolarWinds Web Help Desk < 12.8.8 Hotfix 1 (HF1) - Security Control Bypass (@inokii) [high] (KEV) (vKEV) 🔥
- [CVE-2025-32355] Rocket TRUfusion Enterprise - Server Side Request Forgery (@princechaddha, @rcesecurity, @dhiyaneshdk) [high]
- [CVE-2025-27506] NocoDB < 0.258.0 - Reflected XSS in Password Reset (@0x_Akoko) [medium]
- [CVE-2025-22785] Course Booking System <= 6.0.6 - SQL Injection (@Shivam Kamboj) [critical]
- [CVE-2024-43965] SendGrid for WordPress <= 1.4 - SQL Injection (@Shivam Kamboj) [critical]
- [CVE-2024-37261] WP-Lister Lite for Amazon <= 2.6.16 - Cross-Site Scripting (@Kazgangap) [medium] (vKEV) 🔥
- [CVE-2024-30502] WP Travel Engine <= 5.7.9 - SQL Injection (@Shivam Kamboj) [critical]
- [CVE-2024-30498] CRM Perks Forms <= 1.1.4 - SQL Injection (@Shivam Kamboj) [critical]
- [CVE-2024-30464] WPZOOM Social Icons Widget <= 4.2.15 - Missing Authorization (@pussycat0x) [medium]
- [CVE-2024-12025] WordPress Collapsing Categories <= 3.0.8 - SQL Injection (@Shivam Kamboj) [high]
- [CVE-2024-9765] EKC Tournament Manager WordPress plugin - Path Traversal (@Sourabh-Sahu) [medium]
- [CVE-2024-9643] Four-Faith F3x36 - Authentication Bypass (@trader642) [critical] (vKEV) 🔥
- [CVE-2024-8625] WordPress TS Poll < 2.4.0 - SQL Injection (@riteshs4hu) [high]
- [CVE-2023-50839] JS Help Desk <= 2.8.1 - SQL Injection (@Shivam Kamboj) [critical]
- [CVE-2023-40600] EWWW Image Optimizer <= 7.2.0 - Unauthenticated Information Disclosure (@Shivam Kamboj) [medium]
- [CVE-2023-32590] Subscribe to Category <= 2.7.4 - SQL Injection (@Shivam Kamboj) [critical]
- [CVE-2023-7337] JS Help Desk <= 2.8.2 - SQL Injection (@Shivam Kamboj) [critical]
- [CVE-2023-6030] LogDash Activity Log <= 1.1.3 - SQL Injection (@Shivam Kamboj) [critical]
- [CVE-2023-5652] WP Hotel Booking <= 2.0.7 - SQL Injection (@Shivam Kamboj) [critical]
- [CVE-2023-5203] WP Sessions Time Monitoring Full Automatic <= 1.0.8 - SQL Injection (@Shivam Kamboj) [critical]
- [CVE-2023-3643] CAREL Boss Mini <= 1.4.0 - Local File Inclusion (@Kazgangap) [critical]
- [CVE-2023-3452] WordPress Canto Plugin <= 3.0.4 - File Inclusion (@omarkurt) [critical] 🔥
- [CVE-2022-44588] Cryptocurrency Widgets Pack <= 1.8.1 - SQL Injection (@Shivam Kamboj) [critical]
- [CVE-2022-1453] RSVPMaker <= 9.2.5 - SQL Injection (@Shivam Kamboj) [critical]
- [CVE-2022-0439] Email Subscribers & Newsletters <= 5.3.1 - Authenticated SQL Injection (@Shivam Kamboj) [high]
- [CVE-2021-28481] Microsoft Exchange - Pre-Auth SSRF / ACL Bypass (ProxyNotFound) (@daffainfo) [critical] (vKEV) 🔥
- [CVE-2021-28480] Microsoft Exchange - Pre-Auth SSRF / ACL Bypass (ProxyNotFound) (@daffainfo) [critical] 🔥
- [apache-syncope-default-login] Apache Syncope - Default Login (@icarot) [high]
- [circutor-default-login] Circutor Line-TCPRS1 - Default Login (@s4e-io) [high]
- [gitness-default-login] Gitness - Default Login (@0x_Akoko) [high]
- [carel-boss-mini-panel] CAREL Boss Mini - Login Panel Detected (@Kazgangap) [info]
- [hpe-autopass-panel] HPE AutoPass License Server - Panel Detection (@Kylianghd) [info]
- [recoverpoint-panel] Dell EMC RecoverPoint Panel - Detect (@rxerium) [info]
- [ypareo-panel] YPAREO Panel - Detect (@righettod) [info]
- [interswitch-webpay] Interswitch Webpay - Credentials Exposure (@LloydCoder) [info]
- [paystack-secret-live] Paystack Secret/Live Key - Exposure (@LloydCoder) [info]
- [remita-credentials] Remita Merchant ID & API Key - Exposure (@LloydCoder) [low]
- [sportybet-api] SportyBet / BetKing Admin or API Token - Exposure (@LloydCoder) [info]
- [wix-detect] Wix Detection (@chirag Mistry) [info]
- [apache-syncope-detect] Apache Syncope - Detect (@icarot) [info]
- [bentoml-detect] BentoML Prediction Service - Detection (@rxerium) [info]
- [bigcommerce-detect] BigCommerce Detection (@chirag Mistry) [info]
- [bitrix-detect] Bitrix Detection (@chirag Mistry) [info]
- [blogger-detect] Blogger Detection (@chirag Mistry) [info]
- [cloudflare-speedtest] Cloudflare Speedtest - Detect (@dhiyaneshdk) [info]
- [comfyui...
Nuclei Templates v10.3.9 – Release Notes
New Templates Added: 182 | CVEs Added: 116 | First-time contributions: 7
🔥 Release Highlights 🔥
- [CVE-2026-25892] Adminer 4.6.2 - 5.4.1 Unauthenticated Persistent DoS (@dhiyaneshdk) [high] 🔥
- [CVE-2026-23744] MCPJam Inspector - Remote Code Execution (@louay-075) [critical] 🔥
- [CVE-2026-22812] OpenCode < 1.0.216 - Unauthenticated Remote Code Execution (@princechaddha) [high] 🔥
- [CVE-2026-21891] ZimaOS - Authentication Bypass (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-21877] n8n >= 0.123.0 and < 1.121.3 - Remote Code Execution (@s4e-io) [critical] 🔥
- [CVE-2026-1731] BeyondTrust Remote Support - Unauth WebSocket RCE (@attackerkb, @hacktron, @pdteam) [critical] (KEV) 🔥
- [CVE-2026-1207] Django RasterField - SQL Injection (@omarkurt) [high] 🔥
- [CVE-2025-54068] Laravel Livewire v3 - Remote Command Execution (@flame-11) [critical] 🔥
- [CVE-2025-40551] SolarWinds Web Help Desk < 2026.1 - Unauthenticated JNDI Injection RCE (@Horizon3.ai) [critical] (KEV) 🔥
- [CVE-2025-14528] D-Link DIR-803 - Authentication Bypass (@dhiyaneshdk) [high] 🔥
- [CVE-2025-2611] ICTBroadcast - Command Injection (@Chocapikk) [critical] (vKEV) 🔥
- [CVE-2024-8943] LatePoint <= 5.0.12 - Authentication Bypass (@daffainfo) [critical] (vKEV) 🔥
- [CVE-2024-8911] LatePoint <= 5.0.11 - SQL Injection (@daffainfo) [critical] (vKEV) 🔥
- [CVE-2024-6671] WhatsUp Gold GetStatisticalMonitorList SQLi - Authentication Bypass (@daffainfo, @jjcho) [critical] (vKEV) 🔥
- [CVE-2024-6250] LOLLMS WebUI - Absolute Path Traversal (@ritikchaddha) [high] 🔥
- [CVE-2024-0705] Stripe Payment Plugin for WooCommerce <= 3.7.9 - Unauth SQL Injection (@Shivam Kamboj) [critical] 🔥
- [CVE-2023-35708] MOVEit Transfer - SQL Injection (@daffainfo, @jjcho) [critical] (vKEV) 🔥
- [CVE-2022-31678] VMWare Cloud Foundation NSX-V - XML External Entity (XXE) (@daffainfo) [critical] (vKEV) 🔥
- [CVE-2022-3236] Sophos Firewall <= 19.0 MR1 - Remote Code Execution (@daffainfo) [critical] (KEV) 🔥
- [CVE-2021-22017] vCenter Server - Improper Access Control (@daffainfo) [medium] (KEV) 🔥
- [CVE-2019-13608] Citrix StoreFront Server - XML External Entity (@daffainfo) [high] (KEV) 🔥
- [CVE-2017-9841] PHPUnit - Remote Code Execution (@Random_Robbie, @pikpikcu) [critical] (KEV) 🔥
What's Changed
Bug Fixes
- Fixed incorrect tag formatting (- appearing as a tag) in CVE-2019-17444 template (PR #15306)
- Fixed incorrect reference in authentik-panel template (PR #15298)
- Fixed port format in unauth-java-message-broker-detect template (PR #15117)
- Fixed tag formatting (double comma) in templates (PR #15118)
- Fixed formatting of tags in CVE-2019-5591 template (PR #15119)
- Fixed port used on CVE-2014-0160 Heartbleed — was testing port 443 twice instead of testing plain HTTP port (PR #14653)
- Fixed path for gude-default-login template (PR #15134)
- Moved CVE-2024-43283.yaml to correct directory http/cves/2024 (PR #15100)
- Updated CVE-2025-68645.yaml (PR #15109)
- Updated CVE-2024-13094.yaml with new alert script (PR #15299)
- Updated CVE-2021-24527.yaml (PR #14980)
False Negatives
- Fixed false negative in CVE-2025-24963 on Linux targets (Ubuntu/Debian) due to strict /etc/passwd matching (PR #15301, Issue #15205)
False Positives
- Reduced false positives in wp-wps-hide-login-log template that triggered on non-WordPress SPA sites (PR #15096, Issue #15089)
- Fixed false positives in CVE-2021-35042 matcher — status_code == 500 alone was triggering on generic 500 pages (PR #15250)
- Made matchers for weak-csp-detect more granular to avoid duplicate matching results (PR #15123)
- Improved weak CSP detection logic, fixed matcher conditions and corrected regex typo (PR #15014)
Enhancements
- Enhanced Cisco UCM username enumeration template to extract usernames, emails, and phone numbers added 3 new Cisco UCM templates (PR #15049)
- Refactored Open WebUI template to make detection more generic (PR #15251)
- Rewrote templates from RAW HTTP to normal HTTP for clustering support, saving ~150 requests per scan (PR #14743)
- Added additional path to Tomcat detection for malformed URL error page disclosure (PR #15056)
- Added various DNS templates — DMARC, SPF, DKIM, etc. (PR #14784)
- Added ACME Challenge Detect template (PR #15058)
Templates Added
- [CVE-2026-25892] Adminer 4.6.2 - 5.4.1 Unauthenticated Persistent DoS (@dhiyaneshdk) [high] 🔥
- [CVE-2026-24128] XWiki Platform Distribution Flavor Main - Cross-Site Scripting (@ritikchaddha) [medium]
- [CVE-2026-23744] MCPJam Inspector - Remote Code Execution (@louay-075) [critical] 🔥
- [CVE-2026-22812] OpenCode < 1.0.216 - Unauthenticated Remote Code Execution (@princechaddha) [high] 🔥
- [CVE-2026-21891] ZimaOS - Authentication Bypass (@dhiyaneshdk) [critical] 🔥
- [CVE-2026-21877] n8n >= 0.123.0 and < 1.121.3 - Remote Code Execution (@s4e-io) [critical] 🔥
- [CVE-2026-1731] BeyondTrust Remote Support - Unauthenticated WebSocket RCE (@attackerkb, @hacktron, @pdteam) [critical] (KEV) 🔥
- [CVE-2026-1207] Django RasterField - SQL Injection (@omarkurt) [high] 🔥
- [CVE-2026-0594] WordPress List Site Contributors < 1.1.8 - Reflected XSS (@m4sh_wacker) [medium]
- [CVE-2025-68509] User Submitted Posts <= 20251121 - Unauthenticated Open Redirect (@Shivam Kamboj) [medium]
- [CVE-2025-66744] Yonyou YonBIP - Path Traversal (@dhiyaneshdk) [high]
- [CVE-2025-54068] Laravel Livewire v3 - Remote Command Execution (@flame-11) [critical] 🔥
- [CVE-2025-40551] SolarWinds Web Help Desk < 2026.1 - Unauthenticated JNDI Injection RCE (@Horizon3.ai) [critical] (KEV) 🔥
- [CVE-2025-32257] 1 Click WordPress Migration <= 2.2 - Unauthenticated Information Disclsoure (@pussycat0x) [medium]
- [CVE-2025-28242] DAEnetIP4 METO v1.25 - Session Hijacking (@0x_Akoko) [high]
- [CVE-2025-24786] WhoDB < 0.45.0 - Path Traversal (@basicbeny) [high]
- [CVE-2025-24582] 12 Step Meeting List < 3.16.6 - Unauthenticated Sensitive Information Exposure (@pussycat0x) [medium]
- [CVE-2025-22214] Landray EIS SQL注入漏洞 (@ark) [critical]
- [CVE-2025-15503] Sangfor OSM - Arbitrary File Upload (@ark) [critical]
- [CVE-2025-14528] D-Link DIR-803 - Authentication Bypass (@dhiyaneshdk) [high] 🔥
- [CVE-2025-14155] Premium Addons for Elementor - Unauthenticated Information Disclosure (@dhiyaneshdk) [medium]
- [CVE-2025-13956] LearnPress < 4.3.2 - Broken Access Control (@pussycat0x) [medium]
- [CVE-2025-13138] WP Directory Kit <= 1.4.3 - Unauthenticated SQL Injection (@Shivam Kamboj) [high]
- [CVE-2025-11368] LearnPress < 4.3.0 - Arbitrary Callback Execution to Information Exposure (@pussycat0x) [medium]
- [CVE-2025-10353] Melis Technology Melis Platform - Unrestricted File Upload & Remote Code Execution (@ohmygod20260203) [critical]
- [CVE-2025-10090] Jinher OA - SQL Injection (@dhiyaneshdk) [high]
- [CVE-2025-8266] ChanCMS <= 3.1. - Remote Code Execution (@ark) [critical]
- [CVE-2025-4652] Broadstreet WordPress plugin - Reflected XSS (@Sourabh-Sahu) [medium]
- [CVE-2025-4078] Wangshen SecGate 3600 Path Traversal Vulnerability (@ark) [medium]
- [CVE-2025-2611] ICTBroadcast - Command Injection (@Chocapikk) [critical] (vKEV) 🔥
- [CVE-2025-1338] NUUO Camera <=20250203 - OS Command Injection (@ark) [critical]
- [CVE-2025-1303] Plugin Oficial – Getnet para WooCommerce <= 1.8.0 - Cross-Site Scripting (@Shivam Kamboj) [medium]
- [CVE-2025-1232] Site Reviews < 7.2.5 - Unauthenticated Stored XSS (@0x_Akoko) [high]
- [CVE-2024-43283] Contest Gallery - Broken Access Control (@popcorn94) [medium]
- [CVE-2024-37259] WP Extended < 3.0.0 - Stored Cross-Site Scripting (@0xanis) [medium]
- [CVE-2024-32128] WordPress Realtyna Organic IDX Plugin <= 4.14.4 - Unauthenticated SQL Injection (@Shivam Kamboj) [critical]
- [CVE-2024-30490] ProfileGrid <= 5.7.8 - SQL Injection (@Shivam Kamboj) [critical]
- [CVE-2024-14015] Studiocart <= 2.9.0 - Cross-Site Scripting (@Shivam Kamboj) [medium]
- [CVE-2024-13727] MemberSpace WordPress - Cross-Site Scripting (@Sourabh-Sahu) [medium]
- [CVE-2024-13634] Post Sync Plugin <= 1.1 - Cross-Site Scripting (@Sourabh-Sahu) [medium]
- [CVE-2024-13630] NewsTicker <= 1.0 - Reflected Cross-Site Scripting (@Sourabh-Sahu) [medium]
- [CVE-2024-13628] WP Pricing Table - Reflected XSS (@Sourabh-Sahu) [medium]
- [CVE-2024-13627] OWL Carousel Slider - Cross-Site Scripting (@Sourabh-Sahu) [medium]
- [CVE-2024-13625] Tube Video Ads Lite - Reflected XSS (@Sourabh-Sahu) [high]
- [CVE-2024-13619] LifterLMS < 8.0.1 - Cross-Site Scripting (@Shivam Kamboj) [medium]
- [CVE-2024-13609] WordPress 1 Click Migration Plugin < 2.3 - Information Exposure (@pussycat0x) [medium]
- [CVE-2024-13570] WordPress Stray Random Quotes <= 1.9.9 - Cross-Site Scripting (@Sourabh-Sahu) [medium]
- [CVE-2024-13569] WordPress Front End Users - Reflected XSS (@Sourabh-Sahu) [high]
- [CVE-2024-13543] Zarinpal Paid Download - Reflected XSS (@Sourabh-Sahu) [medium]
- [CVE-2024-13492] Guten Free Options - Cross Site Scripting (@Sourabh-Sahu) [medium]
- [CVE-2024-13352] Legull WordPress - Cross-Site Scripting (@Sourabh-Sahu) [high]
- [CVE-2024-13331] WP Dream Carousel < 1.0.1b - Cross-Site Scripting (@Sourabh-Sahu) [medium]
- [CVE-2024-13330] JustRows WordPress - Cross-Site Scripting (@Sourabh-Sahu) [high]
- [CVE-2024-13328] Giga Messenger WordPress - Cross-Site Scripting (@Sourabh-Sahu) [medium]
- [CVE-2024-13327] Musicbox WordPress - Reflected XSS (@Sourabh-Sahu) [medium]
- [CVE-2024-13326] iBuildApp <= 0.2.0 - Reflected Cross-Site Scripting (@Sourabh-Sahu) [medium]
- [CVE-2024-13325] Glossy WordPress - Reflected XSS (@Sourabh-Sahu) [medium]
- [CVE-2024-13226] A5 Custom Login Page - Reflected XSS (@Sourabh-Sahu) [medium]
- [CVE-2024-13225] ECT Home Page Products - Reflected XSS (@Sourabh-Sahu) [medium]
- [CVE-2024-13224] SlideDeck 1 ...
Nuclei Templates v10.3.8 – Release Notes
New Templates Added: 457 | CVEs Added: 43 | First-time contributions: 13
🔥 Release Highlights 🔥
- [CVE-2026-23760] SmarterTools SmarterMail - Admin Password Reset (@watchtowr, @dhiyaneshdk) [critical] (vKEV) 🔥
- [CVE-2026-23550] Modular DS - Broken Access Control (@dhiyaneshdk) [high] (vKEV) 🔥
- [CVE-2026-22200] osTicket - Arbitrary File Read (@dhiyaneshdk) [high] 🔥
- [CVE-2026-21858] n8n Webhooks - Remote Code Execution (@rxerium) [critical] (vKEV) 🔥
- [CVE-2025-66516] Apache Tika - XML External Entity Injection (@MathematicianGoat) [high] 🔥
- [CVE-2025-56520] Dify v1.6.0 - Server-Side Request Forgery (@0x_Akoko) [high] 🔥
- [CVE-2025-52694] Advantech WISE-IoTSuite/SaaS - SQL Injection (@Loi Nguyen Thang) [critical] 🔥
- [CVE-2025-27817] Apache Kafka Client - Arbitrary File Read (@0x_Akoko) [high] 🔥
- [CVE-2025-25570] Vue Vben Admin - Default Credentials (@0x_Akoko) [critical] 🔥
- [CVE-2025-8110] Gogs <= 0.13.3 - Remote Code Execution (@rxerium) [high] (kev) 🔥
- [CVE-2025-4210] Casdoor - Authorization Bypass (@theamanrawat) [high] (vKEV) 🔥
- [CVE-2023-52163] Digiever DS-2105 Pro - Command Injection (@rajesh-social-tech) [high] (kev) 🔥
- [CVE-2022-4223] pgAdmin < 6.17 - Unauthenticated Remote Code Execution (@0x_Akoko) [critical] 🔥
- [CVE-2020-26935] phpMyAdmin < 5.0.3 - SQL Injection (@0x_Akoko) [critical] 🔥
- [CVE-2020-9039] Couchbase Server - Broken Access Control (@pussycat0x) [critical] 🔥
- [CVE-2020-5722] Grandstream UCM6200 - SQL Injection (@theamanrawat) [critical] (kev) 🔥
What's Changed
Bug Fixes
- Fixed copyright year detection from 2025 to 2026 in old-copyright.yaml (PR #14977)
- Corrected CVE ID by renaming CVE-2025-54253.yaml to CVE-2025-49533.yaml (PR #14963)
- Fixed file path by renaming CVE-2020-26935.yaml to proper directory (PR #14993)
- Fixed file path for pear-registry-exposed.yaml (PR #14984)
- Revised CVE-2025-61882 details and references (PR #14972)
- Updated php-backup-files.yaml (PR #14973)
- Updated CVE-2026-23760.yaml tags (PR #15023)
- Fixed author name in CVE-2025-60188.yaml (PR #15042)
False Negatives
- Fixed multiple regex-based templates triggering incorrectly on valid CSS (Issue #13131)
False Positives
- Reduced false positives in the following templates:
- CVE-2022-42475 - Fixed detection when connection is dropped by firewall (PR #15027, Issue #14988)
- CVE-2024-2473 - Added missing "condition: and" to prevent early matching (PRs #14976, #14962, Issue #14950)
- coinbase-phish & hotjar-rum-detect (PR #15059)
- CVE-2023-30150.yaml (PR #14998)
- dot-credentials-exposure (Issue #14922)
- CVE-2023-34048 - Fixed false positives on ESXi hosts (Issue #14710)
- postgres-history-exposure (PR #14861, Issue #14844)
- xinclude-injection:linux - Reduced false positives with stricter regex (PR #14925, Issue #14775)
Enhancements
- Updated detect-sentry.yaml with new matchers (PR #14955)
Templates Added
- [CVE-2026-23760] SmarterTools SmarterMail - Admin Password Reset (@watchtowr, @dhiyaneshdk) [critical] (vKEV) 🔥
- [CVE-2026-23550] Modular DS - Broken Access Control (@dhiyaneshdk) [high] (vKEV) 🔥
- [CVE-2026-22200] osTicket - Arbitrary File Read (@dhiyaneshdk) [high] 🔥
- [CVE-2026-21859] Mailpit < 1.28.3 - Server-Side Request Forgery (@omarkurt) [high]
- [CVE-2026-21858] n8n Webhooks - Remote Code Execution (@rxerium) [critical] (vKEV) 🔥
- [CVE-2025-66516] Apache Tika - XML External Entity Injection (@MathematicianGoat) [high] 🔥
- [CVE-2025-66472] XWiki DeleteApplication - Cross-Site Scripting (@ritikchaddha) [medium]
- [CVE-2025-56520] Dify v1.6.0 - Server-Side Request Forgery (@0x_Akoko) [high] 🔥
- [CVE-2025-56132] LiquidFiles < 4.2 - User Enumeration via Password Reset (@dhiyaneshdk) [high]
- [CVE-2025-55303] Astro - Unauthorized Third-Party Image Access (@theamanrawat) [medium]
- [CVE-2025-52694] Advantech WISE-IoTSuite/SaaS - SQL Injection (@Loi Nguyen Thang) [critical] 🔥
- [CVE-2025-46550] YesWiki < 4.5.4 - Cross-Site Scripting (@MuhammadWaseem) [medium]
- [CVE-2025-46549] YesWiki <= 4.5.1 - Cross-Site Scripting (@MuhammadWaseem) [medium]
- [CVE-2025-46349] YesWiki Reflected XSS via File Upload (@mahmoud Gamal) [high]
- [CVE-2025-36845] Eveo URVE Web Manager - Server-Side Request Forgery (@dhiyaneshdk) [high]
- [CVE-2025-27817] Apache Kafka Client - Arbitrary File Read (@0x_Akoko) [high] 🔥
- [CVE-2025-25570] Vue Vben Admin - Default Credentials (@0x_Akoko) [critical] 🔥
- [CVE-2025-13418] Responsive Pricing Table <= 5.1.12 - Cross-Site Scripting (@Shivam Kamboj, @jay Jani) [medium]
- [CVE-2025-11580] PowerJob List - Authorization Bypass (@dhiyaneshdk) [medium]
- [CVE-2025-8110] Gogs <= 0.13.3 - Remote Code Execution (@rxerium) [high] (kev) 🔥
- [CVE-2025-4210] Casdoor - Authorization Bypass (@theamanrawat) [high] (vKEV) 🔥
- [CVE-2025-3472] Ocean Extra <= 2.4.6 - Unauthenticated Shortcode Execution (@theamanrawat) [medium]
- [CVE-2024-56159] Astro - Information Disclosure (@theamanrawat) [medium]
- [CVE-2024-29137] WordPress Tourfic Plugin <= 2.11.7 - Cross-Site Scripting (@Shivam Kamboj) [high] 🔥
- [CVE-2024-23055] Plone Docker - Host Header Injection (@theamanrawat) [medium]
- [CVE-2023-52163] Digiever DS-2105 Pro - Command Injection (@rajesh-social-tech) [high] (kev) 🔥
- [CVE-2023-33960] OpenProject < 12.5.4 - Project Identifiers Exposure (@0x_Akoko) [medium]
- [CVE-2022-41697] Ghost CMS - User Enumeration (@ritikchaddha) [medium] 🔥
- [CVE-2022-4223] pgAdmin < 6.17 - Unauthenticated Remote Code Execution (@0x_Akoko) [critical] 🔥
- [CVE-2022-0188] CMP WordPress < 4.0.19 - Broken Access Control (@pussycat0x) [medium]
- [CVE-2021-37598] WP Cerber < 8.9.3 - Broken Access Control (@theamanrawat) [medium]
- [CVE-2021-22881] Ruby on Rails - Open Redirect via Host Header Injection (@theamanrawat) [medium] 🔥
- [CVE-2021-21246] OneDev < 4.0.3 - User Access Token Leak (@dhiyaneshdk) [high]
- [CVE-2020-26935] phpMyAdmin < 5.0.3 - SQL Injection (@0x_Akoko) [critical] 🔥
- [CVE-2020-19363] Vtiger CRM v7.2.0 - Directory Listing (@0x_Akoko) [medium] 🔥
- [CVE-2020-16248] Prometheus Blackbox Exporter - Server-Side Request Forgery (SSRF) (@dhiyaneshdk) [medium] 🔥
- [CVE-2020-15081] PrestaShop < 1.7.6.6 - Information Exposure via Upload Directory (@0x_Akoko) [low] 🔥
- [CVE-2020-9314] Oracle iPlanet Web Server 7.0.x - Image Injection (@dhiyaneshdk) [medium]
- [CVE-2020-9039] Couchbase Server - Broken Access Control (@pussycat0x) [critical] 🔥
- [CVE-2020-5722] Grandstream UCM6200 - SQL Injection (@theamanrawat) [critical] (kev) 🔥
- [CVE-2019-14206] Nevma Adaptive Images - Arbitrary File Deletion (@riteshs4hu) [high]
- [CVE-2019-12935] Shopware < 5.5.8 - Cross-Site Scripting (@pussycat0x) [high] 🔥
- [CVE-2018-7765] Schneider Electric U.motion Builder - SQL Injection (@daffainfo) [high]
- [clawdbot-gw-exposure] Clawdbot Gateway - Detect (@rxerium) [info]
- [pendo-api-key-exposure] Pendo API Key Exposure (@0x_Akoko) [medium]
- [jhipster-default-login] JHipster Platform - Default Login (@ritikchaddha) [high]
- [openlitespeed-default-login] OpenLiteSpeed WebAdmin - Default Login (@0x_Akoko) [high]
- [cgit-detect] cgit Web Interface - Detection (@ritikchaddha) [info]
- [cheatsh-detect] cheat.sh Instance - Detection (@ritikchaddha) [info]
- [cisco-webex-meetings-panel] Cisco Webex Meetings - Panel (@Eyonn) [info]
- [dagster-webserver-ui-exposure] Dagster - Webserver UI Exposure (@0x_Akoko) [medium]
- [orbeon-forms-ex...