Week 3
https://thehackernews.com/2022/05/how-secrets-lurking-in-source-code-lead.html
An increasing threat to cybersecurity is software secrets being leaked to places like GitHub. By secrets, I do not mean secrets in the traditional sense, although they are secret, in this case, a secret is a key for software engineering teams to use in order to access source code. Secrets are similar to passwords, however, they are meant to be shared among a team.
Sharing passwords can be convenient for a team, but it opens up security risks for these secrets to be leaked and accessed by hackers.
In the process of software development, previous versions of the software are saved in case a new version introduces bugs. Sometimes previous versions are saved for years.
Often what gets leaked is the keys to the older versions of the software which still resembles much of the current day software, leading to open access to the source code.
Knowledge of the source code can give hackers what they need to access organization information and exploit it.
Comments
Post a Comment