Skip to content

[GHSA-rx97-6c62-55mf] Hashicorp Nomad Incorrect Privilege Assignment vulnerability#6773

Closed
dduzgun-security wants to merge 1 commit intodduzgun-security/advisory-improvement-6773from
dduzgun-security-GHSA-rx97-6c62-55mf
Closed

[GHSA-rx97-6c62-55mf] Hashicorp Nomad Incorrect Privilege Assignment vulnerability#6773
dduzgun-security wants to merge 1 commit intodduzgun-security/advisory-improvement-6773from
dduzgun-security-GHSA-rx97-6c62-55mf

Conversation

@dduzgun-security
Copy link

Updates

  • Affected products

Comments
Missing CVE versions.

Copilot AI review requested due to automatic review settings February 4, 2026 16:00
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates a GitHub security advisory for HashiCorp Nomad (GHSA-rx97-6c62-55mf) by adding missing CVE version ranges for affected Go packages.

Changes:

  • Added two new affected package entries for github.com/hashicorp/nomad with version ranges
  • Updated the modification timestamp

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +37 to 74
{
"package": {
"ecosystem": "Go",
"name": "github.com/hashicorp/nomad"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.9.10"
}
]
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/hashicorp/nomad"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.8.14"
}
]
}
]
}
Copy link

Copilot AI Feb 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The two vulnerability ranges overlap and could be consolidated. Both specify 'introduced: 0' for the same package, creating redundant entries. Consider using a single range with multiple version-specific 'fixed' events, or specify distinct 'introduced' versions (e.g., '1.9.0' and '1.8.0') to clarify which release lines are affected.

Copilot uses AI. Check for mistakes.
@github-actions github-actions bot changed the base branch from main to dduzgun-security/advisory-improvement-6773 February 4, 2026 16:01
@JonathanLEvans
Copy link

Hi @dduzgun-security,

Thank you for your contribution. 1.9.10 and 1.8.14 do not exist in the Go registry. The versions appear to be only for Nomad Enterprise, which we do not support.

@dduzgun-security
Copy link
Author

@JonathanLEvans Ah that's true my mistake on this one, you're right. I'll close this PR. Thanks for looking into it.

@github-actions github-actions bot deleted the dduzgun-security-GHSA-rx97-6c62-55mf branch February 4, 2026 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants