← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

Security Researcher Discovers Vulnerabilities in Electric Scooter Backend

🔄 Updated 1h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Researcher found an exposed administrative panel.
  • Panel contained 83 endpoints for critical operations.
  • Vulnerabilities could allow remote scooter unlocking.
  • Company name and specific details were anonymized.

Initial Discovery and Reconnaissance

A security researcher began investigating an electric scooter company after its launch in their city. The initial phase involved identifying the company and understanding the user flow for scooter rental. Subdomain enumeration of electricscootercompany.com.br revealed several hosts, including a WordPress marketing site, a REST API for clients, and an Angular-based administrative panel.

Exposed Administrative Panel

The administrative panel, located at painel.electricscootercompany.com.br, was discovered through subdomain enumeration and was not linked from the main website. This panel was publicly accessible without authentication, allowing anyone to load the production Angular application. Analysis of the application's JavaScript bundles revealed 83 distinct endpoints.

Backend Functionality and Vulnerabilities

The identified endpoints covered critical functionalities such as user and permission management, vehicle control, trip activation and finalization, IoT device interaction, and financial modules. Although direct access to these protected routes initially resulted in HTTP 401 errors due to authentication requirements, the exposure of the panel itself indicated a significant security oversight. The researcher attempted various methods to bypass authentication, including direct route access, unsigned JWTs, and token tampering.

Potential for Unauthorized Access

The presence of an exposed administrative panel with extensive backend endpoints suggests a potential for unauthorized access and control over the scooter fleet. If authentication mechanisms were bypassed, an attacker could remotely unlock scooters, manipulate user data, or interfere with operational logistics. The specific company details were anonymized by the researcher to protect the entity involved.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~21 min · 18 stories · Aug 21

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

A security researcher identified multiple vulnerabilities in an electric scooter company's backend systems, including an exposed administrative panel and potential for unauthorized scooter unlocking. This highlights common security oversights in IoT deployments and the importance of thorough access control.