Search criteria
2 vulnerabilities by simonfairbairn
CVE-2025-15476 (GCVE-0-2025-15476)
Vulnerability from cvelistv5 – Published: 2026-02-07 08:26 – Updated: 2026-02-07 08:26
VLAI?
Title
The Bucketlister <= 0.1.5 - Missing Authorization to Authenticated (Subscriber+) Bucket List Modification
Summary
The The Bucketlister plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the bucketlister_do_admin_ajax() function in all versions up to, and including, 0.1.5. This makes it possible for authenticated attackers, with Subscriber-level access and above, to add delete or modify arbitrary bucket list items.
Severity ?
4.3 (Medium)
CWE
- CWE-862 - Missing Authorization
Assigner
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| simonfairbairn | The Bucketlister |
Affected:
* , ≤ 0.1.5
(semver)
|
Credits
Ivan Cese
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "The Bucketlister",
"vendor": "simonfairbairn",
"versions": [
{
"lessThanOrEqual": "0.1.5",
"status": "affected",
"version": "*",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Ivan Cese"
}
],
"descriptions": [
{
"lang": "en",
"value": "The The Bucketlister plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the bucketlister_do_admin_ajax() function in all versions up to, and including, 0.1.5. This makes it possible for authenticated attackers, with Subscriber-level access and above, to add delete or modify arbitrary bucket list items."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-862",
"description": "CWE-862 Missing Authorization",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-07T08:26:41.831Z",
"orgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
"shortName": "Wordfence"
},
"references": [
{
"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/fc9e6374-8f9e-4c60-a86b-46cd4122abf9?source=cve"
},
{
"url": "https://plugins.trac.wordpress.org/browser/the-bucketlister/tags/0.1.5/bucketlister.php#L185"
}
],
"timeline": [
{
"lang": "en",
"time": "2025-12-14T00:00:00.000+00:00",
"value": "Discovered"
},
{
"lang": "en",
"time": "2026-02-06T20:26:32.000+00:00",
"value": "Disclosed"
}
],
"title": "The Bucketlister \u003c= 0.1.5 - Missing Authorization to Authenticated (Subscriber+) Bucket List Modification"
}
},
"cveMetadata": {
"assignerOrgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
"assignerShortName": "Wordfence",
"cveId": "CVE-2025-15476",
"datePublished": "2026-02-07T08:26:41.831Z",
"dateReserved": "2026-01-07T11:37:29.516Z",
"dateUpdated": "2026-02-07T08:26:41.831Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2025-15477 (GCVE-0-2025-15477)
Vulnerability from cvelistv5 – Published: 2026-02-07 08:26 – Updated: 2026-02-07 08:26
VLAI?
Title
The Bucketlister <= 0.1.5 - Authenticated (Contributor+) SQL Injection via `category` and `id` Shortcode Attributes
Summary
The Bucketlister plugin for WordPress is vulnerable to SQL Injection via the plugin's shortcode `category` and `id` attributes in all versions up to, and including, 0.1.5 due to insufficient escaping on the user supplied parameters 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.
Severity ?
6.5 (Medium)
CWE
- CWE-89 - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Assigner
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| simonfairbairn | The Bucketlister |
Affected:
* , ≤ 0.1.5
(semver)
|
Credits
Ivan Cese
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "The Bucketlister",
"vendor": "simonfairbairn",
"versions": [
{
"lessThanOrEqual": "0.1.5",
"status": "affected",
"version": "*",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Ivan Cese"
}
],
"descriptions": [
{
"lang": "en",
"value": "The Bucketlister plugin for WordPress is vulnerable to SQL Injection via the plugin\u0027s shortcode `category` and `id` attributes in all versions up to, and including, 0.1.5 due to insufficient escaping on the user supplied parameters 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."
}
],
"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-02-07T08:26:41.436Z",
"orgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
"shortName": "Wordfence"
},
"references": [
{
"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/fba36ebc-a396-4eb8-8cb6-afc50b9c974e?source=cve"
},
{
"url": "https://plugins.trac.wordpress.org/browser/the-bucketlister/tags/0.1.5/bucketlister.php#L19"
}
],
"timeline": [
{
"lang": "en",
"time": "2025-12-14T00:00:00.000+00:00",
"value": "Discovered"
},
{
"lang": "en",
"time": "2026-02-06T20:26:14.000+00:00",
"value": "Disclosed"
}
],
"title": "The Bucketlister \u003c= 0.1.5 - Authenticated (Contributor+) SQL Injection via `category` and `id` Shortcode Attributes"
}
},
"cveMetadata": {
"assignerOrgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
"assignerShortName": "Wordfence",
"cveId": "CVE-2025-15477",
"datePublished": "2026-02-07T08:26:41.436Z",
"dateReserved": "2026-01-07T12:33:47.336Z",
"dateUpdated": "2026-02-07T08:26:41.436Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}