gsd-2023-22298
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
Open redirect vulnerability in pgAdmin 4 versions prior to v6.14 allows a remote unauthenticated attacker to redirect a user to an arbitrary web site and conduct a phishing attack by having a user to access a specially crafted URL.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2023-22298",
"id": "GSD-2023-22298",
"references": [
"https://www.suse.com/security/cve/CVE-2023-22298.html"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-22298"
],
"details": "Open redirect vulnerability in pgAdmin 4 versions prior to v6.14 allows a remote unauthenticated attacker to redirect a user to an arbitrary web site and conduct a phishing attack by having a user to access a specially crafted URL.",
"id": "GSD-2023-22298",
"modified": "2023-12-13T01:20:42.605871Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "vultures@jpcert.or.jp",
"ID": "CVE-2023-22298",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "pgAdmin 4",
"version": {
"version_data": [
{
"version_value": "versions prior to v6.14"
}
]
}
}
]
},
"vendor_name": "pgAdmin Project"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Open redirect vulnerability in pgAdmin 4 versions prior to v6.14 allows a remote unauthenticated attacker to redirect a user to an arbitrary web site and conduct a phishing attack by having a user to access a specially crafted URL."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Open Redirect"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://www.pgadmin.org/",
"refsource": "MISC",
"url": "https://www.pgadmin.org/"
},
{
"name": "https://github.com/pgadmin-org/pgadmin4",
"refsource": "MISC",
"url": "https://github.com/pgadmin-org/pgadmin4"
},
{
"name": "https://github.com/pgadmin-org/pgadmin4/issues/5343",
"refsource": "MISC",
"url": "https://github.com/pgadmin-org/pgadmin4/issues/5343"
},
{
"name": "https://jvn.jp/en/jp/JVN03832974/index.html",
"refsource": "MISC",
"url": "https://jvn.jp/en/jp/JVN03832974/index.html"
},
{
"name": "FEDORA-2023-0334c6000a",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VHY2B25YHIIFQ3G44TR7NNEST7FJGJPH/"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003e=4.0,\u003c6.14",
"affected_versions": "All versions starting from 4.0 before 6.14",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-601",
"CWE-937"
],
"date": "2023-02-02",
"description": "Open redirect vulnerability in pgAdmin 4 versions prior to v6.14 allows a remote unauthenticated attacker to redirect a user to an arbitrary web site and conduct a phishing attack by having a user to access a specially crafted URL.",
"fixed_versions": [
"6.14"
],
"identifier": "CVE-2023-22298",
"identifiers": [
"CVE-2023-22298"
],
"not_impacted": "All versions before 4.0, all versions starting from 6.14",
"package_slug": "pypi/pgadmin4",
"pubdate": "2023-01-17",
"solution": "Upgrade to version 6.14 or above.",
"title": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2023-22298",
"https://github.com/pgadmin-org/pgadmin4",
"https://github.com/pgadmin-org/pgadmin4/issues/5343",
"https://jvn.jp/en/jp/JVN03832974/index.html",
"https://www.pgadmin.org/"
],
"uuid": "1f632d04-ebb0-4b41-b2fb-bc5297b142de"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:pgadmin:pgadmin:*:*:*:*:*:postgresql:*:*",
"cpe_name": [],
"versionEndExcluding": "6.14",
"versionStartIncluding": "4.0",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "vultures@jpcert.or.jp",
"ID": "CVE-2023-22298"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "Open redirect vulnerability in pgAdmin 4 versions prior to v6.14 allows a remote unauthenticated attacker to redirect a user to an arbitrary web site and conduct a phishing attack by having a user to access a specially crafted URL."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-601"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/pgadmin-org/pgadmin4",
"refsource": "MISC",
"tags": [
"Product",
"Third Party Advisory"
],
"url": "https://github.com/pgadmin-org/pgadmin4"
},
{
"name": "https://github.com/pgadmin-org/pgadmin4/issues/5343",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/pgadmin-org/pgadmin4/issues/5343"
},
{
"name": "https://jvn.jp/en/jp/JVN03832974/index.html",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://jvn.jp/en/jp/JVN03832974/index.html"
},
{
"name": "https://www.pgadmin.org/",
"refsource": "MISC",
"tags": [
"Vendor Advisory"
],
"url": "https://www.pgadmin.org/"
},
{
"name": "FEDORA-2023-0334c6000a",
"refsource": "FEDORA",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VHY2B25YHIIFQ3G44TR7NNEST7FJGJPH/"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 2.7
}
},
"lastModifiedDate": "2023-02-02T18:44Z",
"publishedDate": "2023-01-17T10:15Z"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…