CVE-2026-6674
SQL Injection in WordPress CMS für Motorrad Werkstätten Plugin
Publication date: 2026-04-21
Last updated on: 2026-04-21
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| cms_fuer_motorrad_werkstaetten | plugin | to 1.0.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The Plugin: CMS für Motorrad Werkstätten plugin for WordPress has a vulnerability known as SQL Injection in the 'arttype' parameter. This occurs because the plugin does not properly escape user input and does not sufficiently prepare the SQL query. As a result, authenticated users with subscriber-level access or higher can insert additional SQL commands into existing queries.
This allows these users to manipulate the database queries in unintended ways, potentially extracting sensitive information from the database.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers with subscriber-level access or above to extract sensitive information from your database. Since the SQL Injection flaw lets them append additional SQL queries, they could access data that should be protected.
Although the vulnerability does not affect the integrity or availability of the system, the confidentiality of your data is at high risk.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability allows authenticated attackers with subscriber-level access to perform SQL Injection attacks that can extract sensitive information from the database.
This exposure of sensitive data could lead to non-compliance with data protection regulations such as GDPR and HIPAA, which require the protection of personal and sensitive information from unauthorized access.
Therefore, exploitation of this vulnerability may result in violations of these standards due to potential data breaches.