2 results (0.008 seconds)

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

01 Jul 2024 — 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 serv... • https://blog.cocoapods.org/Claim-Your-Pods • CWE-668: Exposure of Resource to Wrong Sphere •

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

01 Jul 2024 — 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 001cc3a430e75a163... • https://github.com/ReeFSpeK/CocoaPods-RCE_CVE-2024-38366 • CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') •