2 results (0.006 seconds)

CVSS: 9.3EPSS: 0%CPEs: 1EXPL: 0

trunk.cocoapods.org is the authentication server for the CoacoaPods dependency manager. A vulnerability affected older pods which migrated from the pre-2014 pull request workflow to trunk. If the pods had never been claimed then it was still possible to do so. It was also possible to have all owners removed from a pod, and that made the pod available for the same claiming system. This was patched server-side in commit 71be5440906b6bdfbc0bcc7f8a9fec33367ea0f4 in September 2023. trunk.cocoapods.org es el servidor de autenticación para el administrador de dependencias de CoacoaPods. • https://blog.cocoapods.org/Claim-Your-Pods https://blog.cocoapods.org/CocoaPods-Trunk-RCEs-2023 https://evasec.webflow.io/blog/eva-discovered-supply-chain-vulnerabities-in-cocoapods#1-taking-unauthorized-ownership-over-orphaned-pods https://github.com/CocoaPods/CocoaPods/security/advisories/GHSA-j483-qm5c-7hqx https://github.com/CocoaPods/trunk.cocoapods.org/commit/71be5440906b6bdfbc0bcc7f8a9fec33367ea0f4 • CWE-668: Exposure of Resource to Wrong Sphere •

CVSS: 10.0EPSS: 0%CPEs: 1EXPL: 1

trunk.cocoapods.org is the authentication server for the CoacoaPods dependency manager. The part of trunk which verifies whether a user has a real email address on signup used a rfc-822 library which executes a shell command to validate the email domain MX records validity. It works via an DNS MX. This lookup could be manipulated to also execute a command on the trunk server, effectively giving root access to the server and the infrastructure. This issue was patched server-side with commit 001cc3a430e75a16307f5fd6cdff1363ad2f40f3 in September 2023. • https://github.com/ReeFSpeK/CocoaPods-RCE_CVE-2024-38366 https://blog.cocoapods.org/CocoaPods-Trunk-RCEs-2023 https://evasec.webflow.io/blog/eva-discovered-supply-chain-vulnerabities-in-cocoapods#2-remote-code-execution-on-the-cocoapods-trunk-server https://github.com/CocoaPods/CocoaPods/security/advisories/GHSA-x2x4-g675-qg7c • CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') •