gsd-2006-0553
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
PostgreSQL 8.1.0 through 8.1.2 allows authenticated database users to gain additional privileges via "knowledge of the backend protocol" using a crafted SET ROLE to other database users, a different vulnerability than CVE-2006-0678.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2006-0553",
"description": "PostgreSQL 8.1.0 through 8.1.2 allows authenticated database users to gain additional privileges via \"knowledge of the backend protocol\" using a crafted SET ROLE to other database users, a different vulnerability than CVE-2006-0678.",
"id": "GSD-2006-0553",
"references": [
"https://www.suse.com/security/cve/CVE-2006-0553.html"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2006-0553"
],
"details": "PostgreSQL 8.1.0 through 8.1.2 allows authenticated database users to gain additional privileges via \"knowledge of the backend protocol\" using a crafted SET ROLE to other database users, a different vulnerability than CVE-2006-0678.",
"id": "GSD-2006-0553",
"modified": "2023-12-13T01:19:50.659328Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2006-0553",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "PostgreSQL 8.1.0 through 8.1.2 allows authenticated database users to gain additional privileges via \"knowledge of the backend protocol\" using a crafted SET ROLE to other database users, a different vulnerability than CVE-2006-0678."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-3",
"refsource": "CONFIRM",
"url": "http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-3"
},
{
"name": "ADV-2006-0605",
"refsource": "VUPEN",
"url": "http://www.vupen.com/english/advisories/2006/0605"
},
{
"name": "18890",
"refsource": "SECUNIA",
"url": "http://secunia.com/advisories/18890"
},
{
"name": "VU#567452",
"refsource": "CERT-VN",
"url": "http://www.kb.cert.org/vuls/id/567452"
},
{
"name": "16649",
"refsource": "BID",
"url": "http://www.securityfocus.com/bid/16649"
},
{
"name": "[pgsql-announce] 20060214 Minor Releases 7.3 thru 8.1 Available to Fix Security Issue",
"refsource": "MLIST",
"url": "http://archives.postgresql.org/pgsql-announce/2006-02/msg00008.php"
},
{
"name": "1015636",
"refsource": "SECTRACK",
"url": "http://securitytracker.com/id?1015636"
},
{
"name": "postgresql-setrole-privilege-elevation(24718)",
"refsource": "XF",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/24718"
},
{
"name": "OpenPKG-SA-2006.004",
"refsource": "OPENPKG",
"url": "http://www.openpkg.org/security/OpenPKG-SA-2006.004-postgresql.html"
},
{
"name": "20060215 PostgreSQL security releases 8.1.3, 8.0.7, 7.4.12, 7.3.14",
"refsource": "BUGTRAQ",
"url": "http://www.securityfocus.com/archive/1/425037/100/0/threaded"
}
]
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:postgresql:postgresql:8.1.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:postgresql:postgresql:8.1.1:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:postgresql:postgresql:8.1.2:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2006-0553"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "PostgreSQL 8.1.0 through 8.1.2 allows authenticated database users to gain additional privileges via \"knowledge of the backend protocol\" using a crafted SET ROLE to other database users, a different vulnerability than CVE-2006-0678."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-264"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "[pgsql-announce] 20060214 Minor Releases 7.3 thru 8.1 Available to Fix Security Issue",
"refsource": "MLIST",
"tags": [],
"url": "http://archives.postgresql.org/pgsql-announce/2006-02/msg00008.php"
},
{
"name": "http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-3",
"refsource": "CONFIRM",
"tags": [],
"url": "http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-3"
},
{
"name": "OpenPKG-SA-2006.004",
"refsource": "OPENPKG",
"tags": [
"Vendor Advisory"
],
"url": "http://www.openpkg.org/security/OpenPKG-SA-2006.004-postgresql.html"
},
{
"name": "18890",
"refsource": "SECUNIA",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "http://secunia.com/advisories/18890"
},
{
"name": "VU#567452",
"refsource": "CERT-VN",
"tags": [
"US Government Resource"
],
"url": "http://www.kb.cert.org/vuls/id/567452"
},
{
"name": "16649",
"refsource": "BID",
"tags": [],
"url": "http://www.securityfocus.com/bid/16649"
},
{
"name": "1015636",
"refsource": "SECTRACK",
"tags": [],
"url": "http://securitytracker.com/id?1015636"
},
{
"name": "ADV-2006-0605",
"refsource": "VUPEN",
"tags": [],
"url": "http://www.vupen.com/english/advisories/2006/0605"
},
{
"name": "postgresql-setrole-privilege-elevation(24718)",
"refsource": "XF",
"tags": [],
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/24718"
},
{
"name": "20060215 PostgreSQL security releases 8.1.3, 8.0.7, 7.4.12, 7.3.14",
"refsource": "BUGTRAQ",
"tags": [],
"url": "http://www.securityfocus.com/archive/1/425037/100/0/threaded"
}
]
}
},
"impact": {
"baseMetricV2": {
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "SINGLE",
"availabilityImpact": "PARTIAL",
"baseScore": 6.5,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:L/Au:S/C:P/I:P/A:P",
"version": "2.0"
},
"exploitabilityScore": 8.0,
"impactScore": 6.4,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": true,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
}
},
"lastModifiedDate": "2018-10-19T15:45Z",
"publishedDate": "2006-02-14T19:06Z"
}
}
}
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…