Search
Find a vulnerability
Search criteria
ⓘ
Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.
2 vulnerabilities found for Chef360 by Progress Chef
CVE-2026-8668 (GCVE-0-2026-8668)
Vulnerability from cvelistv5 – Published: 2026-06-18 21:19 – Updated: 2026-06-18 21:19
VLAI
Title
Hardcoded credentials in embedded content
Summary
A static credential embedded in Chef 360 prior to v1.7.0 permitted unauthenticated access to internal message queues. Queue messages contained tenant-specific identifiers. The credential has been rotated and replaced with per-tenant access in subsequent versions, eliminating this access method entirely.
Severity
CWE
- CWE-523 - Unprotected transport of credentials
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://docs.chef.io/release_notes/360/ | release-notes |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| Progress Chef | Chef360 |
Affected:
0 , < 1.7.1
(semver)
|
{
"containers": {
"cna": {
"affected": [
{
"collectionURL": "https://docs.chef.io/360/1.7/",
"defaultStatus": "unaffected",
"modules": [
"queue"
],
"packageName": "Delivery service",
"platforms": [
"64 bit",
"ARM",
"x86",
"Linux"
],
"product": "Chef360",
"vendor": "Progress Chef",
"versions": [
{
"lessThan": "1.7.1",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cspan\u003eA static credential embedded in Chef 360 prior to v1.7.0 permitted unauthenticated access to internal message queues. \u0026nbsp;Queue messages contained tenant-specific identifiers. \u0026nbsp;The credential has been rotated and replaced with per-tenant access in subsequent versions, eliminating this access method entirely.\u003c/span\u003e"
}
],
"value": "A static credential embedded in Chef 360 prior to v1.7.0 permitted unauthenticated access to internal message queues. \u00a0Queue messages contained tenant-specific identifiers. \u00a0The credential has been rotated and replaced with per-tenant access in subsequent versions, eliminating this access method entirely."
}
],
"impacts": [
{
"capecId": "CAPEC-21",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-21 Exploitation of Trusted Identifiers"
}
]
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "YES",
"Recovery": "NOT_DEFINED",
"Safety": "NEGLIGIBLE",
"attackComplexity": "HIGH",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 2.3,
"baseSeverity": "LOW",
"exploitMaturity": "PROOF_OF_CONCEPT",
"privilegesRequired": "LOW",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "LOW",
"subConfidentialityImpact": "HIGH",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:N/VA:L/SC:H/SI:N/SA:L/E:P/S:N/AU:Y/RE:L",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "LOW"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-523",
"description": "CWE-523 Unprotected transport of credentials",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-18T21:19:18.848Z",
"orgId": "f9fea0b6-671e-4eea-8fde-31911902ae05",
"shortName": "ProgressSoftware"
},
"references": [
{
"tags": [
"release-notes"
],
"url": "https://docs.chef.io/release_notes/360/"
}
],
"solutions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Fixed in 1.7.1"
}
],
"value": "Fixed in 1.7.1"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Hardcoded credentials in embedded content",
"workarounds": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Remove content from bundled tools; change password"
}
],
"value": "Remove content from bundled tools; change password"
}
],
"x_generator": {
"engine": "Vulnogram 1.0.2"
}
}
},
"cveMetadata": {
"assignerOrgId": "f9fea0b6-671e-4eea-8fde-31911902ae05",
"assignerShortName": "ProgressSoftware",
"cveId": "CVE-2026-8668",
"datePublished": "2026-06-18T21:19:18.848Z",
"dateReserved": "2026-05-15T09:51:14.946Z",
"dateUpdated": "2026-06-18T21:19:18.848Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-8100 (GCVE-0-2026-8100)
Vulnerability from cvelistv5 – Published: 2026-06-18 21:18 – Updated: 2026-06-18 21:18
VLAI
Summary
Impact
A security issue has been identified in Chef 360 that could allow unauthorized access to protected API endpoints under specific conditions. This issue is due to improper handling of URL-encoded paths during request processing. In certain scenarios, an authenticated request may bypass standard access controls gaining additional privileges, potentially allowing access to API endpoints that are intended to be restricted to higher-permissioned roles. The impact is limited to environments where the affected request patterns can be triggered and depends on specific deployment configuration and access controls in place.
Resolution
The issue has been addressed through product updates that improve request validation and enforce strict path normalization before authorization checks. Customers are advised to update to the latest available version containing the fix, version 1.7.1 or later.
Severity
CWE
- CWE-23 - Relative path traversal
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://community.progress.com/s/article/Authenti… | vendor-advisory |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| Progress Chef | Chef360 |
Affected:
0 , < 1.7.1
(semver)
|
{
"containers": {
"cna": {
"affected": [
{
"collectionURL": "https://docs.chef.io/360/1.7/",
"defaultStatus": "unaffected",
"modules": [
"NGINX"
],
"packageName": "api-gateway",
"platforms": [
"Linux",
"x86",
"ARM",
"64 bit"
],
"product": "Chef360",
"vendor": "Progress Chef",
"versions": [
{
"lessThan": "1.7.1",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cspan\u003e\u003cspan\u003e\u003cstrong\u003eImpact\u003c/strong\u003e\u003c/span\u003e\u003cbr\u003e\nA security issue has been identified in Chef 360 that could allow unauthorized access to protected API endpoints under specific conditions.\u0026nbsp;\u003cspan\u003eThis issue is due to improper handling of URL-encoded paths during request processing. In certain scenarios, an authenticated request may bypass standard access controls gaining additional privileges, potentially allowing access to API endpoints that are intended to be restricted to higher-permissioned roles.\u0026nbsp;The impact is limited to environments where the affected request patterns can be triggered and depends on specific deployment configuration and access controls in place.\u003c/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eResolution\u003c/strong\u003e\u003c/span\u003e\u003cbr\u003e\u003cspan\u003eThe issue has been addressed through product updates that improve request validation and enforce strict path normalization before authorization checks.\u0026nbsp; Customers are advised to update to the latest available version containing the fix, version 1.7.1 or later.\u003c/span\u003e\u003c/span\u003e"
}
],
"value": "Impact\n\nA security issue has been identified in Chef 360 that could allow unauthorized access to protected API endpoints under specific conditions.\u00a0This issue is due to improper handling of URL-encoded paths during request processing. In certain scenarios, an authenticated request may bypass standard access controls gaining additional privileges, potentially allowing access to API endpoints that are intended to be restricted to higher-permissioned roles.\u00a0The impact is limited to environments where the affected request patterns can be triggered and depends on specific deployment configuration and access controls in place.\nResolution\nThe issue has been addressed through product updates that improve request validation and enforce strict path normalization before authorization checks.\u00a0 Customers are advised to update to the latest available version containing the fix, version 1.7.1 or later."
}
],
"impacts": [
{
"capecId": "CAPEC-179",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-179 Calling Micro-Services Directly"
}
]
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "YES",
"Recovery": "NOT_DEFINED",
"Safety": "NEGLIGIBLE",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"exploitMaturity": "PROOF_OF_CONCEPT",
"privilegesRequired": "LOW",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "HIGH",
"subConfidentialityImpact": "HIGH",
"subIntegrityImpact": "HIGH",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P/S:N/AU:Y/RE:M",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "MODERATE"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-23",
"description": "CWE-23 Relative path traversal",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-18T21:18:27.689Z",
"orgId": "f9fea0b6-671e-4eea-8fde-31911902ae05",
"shortName": "ProgressSoftware"
},
"references": [
{
"tags": [
"vendor-advisory"
],
"url": "https://community.progress.com/s/article/Authentication-Bypass-via-URL-Encoded-Path-Traversal"
}
],
"source": {
"discovery": "UNKNOWN"
},
"x_generator": {
"engine": "Vulnogram 1.0.2"
}
}
},
"cveMetadata": {
"assignerOrgId": "f9fea0b6-671e-4eea-8fde-31911902ae05",
"assignerShortName": "ProgressSoftware",
"cveId": "CVE-2026-8100",
"datePublished": "2026-06-18T21:18:27.689Z",
"dateReserved": "2026-05-07T13:58:59.166Z",
"dateUpdated": "2026-06-18T21:18:27.689Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}