KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
CVE-2023-3519
★ 11
Open GitHub ↗
CVE-2023-3519 vuln for nuclei scanner
Download README (.md)
Explore Similar Repositories
python-explorer
:
A Python environment exploration interface.
DINO
:
A DIabatic NeverwOrld2 in NEMO 4.2.0.
NIKE-SHOE-PRODUCTS-CARD
:
No description available.
ElasticKnots
:
Codebase for the SIGGRAPH 2023 paper Computational Exploration of Multistable Elastic Knots
Shorts-generator
:
Генератор Youtube Shorts, сделанный при помощи ffmpeg.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
CVE-2023-3519
?
Download (.md)
# 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: ``` nuclei -target <target> -t cve-2023-3519.yaml ``` To scan multiple targets, use a file containing a list of targets: ``` 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 ↗](https://nvd.nist.gov/vuln/detail/CVE-2023-3519) - [Deutsche Telekom CERT on Twitter ↗](https://twitter.com/DTCERT/status/1682032701430452233)