gsd-2017-1001000
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
The register_routes function in wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php in the REST API in WordPress 4.7.x before 4.7.2 does not require an integer identifier, which allows remote attackers to modify arbitrary pages via a request for wp-json/wp/v2/posts followed by a numeric value and a non-numeric value, as demonstrated by the wp-json/wp/v2/posts/123?id=123helloworld URI.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2017-1001000", "description": "The register_routes function in wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php in the REST API in WordPress 4.7.x before 4.7.2 does not require an integer identifier, which allows remote attackers to modify arbitrary pages via a request for wp-json/wp/v2/posts followed by a numeric value and a non-numeric value, as demonstrated by the wp-json/wp/v2/posts/123?id=123helloworld URI.", "id": "GSD-2017-1001000" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2017-1001000" ], "details": "The register_routes function in wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php in the REST API in WordPress 4.7.x before 4.7.2 does not require an integer identifier, which allows remote attackers to modify arbitrary pages via a request for wp-json/wp/v2/posts followed by a numeric value and a non-numeric value, as demonstrated by the wp-json/wp/v2/posts/123?id=123helloworld URI.", "id": "GSD-2017-1001000", "modified": "2023-12-13T01:21:05.176110Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "josh@bress.net", "ID": "CVE-2017-1001000", "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": "The register_routes function in wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php in the REST API in WordPress 4.7.x before 4.7.2 does not require an integer identifier, which allows remote attackers to modify arbitrary pages via a request for wp-json/wp/v2/posts followed by a numeric value and a non-numeric value, as demonstrated by the wp-json/wp/v2/posts/123?id=123helloworld URI." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://codex.wordpress.org/Version_4.7.2", "refsource": "CONFIRM", "url": "https://codex.wordpress.org/Version_4.7.2" }, { "name": "https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/", "refsource": "CONFIRM", "url": "https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/" }, { "name": "https://blogs.akamai.com/2017/02/wordpress-web-api-vulnerability.html", "refsource": "MISC", "url": "https://blogs.akamai.com/2017/02/wordpress-web-api-vulnerability.html" }, { "name": "https://gist.github.com/leonjza/2244eb15510a0687ed93160c623762ab", "refsource": "MISC", "url": "https://gist.github.com/leonjza/2244eb15510a0687ed93160c623762ab" }, { "name": "https://blog.sucuri.net/2017/02/content-injection-vulnerability-wordpress-rest-api.html", "refsource": "MISC", "url": "https://blog.sucuri.net/2017/02/content-injection-vulnerability-wordpress-rest-api.html" }, { "name": "https://github.com/WordPress/WordPress/commit/e357195ce303017d517aff944644a7a1232926f7", "refsource": "CONFIRM", "url": "https://github.com/WordPress/WordPress/commit/e357195ce303017d517aff944644a7a1232926f7" }, { "name": "https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/", "refsource": "CONFIRM", "url": "https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/" }, { "name": "[oss-security] 20170210 Re: Asking for a CVE id for the WordPress Privilege Escalation vulnerability (4.7/4.7.1)", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2017/02/10/16" }, { "name": "1037731", "refsource": "SECTRACK", "url": "http://www.securitytracker.com/id/1037731" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:wordpress:wordpress:4.7.1:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:wordpress:wordpress:4.7.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:wordpress:wordpress:4.7:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve-assign@distributedweaknessfiling.org", "ID": "CVE-2017-1001000" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "The register_routes function in wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php in the REST API in WordPress 4.7.x before 4.7.2 does not require an integer identifier, which allows remote attackers to modify arbitrary pages via a request for wp-json/wp/v2/posts followed by a numeric value and a non-numeric value, as demonstrated by the wp-json/wp/v2/posts/123?id=123helloworld URI." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "NVD-CWE-noinfo" } ] } ] }, "references": { "reference_data": [ { "name": "https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/", "refsource": "CONFIRM", "tags": [ "Patch", "Release Notes", "Vendor Advisory" ], "url": "https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/" }, { "name": "https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/", "refsource": "CONFIRM", "tags": [ "Patch", "Vendor Advisory" ], "url": "https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/" }, { "name": "https://github.com/WordPress/WordPress/commit/e357195ce303017d517aff944644a7a1232926f7", "refsource": "CONFIRM", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/WordPress/WordPress/commit/e357195ce303017d517aff944644a7a1232926f7" }, { "name": "https://gist.github.com/leonjza/2244eb15510a0687ed93160c623762ab", "refsource": "MISC", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://gist.github.com/leonjza/2244eb15510a0687ed93160c623762ab" }, { "name": "https://codex.wordpress.org/Version_4.7.2", "refsource": "CONFIRM", "tags": [ "Patch", "Vendor Advisory" ], "url": "https://codex.wordpress.org/Version_4.7.2" }, { "name": "https://blogs.akamai.com/2017/02/wordpress-web-api-vulnerability.html", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://blogs.akamai.com/2017/02/wordpress-web-api-vulnerability.html" }, { "name": "https://blog.sucuri.net/2017/02/content-injection-vulnerability-wordpress-rest-api.html", "refsource": "MISC", "tags": [ "Technical Description", "Third Party Advisory" ], "url": "https://blog.sucuri.net/2017/02/content-injection-vulnerability-wordpress-rest-api.html" }, { "name": "[oss-security] 20170210 Re: Asking for a CVE id for the WordPress Privilege Escalation vulnerability (4.7/4.7.1)", "refsource": "MLIST", "tags": [ "Mailing List", "Patch", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2017/02/10/16" }, { "name": "1037731", "refsource": "SECTRACK", "tags": [], "url": "http://www.securitytracker.com/id/1037731" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:N", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.0" }, "exploitabilityScore": 3.9, "impactScore": 3.6 } }, "lastModifiedDate": "2019-10-03T00:03Z", "publishedDate": "2017-04-03T01:59Z" } } }
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.
Loading…