GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-15023 (GCVE-0-2026-15023)

Vulnerability from cvelistv5 – Published: 2026-08-25 01:26 – Updated: 2026-08-25 15:18
VLAI
Title
Events Manager <= 7.4.0 - Authenticated (Contributor+) SQL Injection via 'meta_key' Parameter in Event/Location Duplicate Action
Summary
The Events Manager – Calendar, Bookings, Tickets, and more! plugin for WordPress is vulnerable to generic SQL Injection via Stored 'meta_key' via Event/Location Duplicate Action in all versions up to, and including, 7.4.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This is a second-order SQL injection: an attacker first plants SQL metacharacters in a custom meta key via the standard add-meta flow (WordPress stores these verbatim in wp_postmeta), then triggers the injection by invoking the event_duplicate or location_duplicate action, which reads the stored meta keys via get_post_meta() and concatenates them unsafely into the INSERT query.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-25 15:18 UTC
CWE
  • CWE-89 - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Impacted products
Vendor Product Version CPE status
netweblogic Events Manager – Calendar, Bookings, Tickets, and more! Affected: 0 , ≤ 7.4.0 (semver)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-15023",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-25T15:18:05.086232Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-25T15:18:18.613Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Events Manager \u2013 Calendar, Bookings, Tickets, and more!",
          "vendor": "netweblogic",
          "versions": [
            {
              "lessThanOrEqual": "7.4.0",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "finder",
          "value": "Dmitrii Ignatyev"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "The Events Manager \u2013 Calendar, Bookings, Tickets, and more! plugin for WordPress is vulnerable to generic SQL Injection via Stored \u0027meta_key\u0027 via Event/Location Duplicate Action in all versions up to, and including, 7.4.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This is a second-order SQL injection: an attacker first plants SQL metacharacters in a custom meta key via the standard add-meta flow (WordPress stores these verbatim in wp_postmeta), then triggers the injection by invoking the event_duplicate or location_duplicate action, which reads the stored meta keys via get_post_meta() and concatenates them unsafely into the INSERT query."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-89",
              "description": "CWE-89 Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-25T01:26:44.361Z",
        "orgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
        "shortName": "Wordfence"
      },
      "references": [
        {
          "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/fe1e8c38-345a-4529-81ba-188a8dc58503?source=cve"
        },
        {
          "url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/classes/em-event.php#L1727"
        },
        {
          "url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/classes/em-event.php#L1720"
        },
        {
          "url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/classes/em-location.php#L620"
        },
        {
          "url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/classes/em-location.php#L613"
        },
        {
          "url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/em-actions.php#L160"
        },
        {
          "url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/em-actions.php#L316"
        },
        {
          "url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/classes/em-event.php#L1727"
        },
        {
          "url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/classes/em-event.php#L1720"
        },
        {
          "url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/classes/em-location.php#L620"
        },
        {
          "url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/classes/em-location.php#L613"
        },
        {
          "url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/em-actions.php#L160"
        },
        {
          "url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/em-actions.php#L316"
        },
        {
          "url": "https://plugins.trac.wordpress.org/changeset?old_path=/events-manager/tags/7.4.0.1\u0026new_path=/events-manager/tags/7.4.1"
        }
      ],
      "timeline": [
        {
          "lang": "en",
          "time": "2026-07-08T01:26:25.000Z",
          "value": "Vendor Notified"
        },
        {
          "lang": "en",
          "time": "2026-08-24T13:24:31.000Z",
          "value": "Disclosed"
        }
      ],
      "title": "Events Manager \u003c= 7.4.0 - Authenticated (Contributor+) SQL Injection via \u0027meta_key\u0027 Parameter in Event/Location Duplicate Action"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
    "assignerShortName": "Wordfence",
    "cveId": "CVE-2026-15023",
    "datePublished": "2026-08-25T01:26:44.361Z",
    "dateReserved": "2026-07-08T01:11:12.035Z",
    "dateUpdated": "2026-08-25T15:18:18.613Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-15023",
      "date": "2026-09-12",
      "epss": "0.00426",
      "percentile": "0.36032"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-15023\",\"sourceIdentifier\":\"security@wordfence.com\",\"published\":\"2026-08-25T02:16:39.940\",\"lastModified\":\"2026-08-26T16:19:05.917\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The Events Manager \u2013 Calendar, Bookings, Tickets, and more! plugin for WordPress is vulnerable to generic SQL Injection via Stored \u0027meta_key\u0027 via Event/Location Duplicate Action in all versions up to, and including, 7.4.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This is a second-order SQL injection: an attacker first plants SQL metacharacters in a custom meta key via the standard add-meta flow (WordPress stores these verbatim in wp_postmeta), then triggers the injection by invoking the event_duplicate or location_duplicate action, which reads the stored meta keys via get_post_meta() and concatenates them unsafely into the INSERT query.\"}],\"affected\":[{\"source\":\"security@wordfence.com\",\"affectedData\":[{\"vendor\":\"netweblogic\",\"product\":\"Events Manager \u2013 Calendar, Bookings, Tickets, and more!\",\"defaultStatus\":\"unaffected\",\"versions\":[{\"version\":\"0\",\"lessThanOrEqual\":\"7.4.0\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security@wordfence.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-08-25T15:18:05.086232Z\",\"id\":\"CVE-2026-15023\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security@wordfence.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-89\"}]}],\"references\":[{\"url\":\"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/classes/em-event.php#L1720\",\"source\":\"security@wordfence.com\"},{\"url\":\"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/classes/em-event.php#L1727\",\"source\":\"security@wordfence.com\"},{\"url\":\"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/classes/em-location.php#L613\",\"source\":\"security@wordfence.com\"},{\"url\":\"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/classes/em-location.php#L620\",\"source\":\"security@wordfence.com\"},{\"url\":\"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/em-actions.php#L160\",\"source\":\"security@wordfence.com\"},{\"url\":\"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/em-actions.php#L316\",\"source\":\"security@wordfence.com\"},{\"url\":\"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/classes/em-event.php#L1720\",\"source\":\"security@wordfence.com\"},{\"url\":\"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/classes/em-event.php#L1727\",\"source\":\"security@wordfence.com\"},{\"url\":\"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/classes/em-location.php#L613\",\"source\":\"security@wordfence.com\"},{\"url\":\"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/classes/em-location.php#L620\",\"source\":\"security@wordfence.com\"},{\"url\":\"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/em-actions.php#L160\",\"source\":\"security@wordfence.com\"},{\"url\":\"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/em-actions.php#L316\",\"source\":\"security@wordfence.com\"},{\"url\":\"https://plugins.trac.wordpress.org/changeset?old_path=/events-manager/tags/7.4.0.1\u0026new_path=/events-manager/tags/7.4.1\",\"source\":\"security@wordfence.com\"},{\"url\":\"https://www.wordfence.com/threat-intel/vulnerabilities/id/fe1e8c38-345a-4529-81ba-188a8dc58503?source=cve\",\"source\":\"security@wordfence.com\"}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-15023\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-08-25T15:18:05.086232Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-08-25T15:18:13.706Z\"}}], \"cna\": {\"title\": \"Events Manager \u003c= 7.4.0 - Authenticated (Contributor+) SQL Injection via \u0027meta_key\u0027 Parameter in Event/Location Duplicate Action\", \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Dmitrii Ignatyev\"}], \"metrics\": [{\"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 6.5, \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\"}}], \"affected\": [{\"vendor\": \"netweblogic\", \"product\": \"Events Manager \\u2013 Calendar, Bookings, Tickets, and more!\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"7.4.0\"}], \"defaultStatus\": \"unaffected\"}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2026-07-08T01:26:25.000Z\", \"value\": \"Vendor Notified\"}, {\"lang\": \"en\", \"time\": \"2026-08-24T13:24:31.000Z\", \"value\": \"Disclosed\"}], \"references\": [{\"url\": \"https://www.wordfence.com/threat-intel/vulnerabilities/id/fe1e8c38-345a-4529-81ba-188a8dc58503?source=cve\"}, {\"url\": \"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/classes/em-event.php#L1727\"}, {\"url\": \"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/classes/em-event.php#L1720\"}, {\"url\": \"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/classes/em-location.php#L620\"}, {\"url\": \"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/classes/em-location.php#L613\"}, {\"url\": \"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/em-actions.php#L160\"}, {\"url\": \"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/em-actions.php#L316\"}, {\"url\": \"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/classes/em-event.php#L1727\"}, {\"url\": \"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/classes/em-event.php#L1720\"}, {\"url\": \"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/classes/em-location.php#L620\"}, {\"url\": \"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/classes/em-location.php#L613\"}, {\"url\": \"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/em-actions.php#L160\"}, {\"url\": \"https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/em-actions.php#L316\"}, {\"url\": \"https://plugins.trac.wordpress.org/changeset?old_path=/events-manager/tags/7.4.0.1\u0026new_path=/events-manager/tags/7.4.1\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"The Events Manager \\u2013 Calendar, Bookings, Tickets, and more! plugin for WordPress is vulnerable to generic SQL Injection via Stored \u0027meta_key\u0027 via Event/Location Duplicate Action in all versions up to, and including, 7.4.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This is a second-order SQL injection: an attacker first plants SQL metacharacters in a custom meta key via the standard add-meta flow (WordPress stores these verbatim in wp_postmeta), then triggers the injection by invoking the event_duplicate or location_duplicate action, which reads the stored meta keys via get_post_meta() and concatenates them unsafely into the INSERT query.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-89\", \"description\": \"CWE-89 Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"b15e7b5b-3da4-40ae-a43c-f7aa60e62599\", \"shortName\": \"Wordfence\", \"dateUpdated\": \"2026-08-25T01:26:44.361Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2026-15023\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-25T15:18:18.613Z\", \"dateReserved\": \"2026-07-08T01:11:12.035Z\", \"assignerOrgId\": \"b15e7b5b-3da4-40ae-a43c-f7aa60e62599\", \"datePublished\": \"2026-08-25T01:26:44.361Z\", \"assignerShortName\": \"Wordfence\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…