mariana-bteixeira / python-mini-projects

A collection of simple python mini projects to enhance your python skills
https://python-world.github.io/python-mini-projects/#/
MIT License
0 stars 0 forks source link

CX SSRF @ projects/Geocoding/geocoding.py [master] #10

Open mariana-bteixeira opened 6 months ago

mariana-bteixeira commented 6 months ago

SSRF issue exists @ projects/Geocoding/geocoding.py in branch master

The application sends a request to a remote server, for some resource, using get in projects\Geocoding\geocoding.py:18. However, an attacker can control the target of the request, by sending a URL or other data in input at projects\Geocoding\geocoding.py:6.Similarity ID: 795374525

Severity: Medium

CWE:918

Vulnerability details and guidance

Internal Guidance

Checkmarx

Training Recommended Fix

Lines: 6


Code (Line #6):

address = input("Input the address: ")

mariana-bteixeira commented 6 months ago

Issue still exists.