gsd-2020-15873
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
In LibreNMS before 1.65.1, an authenticated attacker can achieve SQL Injection via the customoid.inc.php device_id POST parameter to ajax_form.php.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2020-15873", "description": "In LibreNMS before 1.65.1, an authenticated attacker can achieve SQL Injection via the customoid.inc.php device_id POST parameter to ajax_form.php.", "id": "GSD-2020-15873" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2020-15873" ], "details": "In LibreNMS before 1.65.1, an authenticated attacker can achieve SQL Injection via the customoid.inc.php device_id POST parameter to ajax_form.php.", "id": "GSD-2020-15873", "modified": "2023-12-13T01:21:43.940796Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2020-15873", "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": "In LibreNMS before 1.65.1, an authenticated attacker can achieve SQL Injection via the customoid.inc.php device_id POST parameter to ajax_form.php." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://research.loginsoft.com/bugs/blind-sql-injection-in-librenms/", "refsource": "MISC", "url": "https://research.loginsoft.com/bugs/blind-sql-injection-in-librenms/" }, { "name": "https://community.librenms.org/c/announcements", "refsource": "MISC", "url": "https://community.librenms.org/c/announcements" }, { "name": "https://github.com/librenms/librenms/compare/1.65...1.65.1", "refsource": "MISC", "url": "https://github.com/librenms/librenms/compare/1.65...1.65.1" }, { "name": "https://github.com/librenms/librenms/pull/11923", "refsource": "MISC", "url": "https://github.com/librenms/librenms/pull/11923" }, { "name": "https://github.com/librenms/librenms/commit/8f3a29cde5bbd8608f9b42923a7d7e2598bcac4e", "refsource": "MISC", "url": "https://github.com/librenms/librenms/commit/8f3a29cde5bbd8608f9b42923a7d7e2598bcac4e" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c1.65.1", "affected_versions": "All versions before 1.65.1", "cvss_v2": "AV:N/AC:L/Au:S/C:P/I:N/A:N", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-89", "CWE-937" ], "date": "2020-07-23", "description": "In LibreNMS, an authenticated attacker can achieve SQL Injection via the `customoid.inc.php` `device_id` POST parameter to `ajax_form.php`.", "fixed_versions": [ "1.65.1" ], "identifier": "CVE-2020-15873", "identifiers": [ "CVE-2020-15873" ], "not_impacted": "All versions starting from 1.65.1", "package_slug": "packagist/librenms/librenms", "pubdate": "2020-07-21", "solution": "Upgrade to version 1.65.1 or above.", "title": "SQL Injection", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-15873", "https://community.librenms.org/c/announcements" ], "uuid": "e4a5a402-7e0b-4fdd-a223-a2cffc3c33d0" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:librenms:librenms:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.65.1", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2020-15873" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "In LibreNMS before 1.65.1, an authenticated attacker can achieve SQL Injection via the customoid.inc.php device_id POST parameter to ajax_form.php." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-89" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/librenms/librenms/compare/1.65...1.65.1", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/librenms/librenms/compare/1.65...1.65.1" }, { "name": "https://community.librenms.org/c/announcements", "refsource": "MISC", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "https://community.librenms.org/c/announcements" }, { "name": "https://github.com/librenms/librenms/pull/11923", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/librenms/librenms/pull/11923" }, { "name": "https://github.com/librenms/librenms/commit/8f3a29cde5bbd8608f9b42923a7d7e2598bcac4e", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/librenms/librenms/commit/8f3a29cde5bbd8608f9b42923a7d7e2598bcac4e" }, { "name": "https://research.loginsoft.com/bugs/blind-sql-injection-in-librenms/", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://research.loginsoft.com/bugs/blind-sql-injection-in-librenms/" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 4.0, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:S/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 8.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "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" }, "exploitabilityScore": 2.8, "impactScore": 3.6 } }, "lastModifiedDate": "2020-07-23T14:17Z", "publishedDate": "2020-07-21T17: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.
- 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.