gsd-2008-5714
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
Off-by-one error in monitor.c in Qemu 0.9.1 might make it easier for remote attackers to guess the VNC password, which is limited to seven characters where eight was intended.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2008-5714", "description": "Off-by-one error in monitor.c in Qemu 0.9.1 might make it easier for remote attackers to guess the VNC password, which is limited to seven characters where eight was intended.", "id": "GSD-2008-5714", "references": [ "https://www.suse.com/security/cve/CVE-2008-5714.html", "https://www.debian.org/security/2009/dsa-1907" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2008-5714" ], "details": "Off-by-one error in monitor.c in Qemu 0.9.1 might make it easier for remote attackers to guess the VNC password, which is limited to seven characters where eight was intended.", "id": "GSD-2008-5714", "modified": "2023-12-13T01:23:04.407815Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2008-5714", "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": "Off-by-one error in monitor.c in Qemu 0.9.1 might make it easier for remote attackers to guess the VNC password, which is limited to seven characters where eight was intended." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "[qemu-devel] 20081210 Re: [RESEND] [PATCH v2] Fix off-by-one bug limiting VNC passwords to 7 chars", "refsource": "MLIST", "url": "http://lists.gnu.org/archive/html/qemu-devel/2008-12/msg00498.html" }, { "name": "35062", "refsource": "SECUNIA", "url": "http://secunia.com/advisories/35062" }, { "name": "qemu-monitor-weak-security(47683)", "refsource": "XF", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/47683" }, { "name": "[qemu-devel] 20081123 [PATCH] Fix off-by-one bug limiting VNC passwords to 7 chars", "refsource": "MLIST", "url": "http://lists.gnu.org/archive/html/qemu-devel/2008-11/msg01224.html" }, { "name": "34642", "refsource": "SECUNIA", "url": "http://secunia.com/advisories/34642" }, { "name": "http://svn.savannah.gnu.org/viewvc/?view=rev\u0026root=qemu\u0026revision=5966", "refsource": "CONFIRM", "url": "http://svn.savannah.gnu.org/viewvc/?view=rev\u0026root=qemu\u0026revision=5966" }, { "name": "33020", "refsource": "BID", "url": "http://www.securityfocus.com/bid/33020" }, { "name": "USN-776-1", "refsource": "UBUNTU", "url": "http://www.ubuntu.com/usn/usn-776-1" }, { "name": "SUSE-SR:2009:002", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2009-01/msg00004.html" }, { "name": "33568", "refsource": "SECUNIA", "url": "http://secunia.com/advisories/33568" }, { "name": "SUSE-SR:2009:008", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2009-04/msg00003.html" }, { "name": "http://svn.savannah.gnu.org/viewvc/trunk/monitor.c?root=qemu\u0026r1=5966\u0026r2=5965\u0026pathrev=5966", "refsource": "CONFIRM", "url": "http://svn.savannah.gnu.org/viewvc/trunk/monitor.c?root=qemu\u0026r1=5966\u0026r2=5965\u0026pathrev=5966" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:qemu:qemu:0.9.1:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2008-5714" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Off-by-one error in monitor.c in Qemu 0.9.1 might make it easier for remote attackers to guess the VNC password, which is limited to seven characters where eight was intended." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-189" } ] } ] }, "references": { "reference_data": [ { "name": "http://svn.savannah.gnu.org/viewvc/trunk/monitor.c?root=qemu\u0026r1=5966\u0026r2=5965\u0026pathrev=5966", "refsource": "CONFIRM", "tags": [], "url": "http://svn.savannah.gnu.org/viewvc/trunk/monitor.c?root=qemu\u0026r1=5966\u0026r2=5965\u0026pathrev=5966" }, { "name": "[qemu-devel] 20081123 [PATCH] Fix off-by-one bug limiting VNC passwords to 7 chars", "refsource": "MLIST", "tags": [], "url": "http://lists.gnu.org/archive/html/qemu-devel/2008-11/msg01224.html" }, { "name": "http://svn.savannah.gnu.org/viewvc/?view=rev\u0026root=qemu\u0026revision=5966", "refsource": "CONFIRM", "tags": [], "url": "http://svn.savannah.gnu.org/viewvc/?view=rev\u0026root=qemu\u0026revision=5966" }, { "name": "[qemu-devel] 20081210 Re: [RESEND] [PATCH v2] Fix off-by-one bug limiting VNC passwords to 7 chars", "refsource": "MLIST", "tags": [], "url": "http://lists.gnu.org/archive/html/qemu-devel/2008-12/msg00498.html" }, { "name": "33568", "refsource": "SECUNIA", "tags": [], "url": "http://secunia.com/advisories/33568" }, { "name": "SUSE-SR:2009:002", "refsource": "SUSE", "tags": [], "url": "http://lists.opensuse.org/opensuse-security-announce/2009-01/msg00004.html" }, { "name": "33020", "refsource": "BID", "tags": [], "url": "http://www.securityfocus.com/bid/33020" }, { "name": "SUSE-SR:2009:008", "refsource": "SUSE", "tags": [], "url": "http://lists.opensuse.org/opensuse-security-announce/2009-04/msg00003.html" }, { "name": "34642", "refsource": "SECUNIA", "tags": [], "url": "http://secunia.com/advisories/34642" }, { "name": "USN-776-1", "refsource": "UBUNTU", "tags": [], "url": "http://www.ubuntu.com/usn/usn-776-1" }, { "name": "35062", "refsource": "SECUNIA", "tags": [], "url": "http://secunia.com/advisories/35062" }, { "name": "qemu-monitor-weak-security(47683)", "refsource": "XF", "tags": [], "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/47683" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 7.8, "confidentialityImpact": "COMPLETE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:C/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 6.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "HIGH", "userInteractionRequired": false } }, "lastModifiedDate": "2017-08-08T01:33Z", "publishedDate": "2008-12-24T18:29Z" } } }
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.
- 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.