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 by devpi
CVE-2026-54723 (GCVE-0-2026-54723)
Vulnerability from nvd – Published: 2026-09-14 17:41 – Updated: 2026-09-14 18:21
VLAI
EPSS
VEX
Title
devpi: Database contents leak
Summary
devpi is a Python package index staging server and packaging, testing, and release tool. Prior to 6.20.2 and 7.0.0b3, a server configured with the primary or deprecated master role allows an unauthenticated, modified GET request to the +changelog route because verify_primary does not reject a missing identity and therefore fails to require ReplicaIdentity. The response can disclose complete database content, including Argon2 password hashes and identifiers and salts for devpi-tokens; exposed hashes may be subject to dictionary attacks, and public tokens may assist attempts to derive the server secret. Large responses can also consume significant CPU, input/output capacity, and bandwidth. Servers using the standalone role are not exposed through replication, and an instance served exclusively through nginx with devpi-lockdown redirects the request to login with no known exploit. This issue is fixed in devpi-server versions 6.20.2 and 7.0.0b3.
Severity
6.5 (Medium)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-14 18:21 UTC
CWE
- CWE-304 - Missing Critical Step in Authentication
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/devpi/devpi/security/advisorie… | x_refsource_CONFIRM |
| https://github.com/devpi/devpi/commit/b4ea49fed4a… | x_refsource_MISC |
| https://github.com/devpi/devpi/releases/tag/serve… | x_refsource_MISC |
Impacted products
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-54723",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-14T18:21:44.018894Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-14T18:21:50.993Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "devpi",
"vendor": "devpi",
"versions": [
{
"status": "affected",
"version": "\u003c 6.20.2"
},
{
"status": "affected",
"version": "\u003e= 7.0.0b1, \u003c 7.0.0b3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "devpi is a Python package index staging server and packaging, testing, and release tool. Prior to 6.20.2 and 7.0.0b3, a server configured with the primary or deprecated master role allows an unauthenticated, modified GET request to the +changelog route because verify_primary does not reject a missing identity and therefore fails to require ReplicaIdentity. The response can disclose complete database content, including Argon2 password hashes and identifiers and salts for devpi-tokens; exposed hashes may be subject to dictionary attacks, and public tokens may assist attempts to derive the server secret. Large responses can also consume significant CPU, input/output capacity, and bandwidth. Servers using the standalone role are not exposed through replication, and an instance served exclusively through nginx with devpi-lockdown redirects the request to login with no known exploit. This issue is fixed in devpi-server versions 6.20.2 and 7.0.0b3."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-304",
"description": "CWE-304: Missing Critical Step in Authentication",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-14T17:41:23.451Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/devpi/devpi/security/advisories/GHSA-m5pq-69xg-vcq3",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/devpi/devpi/security/advisories/GHSA-m5pq-69xg-vcq3"
},
{
"name": "https://github.com/devpi/devpi/commit/b4ea49fed4a6233d63f8509c3bf7efafc9b2db17",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/devpi/devpi/commit/b4ea49fed4a6233d63f8509c3bf7efafc9b2db17"
},
{
"name": "https://github.com/devpi/devpi/releases/tag/server-6.20.2",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/devpi/devpi/releases/tag/server-6.20.2"
}
],
"source": {
"advisory": "GHSA-m5pq-69xg-vcq3",
"discovery": "UNKNOWN"
},
"title": "devpi: Database contents leak"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-54723",
"datePublished": "2026-09-14T17:41:23.451Z",
"dateReserved": "2026-06-15T23:07:33.232Z",
"dateUpdated": "2026-09-14T18:21:50.993Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-54723 (GCVE-0-2026-54723)
Vulnerability from cvelistv5 – Published: 2026-09-14 17:41 – Updated: 2026-09-14 18:21
VLAI
EPSS
VEX
Title
devpi: Database contents leak
Summary
devpi is a Python package index staging server and packaging, testing, and release tool. Prior to 6.20.2 and 7.0.0b3, a server configured with the primary or deprecated master role allows an unauthenticated, modified GET request to the +changelog route because verify_primary does not reject a missing identity and therefore fails to require ReplicaIdentity. The response can disclose complete database content, including Argon2 password hashes and identifiers and salts for devpi-tokens; exposed hashes may be subject to dictionary attacks, and public tokens may assist attempts to derive the server secret. Large responses can also consume significant CPU, input/output capacity, and bandwidth. Servers using the standalone role are not exposed through replication, and an instance served exclusively through nginx with devpi-lockdown redirects the request to login with no known exploit. This issue is fixed in devpi-server versions 6.20.2 and 7.0.0b3.
Severity
6.5 (Medium)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-14 18:21 UTC
CWE
- CWE-304 - Missing Critical Step in Authentication
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/devpi/devpi/security/advisorie… | x_refsource_CONFIRM |
| https://github.com/devpi/devpi/commit/b4ea49fed4a… | x_refsource_MISC |
| https://github.com/devpi/devpi/releases/tag/serve… | x_refsource_MISC |
Impacted products
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-54723",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-14T18:21:44.018894Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-14T18:21:50.993Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "devpi",
"vendor": "devpi",
"versions": [
{
"status": "affected",
"version": "\u003c 6.20.2"
},
{
"status": "affected",
"version": "\u003e= 7.0.0b1, \u003c 7.0.0b3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "devpi is a Python package index staging server and packaging, testing, and release tool. Prior to 6.20.2 and 7.0.0b3, a server configured with the primary or deprecated master role allows an unauthenticated, modified GET request to the +changelog route because verify_primary does not reject a missing identity and therefore fails to require ReplicaIdentity. The response can disclose complete database content, including Argon2 password hashes and identifiers and salts for devpi-tokens; exposed hashes may be subject to dictionary attacks, and public tokens may assist attempts to derive the server secret. Large responses can also consume significant CPU, input/output capacity, and bandwidth. Servers using the standalone role are not exposed through replication, and an instance served exclusively through nginx with devpi-lockdown redirects the request to login with no known exploit. This issue is fixed in devpi-server versions 6.20.2 and 7.0.0b3."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-304",
"description": "CWE-304: Missing Critical Step in Authentication",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-14T17:41:23.451Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/devpi/devpi/security/advisories/GHSA-m5pq-69xg-vcq3",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/devpi/devpi/security/advisories/GHSA-m5pq-69xg-vcq3"
},
{
"name": "https://github.com/devpi/devpi/commit/b4ea49fed4a6233d63f8509c3bf7efafc9b2db17",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/devpi/devpi/commit/b4ea49fed4a6233d63f8509c3bf7efafc9b2db17"
},
{
"name": "https://github.com/devpi/devpi/releases/tag/server-6.20.2",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/devpi/devpi/releases/tag/server-6.20.2"
}
],
"source": {
"advisory": "GHSA-m5pq-69xg-vcq3",
"discovery": "UNKNOWN"
},
"title": "devpi: Database contents leak"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-54723",
"datePublished": "2026-09-14T17:41:23.451Z",
"dateReserved": "2026-06-15T23:07:33.232Z",
"dateUpdated": "2026-09-14T18:21:50.993Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}