Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not vulnerable #7

Open
v4rm3t opened this issue Feb 12, 2024 · 2 comments
Open

Not vulnerable #7

v4rm3t opened this issue Feb 12, 2024 · 2 comments

Comments

@v4rm3t
Copy link

v4rm3t commented Feb 12, 2024

First of all, thanks for the PoC @Chocapikk!

I am trying to prepare a PoC for my research project and I was unable to use this exploit.

I installed WP on my ubuntu 20.04 VM + BackupMigration plugin 1.3.7/1.3.6.

I tried exploiting it locally, but I was unable to. It said target not vulnerable, I'm not sure if I'm missing out something :(

@NozoMizore7
Copy link

Same issue. Added some output:

python3 Chocapikk_modified.py -c -u http://172.16.101.169/
uncoded_payload:  <?php fwrite(fopen('t','w'),'B');?>
payload[:100]:  php://filter/convert.iconv.UTF8.CSISO2022KR|convert.base64-encode|convert.iconv.UTF8.UTF7|convert.ic
send_payload_response_code:200 text: ''
send_payload_success:  True
file_path: http://172.16.101.169//wp-content/plugins/backup-backup/includes/t response code: 404
http://172.16.101.169/ is not vulnerable to CVE-2023-6553

seems like the file is not created on the server, which talked about in the earlier issue.

BTW, send_payload_response_code would always return 200 in any case: send anything on both vulnerable and NON-vulnerable versions. Only differs in the response.text.

WP 6.4.3, BackupMigration plugin 1.3.7

@v4rm3t
Copy link
Author

v4rm3t commented Feb 22, 2024

@NozoMizore7 Do you think it might be something with WordPress patching something on their side?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants