Exploit for Improper Validation of Specified Type of Input in Servicenow exploit

2 months ago 22
BOOK THIS SPACE FOR AD
ARTICLE AD

Share

## https://sploitus.com/exploit?id=BB7493A8-35EC-5734-9BB7-9BF9499564DF # 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: ```sh git clone https://github.com/fa-rrel/CVE-2024-4879.git cd CVE-2024-4879 ``` ### Usage with Nuclei: **Single Target:** ```sh nuclei -u https://target.com -t CVE-2024-4879.yaml -nh ``` **Multiple Target:** ```sh nuclei -l urls.txt -t CVE-2024-4879.yaml -nh ``` ### Usage Exploit ```sh python3 CVE-2024-4879.py -i (192.168.1.1) ``` ### References - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1645154 - https://www.resecurity.com/blog/article/cve-2024-4879-and-cve-2024-5217-servicenow-rce-exploitation-in-a-global-reconnaissance-campaign - https://nvd.nist.gov/vuln/detail/CVE-2024-4879 ### 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..
Read Entire Article