Vulnerable File Permissions - nataneliezer/tech-journal GitHub Wiki
What are improper file permissions?
File permissions that are inappropriate and can be utilized by attackers usually contain the read write execute ability. This will allow attackers to modify the data and execute their code instead of what is intended.
A threat actor can use scripts and one liners to find these types of files and take advantage of them.