-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Add unauthenticated RCE on Shenzhen Aitemi M300 MT02 (CVE-2025-34152) #20455
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
base: master
Are you sure you want to change the base?
Conversation
'Origin' => "http://#{rhost}", | ||
'Referer' => "http://#{rhost}/network.html", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this required by exploitation? Could it be randomized?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey thank you, I have removed the headers in this commit: ff4ede9 They are not useful.
a1d46f6
to
4afb02c
Compare
4afb02c
to
ff4ede9
Compare
|
||
if res_html.body.include?('langen.js') && res_html.body.include?('dw(TT_SetWifiExt)') | ||
print_good("HTML fingerprint matched in #{page} – UI strings detected") | ||
return CheckCode::Vulnerable('HTML language markers confirmed') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest Appears
as Vulnerable
is used when you trigger vulnerability to confirm exploitability
return CheckCode::Vulnerable('HTML language markers confirmed') | |
return CheckCode::Appears('HTML language markers confirmed') |
Also, I assume this is unpatched, or is there a upper vulnerable version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way to get firmware from device to emulate it?
Hello Metasploit Team,
This new module exploits CVE-2025-34152 in the Shenzhen Aitemi M300 MT02 by abusing the
time_conf
endpoint to run arbitrary commands as root without triggering a reboot or altering network settings. It delivers a reliable RCE vector while keeping the HTTP interface fully operational.