2024-08-24 04:03:14 +00:00
{
"id" : "CVE-2023-0926" ,
"sourceIdentifier" : "security@wordfence.com" ,
"published" : "2024-08-24T02:15:03.993" ,
2024-09-27 02:03:18 +00:00
"lastModified" : "2024-09-27T01:01:34.407" ,
"vulnStatus" : "Analyzed" ,
2024-08-24 04:03:14 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "The Custom Permalinks plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 2.6.0 due to insufficient input sanitization and output escaping on tag names. This allows authenticated users, with editor-level permissions or greater to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page, even when 'unfiltered_html' has been disabled."
2024-08-26 14:03:14 +00:00
} ,
{
"lang" : "es" ,
"value" : "El complemento Custom Permalinks para WordPress es vulnerable a Cross-Site Scripting Almacenado en versiones hasta la 2.6.0 incluida debido a una desinfecci\u00f3n de entrada insuficiente y a un escape de salida en los nombres de las etiquetas. Esto permite a los usuarios autenticados, con permisos de nivel de editor o superiores, inyectar scripts web arbitrarios en p\u00e1ginas que se ejecutar\u00e1n cada vez que un usuario acceda a una p\u00e1gina inyectada, incluso cuando 'unfiltered_html' est\u00e9 deshabilitado."
2024-08-24 04:03:14 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
{
2024-12-08 03:06:42 +00:00
"source" : "security@wordfence.com" ,
"type" : "Secondary" ,
2024-09-27 02:03:18 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N" ,
"baseScore" : 4.4 ,
"baseSeverity" : "MEDIUM" ,
2024-09-27 02:03:18 +00:00
"attackVector" : "NETWORK" ,
2024-12-08 03:06:42 +00:00
"attackComplexity" : "HIGH" ,
"privilegesRequired" : "HIGH" ,
"userInteraction" : "NONE" ,
2024-09-27 02:03:18 +00:00
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-09-27 02:03:18 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 1.3 ,
2024-09-27 02:03:18 +00:00
"impactScore" : 2.7
} ,
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-08-24 04:03:14 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" ,
"baseScore" : 5.4 ,
"baseSeverity" : "MEDIUM" ,
2024-08-24 04:03:14 +00:00
"attackVector" : "NETWORK" ,
2024-12-08 03:06:42 +00:00
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "REQUIRED" ,
2024-08-24 04:03:14 +00:00
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-08-24 04:03:14 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 2.3 ,
2024-08-24 04:03:14 +00:00
"impactScore" : 2.7
}
]
} ,
"weaknesses" : [
2024-09-27 02:03:18 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security@wordfence.com" ,
"type" : "Secondary" ,
2024-09-27 02:03:18 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-79"
}
]
} ,
2024-08-24 04:03:14 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-08-24 04:03:14 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-79"
}
]
}
] ,
2024-09-27 02:03:18 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:samiahmedsiddiqui:custom_permalinks:*:*:*:*:*:wordpress:*:*" ,
"versionEndExcluding" : "2.7.0" ,
"matchCriteriaId" : "426C2909-5B31-4FE2-BD34-0FE93CEE0A02"
}
]
}
]
}
] ,
2024-08-24 04:03:14 +00:00
"references" : [
{
"url" : "https://github.com/samiahmedsiddiqui/custom-permalinks/pull/96" ,
2024-09-27 02:03:18 +00:00
"source" : "security@wordfence.com" ,
"tags" : [
"Issue Tracking" ,
"Patch"
]
2024-08-24 04:03:14 +00:00
} ,
{
"url" : "https://plugins.trac.wordpress.org/changeset/3138206/custom-permalinks/trunk/admin/class-custom-permalinks-post-types-table.php" ,
2024-09-27 02:03:18 +00:00
"source" : "security@wordfence.com" ,
"tags" : [
"Patch"
]
2024-08-24 04:03:14 +00:00
} ,
{
"url" : "https://plugins.trac.wordpress.org/changeset/3138206/custom-permalinks/trunk/admin/class-custom-permalinks-taxonomies-table.php" ,
2024-09-27 02:03:18 +00:00
"source" : "security@wordfence.com" ,
"tags" : [
"Patch"
]
2024-08-24 04:03:14 +00:00
} ,
{
"url" : "https://wordpress.org/plugins/custom-permalinks/" ,
2024-09-27 02:03:18 +00:00
"source" : "security@wordfence.com" ,
"tags" : [
"Product"
]
2024-08-24 04:03:14 +00:00
} ,
{
"url" : "https://www.wordfence.com/threat-intel/vulnerabilities/id/97f8549a-292d-4a6d-8ec0-550467e5cf0f?source=cve" ,
2024-09-27 02:03:18 +00:00
"source" : "security@wordfence.com" ,
"tags" : [
"Third Party Advisory"
]
2024-08-24 04:03:14 +00:00
}
]
}