Intel

AIKIDO-2026-10410

github.com/cyberark/conjur-api-go is vulnerable to Incorrect Permission Assignment for Critical Resource

Incorrect Permission Assignment for Critical Resource Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Mar 20, 2026

33

Low Risk

This Affects:

GOgithub.com/cyberark/conjur-api-go
0.4.0 - 0.13.17
Fixed in 0.13.18
Are you affected? Scan for Free

TL;DR

When CONJURAPI_LOG is set to a file path, the Conjur API Go client creates the log file with os.OpenFile(..., 0644), so the file is world-readable. Other users on the same host can read the log file, which may contain sensitive information (e.g. request/response data, URLs, or redaction gaps). The fix changes the mode to 0600 so only the owner can read the log file.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

github.com/cyberark/conjur-api-go is vulnerable to Incorrect Permission Assignment for Critical Resource in versions 0.4.0 - 0.13.17.

How to fix this

Upgrade the github.com/cyberark/conjur-api-go library to the patch version.