Hi folks,
I hope you all had a wonderful and productive week. Nothing too Earth-shattering in this issue, although it could have been if I read the article on supply-chain attacks on iOS and Mac apps right. And plenty of other interesting stuff to read and learn about. Enjoy!
Interesting write-up of three vulnerabilities that were found in the CacoaPods system, a dependency manager for Swift and Objective-C projects (used to write iOS and Mac apps).
One issue hijacked a log-in-by-mailed-link flow and stole your session keys, another allowed anyone to claim abandonded projects, and the last one allowed for remote code execution on the CacoaPods server, no less.
Considering the level of access that lot's of apps have, and that apparently most apps auto-update whenever a dependency gets an update, this could have been a really bad one. Right now it's not certain if anything was exploited.
The write-up is well written, I'd recommend it as an educational read. And another warning of how bad supply chain attacks can be.