CVE-2026-75486: Synk Sweater Comb < 3.8.8 Command Injection via .vervet.yaml Branch Name

Published Aug 28, 2026
·
Updated

Synk Sweater Comb before 3.8.8 contains a command injection vulnerability that allows an attacker who controls the .vervet.yaml configuration file to execute arbitrary OS commands by injecting malicious input into the linters.<key>.optic-ci.original branch name field. The expectGitBranch() function in src/lint.ts passes the unsanitized branch name directly into childprocess.exec() via an unescaped template literal, enabling arbitrary command execution when the lint command is run against the repository.

Affected Software

1 affected component
Synk Sweater Comb<3.8.8

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Synk Sweater Comb to a version that resolves this vulnerability.

    Fixed in 3.8.8
  2. Configuration

    Ensure the branch name provided in .vervet.yaml under <key>.optic-ci.original is sanitized/validated before it is consumed by Synk Sweater Comb; do not allow attacker-controlled unsanitized values to reach the lint execution path.

    Synk Sweater Comb .vervet.yaml key: optic-ci.original branch name = Use a sanitized/validated branch name (ensure it cannot contain shell metacharacters)
  3. Compensating control

    Run lint only for repositories where .vervet.yaml is trusted/controlled by you, since an attacker controlling .vervet.yaml can inject commands into the linters.

Event History

Aug 28, 2026
CVE Published
via MITRE·03:47 PM
Data Sourced
via MITRE·03:47 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who is exposed to this issue?

Repositories using Synk Sweater Comb versions before 3.8.8 are exposed when an attacker can control or modify the repository's .vervet.yaml file and can cause the lint command to run against that repository.

2

What is required for exploitation?

The attacker needs control of the linters.<key>.optic-ci.original branch name value in .vervet.yaml. Exploitation occurs when the lint command runs, because the vulnerable code passes that value unsanitized to child_process.exec().

3

Does exploitation require user interaction?

Yes. The provided vector indicates user interaction is required, and the vulnerable path is reached when someone runs the lint command against the affected repository.

4

What should be done if immediate upgrading is not possible?

Restrict who can modify .vervet.yaml and do not run the lint command on repositories or changes containing untrusted configuration. Review linters.<key>.optic-ci.original values for shell metacharacters or other unexpected branch-name content.

5

How can teams determine whether they are affected?

Check whether Synk Sweater Comb is earlier than version 3.8.8 and whether .vervet.yaml uses linters.<key>.optic-ci.original branch-name settings. Repositories where untrusted parties can change that configuration are particularly at risk.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203