/CVE-2024-4879

Jelly Template Injection Vulnerability in ServiceNow | POC CVE-2024-4879

Primary LanguagePython

Jelly Template Injection Vulnerability in ServiceNow | POC CVE-2024-4879

Description:

ServiceNow has addressed an input validation vulnerability that was identified in Vancouver and Washington, D.C. Now Platform releases. This vulnerability could enable an unauthenticated user to remotely execute code within the context of the Now Platform.

FOFA : "server : servicenow"

Clone the repository:

git clone https://github.com/fa-rrel/CVE-2024-4879.git
cd CVE-2024-4879

Usage with Nuclei:

Single Target:

nuclei -u https://target.com -t CVE-2024-4879.yaml -nh

Multiple Target:

nuclei -l urls.txt -t CVE-2024-4879.yaml -nh

Usage Exploit

python3 CVE-2024-4879.py -i (192.168.1.1)

References

WARNING !!!

// Disclaimer // Hacking without permission is illegal. This repository is strictly educational for learning about cyber-security in the areas of ethical hacking and penetration testing & bug hunting so that we can protect ourselves against the real hackers..