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.
4 vulnerabilities by opencve
CVE-2026-62282 (GCVE-0-2026-62282)
Vulnerability from nvd – Published: 2026-09-18 13:52 – Updated: 2026-09-18 13:52
VLAI
EPSS
VEX
Title
OpenCVE: Server-Side Request Forgery (SSRF) in notifications
Summary
OpenCVE is a vulnerability intelligence platform. Prior to 3.0.0, OpenCVE notification testing for Webhook and Slack integrations does not sufficiently validate user-supplied HTTP or HTTPS destinations. An authenticated user with permission to configure notification channels can trigger requests to hosts reachable from the OpenCVE server, including internal network resources, localhost interfaces, link-local addresses, and cloud metadata services, and retrieve information from reachable HTTP services. This issue is fixed in version 3.0.0.
Severity
6.5 (Medium)
CWE
- CWE-918 - Server-Side Request Forgery (SSRF)
Assigner
References
5 references
| URL | Tags |
|---|---|
| https://github.com/opencve/opencve/security/advis… | x_refsource_CONFIRM |
| https://github.com/opencve/opencve/issues/743 | x_refsource_MISC |
| https://github.com/opencve/opencve/pull/747 | x_refsource_MISC |
| https://github.com/opencve/opencve/commit/0af7f89… | x_refsource_MISC |
| https://github.com/opencve/opencve/releases/tag/v3.0.0 | x_refsource_MISC |
{
"containers": {
"cna": {
"affected": [
{
"product": "opencve",
"vendor": "opencve",
"versions": [
{
"status": "affected",
"version": "\u003c 3.0.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "OpenCVE is a vulnerability intelligence platform. Prior to 3.0.0, OpenCVE notification testing for Webhook and Slack integrations does not sufficiently validate user-supplied HTTP or HTTPS destinations. An authenticated user with permission to configure notification channels can trigger requests to hosts reachable from the OpenCVE server, including internal network resources, localhost interfaces, link-local addresses, and cloud metadata services, and retrieve information from reachable HTTP services. This issue is fixed in version 3.0.0."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-918",
"description": "CWE-918: Server-Side Request Forgery (SSRF)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-18T13:52:53.996Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/opencve/opencve/security/advisories/GHSA-ch3g-4xvr-674q",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/opencve/opencve/security/advisories/GHSA-ch3g-4xvr-674q"
},
{
"name": "https://github.com/opencve/opencve/issues/743",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/opencve/opencve/issues/743"
},
{
"name": "https://github.com/opencve/opencve/pull/747",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/opencve/opencve/pull/747"
},
{
"name": "https://github.com/opencve/opencve/commit/0af7f894debc95c67fa53e7ba5a6cdecb10c34f0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/opencve/opencve/commit/0af7f894debc95c67fa53e7ba5a6cdecb10c34f0"
},
{
"name": "https://github.com/opencve/opencve/releases/tag/v3.0.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/opencve/opencve/releases/tag/v3.0.0"
}
],
"source": {
"advisory": "GHSA-ch3g-4xvr-674q",
"discovery": "UNKNOWN"
},
"title": "OpenCVE: Server-Side Request Forgery (SSRF) in notifications"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-62282",
"datePublished": "2026-09-18T13:52:53.996Z",
"dateReserved": "2026-07-13T18:37:08.487Z",
"dateUpdated": "2026-09-18T13:52:53.996Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-92764 (GCVE-0-2026-92764)
Vulnerability from nvd – Published: 2026-09-16 20:32 – Updated: 2026-09-16 20:32
VLAI
EPSS
VEX
Title
OpenCVE before 3.1.0 Organization API Ignores Token Scope
Summary
OpenCVE before 3.1.0 fails to properly scope the organizations API endpoint to the token's organization, instead returning the token creator's memberships. Attackers with organization-scoped tokens can list and retrieve every organization their creator belongs to, bypassing intended token isolation boundaries.
Severity
4.3 (Medium)
CWE
- CWE-863 - Incorrect Authorization
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://github.com/opencve/opencve/issues/744 | issue-tracking |
| https://github.com/opencve/opencve | product |
| https://github.com/opencve/opencve/blob/v2.4.0/we… | technical-description |
| https://github.com/opencve/opencve/blob/v3.1.0/we… | patch |
| https://github.com/opencve/opencve/releases/tag/v3.1.0 | release-notes |
| https://www.vulncheck.com/advisories/opencve-befo… | third-party-advisory |
Date Public
2026-06-21 00:00
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "opencve",
"vendor": "opencve",
"versions": [
{
"lessThan": "3.1.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "George Chen"
}
],
"datePublic": "2026-06-21T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "OpenCVE before 3.1.0 fails to properly scope the organizations API endpoint to the token\u0027s organization, instead returning the token creator\u0027s memberships. Attackers with organization-scoped tokens can list and retrieve every organization their creator belongs to, bypassing intended token isolation boundaries."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "NONE"
},
"format": "CVSS"
},
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"format": "CVSS"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-863",
"description": "Incorrect Authorization",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-16T20:32:30.536Z",
"orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"shortName": "VulnCheck"
},
"references": [
{
"name": "GitHub Issue #744",
"tags": [
"issue-tracking"
],
"url": "https://github.com/opencve/opencve/issues/744"
},
{
"tags": [
"product"
],
"url": "https://github.com/opencve/opencve"
},
{
"name": "OrganizationViewSet.get_queryset scopes by member, not by token organization",
"tags": [
"technical-description"
],
"url": "https://github.com/opencve/opencve/blob/v2.4.0/web/organizations/resources.py#L20-L25"
},
{
"name": "v3.1.0 honours authenticated_organization",
"tags": [
"patch"
],
"url": "https://github.com/opencve/opencve/blob/v3.1.0/web/organizations/resources.py#L20-L30"
},
{
"name": "opencve v3.1.0 Release Notes",
"tags": [
"release-notes"
],
"url": "https://github.com/opencve/opencve/releases/tag/v3.1.0"
},
{
"name": "VulnCheck Advisory: OpenCVE before 3.1.0 Organization API Ignores Token Scope",
"tags": [
"third-party-advisory"
],
"url": "https://www.vulncheck.com/advisories/opencve-before-3.1.0-organization-api-ignores-token-scope"
}
],
"title": "OpenCVE before 3.1.0 Organization API Ignores Token Scope",
"x_generator": {
"engine": "vulncheck-endgame"
}
}
},
"cveMetadata": {
"assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"assignerShortName": "VulnCheck",
"cveId": "CVE-2026-92764",
"datePublished": "2026-09-16T20:32:30.536Z",
"dateReserved": "2026-09-16T19:06:21.593Z",
"dateUpdated": "2026-09-16T20:32:30.536Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-62282 (GCVE-0-2026-62282)
Vulnerability from cvelistv5 – Published: 2026-09-18 13:52 – Updated: 2026-09-18 13:52
VLAI
EPSS
VEX
Title
OpenCVE: Server-Side Request Forgery (SSRF) in notifications
Summary
OpenCVE is a vulnerability intelligence platform. Prior to 3.0.0, OpenCVE notification testing for Webhook and Slack integrations does not sufficiently validate user-supplied HTTP or HTTPS destinations. An authenticated user with permission to configure notification channels can trigger requests to hosts reachable from the OpenCVE server, including internal network resources, localhost interfaces, link-local addresses, and cloud metadata services, and retrieve information from reachable HTTP services. This issue is fixed in version 3.0.0.
Severity
6.5 (Medium)
CWE
- CWE-918 - Server-Side Request Forgery (SSRF)
Assigner
References
5 references
| URL | Tags |
|---|---|
| https://github.com/opencve/opencve/security/advis… | x_refsource_CONFIRM |
| https://github.com/opencve/opencve/issues/743 | x_refsource_MISC |
| https://github.com/opencve/opencve/pull/747 | x_refsource_MISC |
| https://github.com/opencve/opencve/commit/0af7f89… | x_refsource_MISC |
| https://github.com/opencve/opencve/releases/tag/v3.0.0 | x_refsource_MISC |
{
"containers": {
"cna": {
"affected": [
{
"product": "opencve",
"vendor": "opencve",
"versions": [
{
"status": "affected",
"version": "\u003c 3.0.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "OpenCVE is a vulnerability intelligence platform. Prior to 3.0.0, OpenCVE notification testing for Webhook and Slack integrations does not sufficiently validate user-supplied HTTP or HTTPS destinations. An authenticated user with permission to configure notification channels can trigger requests to hosts reachable from the OpenCVE server, including internal network resources, localhost interfaces, link-local addresses, and cloud metadata services, and retrieve information from reachable HTTP services. This issue is fixed in version 3.0.0."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-918",
"description": "CWE-918: Server-Side Request Forgery (SSRF)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-18T13:52:53.996Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/opencve/opencve/security/advisories/GHSA-ch3g-4xvr-674q",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/opencve/opencve/security/advisories/GHSA-ch3g-4xvr-674q"
},
{
"name": "https://github.com/opencve/opencve/issues/743",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/opencve/opencve/issues/743"
},
{
"name": "https://github.com/opencve/opencve/pull/747",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/opencve/opencve/pull/747"
},
{
"name": "https://github.com/opencve/opencve/commit/0af7f894debc95c67fa53e7ba5a6cdecb10c34f0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/opencve/opencve/commit/0af7f894debc95c67fa53e7ba5a6cdecb10c34f0"
},
{
"name": "https://github.com/opencve/opencve/releases/tag/v3.0.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/opencve/opencve/releases/tag/v3.0.0"
}
],
"source": {
"advisory": "GHSA-ch3g-4xvr-674q",
"discovery": "UNKNOWN"
},
"title": "OpenCVE: Server-Side Request Forgery (SSRF) in notifications"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-62282",
"datePublished": "2026-09-18T13:52:53.996Z",
"dateReserved": "2026-07-13T18:37:08.487Z",
"dateUpdated": "2026-09-18T13:52:53.996Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-92764 (GCVE-0-2026-92764)
Vulnerability from cvelistv5 – Published: 2026-09-16 20:32 – Updated: 2026-09-16 20:32
VLAI
EPSS
VEX
Title
OpenCVE before 3.1.0 Organization API Ignores Token Scope
Summary
OpenCVE before 3.1.0 fails to properly scope the organizations API endpoint to the token's organization, instead returning the token creator's memberships. Attackers with organization-scoped tokens can list and retrieve every organization their creator belongs to, bypassing intended token isolation boundaries.
Severity
4.3 (Medium)
CWE
- CWE-863 - Incorrect Authorization
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://github.com/opencve/opencve/issues/744 | issue-tracking |
| https://github.com/opencve/opencve | product |
| https://github.com/opencve/opencve/blob/v2.4.0/we… | technical-description |
| https://github.com/opencve/opencve/blob/v3.1.0/we… | patch |
| https://github.com/opencve/opencve/releases/tag/v3.1.0 | release-notes |
| https://www.vulncheck.com/advisories/opencve-befo… | third-party-advisory |
Date Public
2026-06-21 00:00
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "opencve",
"vendor": "opencve",
"versions": [
{
"lessThan": "3.1.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "George Chen"
}
],
"datePublic": "2026-06-21T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "OpenCVE before 3.1.0 fails to properly scope the organizations API endpoint to the token\u0027s organization, instead returning the token creator\u0027s memberships. Attackers with organization-scoped tokens can list and retrieve every organization their creator belongs to, bypassing intended token isolation boundaries."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "NONE"
},
"format": "CVSS"
},
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"format": "CVSS"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-863",
"description": "Incorrect Authorization",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-16T20:32:30.536Z",
"orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"shortName": "VulnCheck"
},
"references": [
{
"name": "GitHub Issue #744",
"tags": [
"issue-tracking"
],
"url": "https://github.com/opencve/opencve/issues/744"
},
{
"tags": [
"product"
],
"url": "https://github.com/opencve/opencve"
},
{
"name": "OrganizationViewSet.get_queryset scopes by member, not by token organization",
"tags": [
"technical-description"
],
"url": "https://github.com/opencve/opencve/blob/v2.4.0/web/organizations/resources.py#L20-L25"
},
{
"name": "v3.1.0 honours authenticated_organization",
"tags": [
"patch"
],
"url": "https://github.com/opencve/opencve/blob/v3.1.0/web/organizations/resources.py#L20-L30"
},
{
"name": "opencve v3.1.0 Release Notes",
"tags": [
"release-notes"
],
"url": "https://github.com/opencve/opencve/releases/tag/v3.1.0"
},
{
"name": "VulnCheck Advisory: OpenCVE before 3.1.0 Organization API Ignores Token Scope",
"tags": [
"third-party-advisory"
],
"url": "https://www.vulncheck.com/advisories/opencve-before-3.1.0-organization-api-ignores-token-scope"
}
],
"title": "OpenCVE before 3.1.0 Organization API Ignores Token Scope",
"x_generator": {
"engine": "vulncheck-endgame"
}
}
},
"cveMetadata": {
"assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"assignerShortName": "VulnCheck",
"cveId": "CVE-2026-92764",
"datePublished": "2026-09-16T20:32:30.536Z",
"dateReserved": "2026-09-16T19:06:21.593Z",
"dateUpdated": "2026-09-16T20:32:30.536Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}