{"id":"MAL-2026-15827","title":"Malicious code in company-sdk (PyPI)","summary":"Malicious code in company-sdk (PyPI)","severity":"none","vendor":"company-sdk","product":"company-sdk","ecosystem":"pip","affected":["company-sdk"],"published":"2026-09-03","updated":"2026-09-03","source":"OSV","sourceUrl":"https://osv.dev/vulnerability/MAL-2026-15827","references":[{"url":"https://bad-packages.kam193.eu/pypi/package/company-sdk"},{"url":"https://pypi.org/project/company-sdk/0.0.1/"}],"tags":["osv","pip"],"ingestedAt":"2026-09-03T19:32:11.007Z","slug":"MAL-2026-15827","body":"## Overview\n\n\n---\n_-= Per source details. Do not edit below this line.=-_\n\n## Source: amazon-inspector (46a5156bc1c582f0be8c1c33340b338cba12276dd9ea90235210fbc2ff950c85)\ncompany_sdk.py executes credential-harvesting code at module import time. It walks the installer's home directory reading SSH keys (~/.ssh), cloud credentials (~/.aws, ~/.azure, ~/.config/gcloud), package manager tokens (~/.npmrc, ~/.pypirc, ~/.netrc, ~/.pgpass), Docker/Kube configs,.env files, Vault/Terraform tokens, and shell history, and enumerates process environment variables whose names match credential keywords (TOKEN, SECRET, KEY, PASSWORD, AWS_, GITHUB_, etc.). The collected material is gzip-compressed, XOR-encrypted with a keystream derived via PBKDF2-HMAC-SHA256 from a hardcoded 32-byte hex passphrase, HMAC-tagged, and base64-encoded. The _drop() function then POSTs the encrypted blob to https://api.github.com/gists using a hardcoded ghp_-prefixed GitHub Personal Access Token as the Bearer credential, with TLS verification explicitly disabled (ssl.CERT_NONE). The upload runs unconditionally on import inside a bare try/except so failures are silent. Using GitHub Gist as the drop channel routes the exfiltration through a domain that typically bypasses egress filtering, and encrypting the payload with an author-only key conceals contents from network inspection.\n\n## Source: kam193 (f4b45f8532bf4a1b0b6a1b987a12b2ab7e4b626351b48bfffb159beed150983e)\nDuring import, package exfiltrates sensitive files, credentials and env variables to a private GitHub Gist.\n\n\n---\n\nCategory: MALICIOUS - The campaign has clearly malicious intent, like infostealers.\n\n\nCampaign: 2026-09-company-sdk\n\n\nReasons (based on the campaign):\n\n\n - exfiltration-env-variables\n\n\n - files-exfiltration\n\n\n - exfiltration-credentials\n\n\n - exfiltration-ssh-keys\n\n\n## Affected packages\n\n- `company-sdk`\n\n## Remediation\n\nRefer to the advisory for the patched release.","depth":"sunlit","depthScore":3,"depthScoreParts":{"impact":2.8,"likelihood":0,"exploitation":0,"ransomware":0},"changes":[]}