CVE-2026-76055 PUBLISHED

Assigner: BlackDuck
Reserved: 18.08.2026 Published: 24.08.2026 Updated: 24.08.2026

Improper Neutralization of Special Elements used in an OS Command in the package manager component of Black Duck blackduck-c-cpp before 3.0.7 allows an actor able to create a file within the scanned build directory to execute operating system commands as the account running the scan.

Filesystem paths encountered while traversing the scanned directory are interpolated into command strings that are executed through a shell without quoting or escaping, so shell metacharacters within those paths are interpreted rather than treated as literal text. No control over the build command or the tool's configuration is required.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N
CVSS Score: 7.5

Product Status

Vendor Black Duck
Product blackduck-c-cpp
Versions Default: unaffected
  • affected from 0 to 3.0.7 (excl.)

References

Problem Types

  • CWE-78 Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') CWE

Impacts

  • Execution of arbitrary operating system commands on the host performing the scan, with the privileges of the account running the scan. That account can typically read files, modify source and build outputs, and start further processes on that host.