SQL Injection in Eufy Security Application
I found a textbook SQLi in the Eufy Security application. Don’t mind the heavy use of red blocks to redact. The first, normal request. Everything looks fine. Notice the response time at 35 millise...
I found a textbook SQLi in the Eufy Security application. Don’t mind the heavy use of red blocks to redact. The first, normal request. Everything looks fine. Notice the response time at 35 millise...
Organizr is a self-hosted application written in PHP that basically helps you self-host other services at your home. It’s nifty application with a surprisingly large amount of functionality. I was ...
I updated this post to add in prowlarr support. But here is the updated docker-compose.yml. version: '3.8' services: pms-docker: container_name: plex network_mode: host ...
I’ve continued my quest to translate exploits into Golang. Here is an RCE in Webmin due to broken access controls. Please see the following links for more information. https://nvd.nist.gov/vuln/de...
Edit: These were given CVE-2022-43263 and CVE-2022-43264. I found these vulnerabilities in the latest version of Guitar Pro (1.10.2) on the iPad and iPhone. Neither one is that great of a concern,...
I was doing a security review of CrushFTP, a multi-platform FTP application, and I came across a DoS stemming from lack of validation of user input. Originally, I thought there was broken function...
Once again, I decided to rewrite an exploit in Golang. Once again, I did thirty seconds of searching to find if someone had already written this one in Golang. Once again, I did not find a preexist...
Let’s say you’re doing a pentest, and you run across access to AWS Lambda. I recently learned you can get a persistent shell (for 15 minutes, at least) via Lambda, which seemed odd to me because a...
Edit: The weather station issues were given CVE-2022-35122. I contacted the manufacturer in regards to these issues. They responded quickly. I wasn’t expecting anything to be done about the issues...
Edit: This was given CVE-2022-35122. I recently purchased the ECOWITT GW1102 Home Weather Station. It’s exactly what it sounds like - a mini weather station for your house. It has all the usual se...