Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,14 +1,35 @@
{
"schema_version": "1.4.0",
"id": "GHSA-hmgx-5p26-ccf2",
"modified": "2026-05-20T09:30:34Z",
"modified": "2026-05-20T09:30:37Z",
"published": "2026-05-20T09:30:34Z",
"aliases": [
"CVE-2026-5776"
],
"summary": "Stored XSS",
"details": "The Email Encoder WordPress plugin before 2.4.7 does not escape email addresses retrieved via user input, allowing unauthenticated attackers to perform Stored XSS attacks",
"severity": [],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "onlineoptimisation/email-encoder-bundle"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "< 2.4.7"
}
}
],
"references": [
{
"type": "ADVISORY",
Expand All @@ -20,7 +41,9 @@
}
],
"database_specific": {
"cwe_ids": [],
"cwe_ids": [
"CWE-80"
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
Expand Down