Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-3519 — CVE-2023-3519 vuln for nuclei scanner | Kitploit
Tools/GitHubGitHub/salehlardhi/cve-2023-3519
Vulnerability ScannersWeb Vulnerability ScannersVulnerability AnalysisExploitationWeb SecurityPenetration Testing
GitHubsalehlardhi/cve-2023-3519

CVE-2023-3519

CVE-2023-3519 vuln for nuclei scanner

View Repository
112163 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2023-3519

This Nuclei template checks for the presence of the CVE-2023-3519 vulnerability in a target web server.

Vulnerability

CVE-2023-3519 is a vulnerability that allows unauthenticated remote code execution in the Citrix Application Delivery Controller (ADC) and Gateway appliances. An attacker can exploit this vulnerability by sending a specially crafted request to the affected system.

This template checks for the presence of the vulnerability by comparing the "Last-Modified" header in the server response to known patched versions.

Usage

To scan a single target with Nuclei, use the following command:

root@kitploit:~
nuclei -target <target> -t cve-2023-3519.yaml

To scan multiple targets, use a file containing a list of targets:

root@kitploit:~
nuclei -l <target_file> -t cve-2023-3519.yaml

Analysis

https://blog.assetnote.io/2023/07/21/citrix-CVE-2023-3519-analysis/

References

  • NVD CVE-2023-3519 ↗
  • Deutsche Telekom CERT on Twitter ↗
Download Tool