mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-4q58-5x28-53wv GHSA-x4x9-4c65-73w8
This commit is contained in:
+55
-6
@@ -1,19 +1,68 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-4q58-5x28-53wv",
|
||||
"modified": "2025-04-11T03:54:33Z",
|
||||
"modified": "2025-04-12T00:07:21Z",
|
||||
"published": "2022-05-17T05:19:28Z",
|
||||
"aliases": [
|
||||
"CVE-2011-1940"
|
||||
],
|
||||
"summary": "phpMyAdmin Vulnerable to Cross-Site Scripting",
|
||||
"details": "Multiple cross-site scripting (XSS) vulnerabilities in phpMyAdmin 3.3.x before 3.3.10.1 and 3.4.x before 3.4.1 allow remote attackers to inject arbitrary web script or HTML via a crafted table name that triggers improper HTML rendering on a Tracking page, related to (1) libraries/tbl_links.inc.php and (2) tbl_tracking.php.",
|
||||
"severity": [],
|
||||
"affected": [],
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V4",
|
||||
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:U"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Packagist",
|
||||
"name": "phpmyadmin/phpmyadmin"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "3.3.0"
|
||||
},
|
||||
{
|
||||
"fixed": "3.3.10.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Packagist",
|
||||
"name": "phpmyadmin/phpmyadmin"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "3.4.0"
|
||||
},
|
||||
{
|
||||
"fixed": "3.4.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2011-1940"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/phpmyadmin/phpmyadmin"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/phpmyadmin%3Ba=commitdiff%3Bh=7e10c132a3887c8ebfd7a8eee356b28375f1e287"
|
||||
@@ -43,9 +92,9 @@
|
||||
"cwe_ids": [
|
||||
"CWE-79"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"severity": "LOW",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-04-12T00:07:21Z",
|
||||
"nvd_published_at": "2012-01-26T15:55:00Z"
|
||||
}
|
||||
}
|
||||
+35
-5
@@ -1,19 +1,49 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-x4x9-4c65-73w8",
|
||||
"modified": "2025-04-11T04:05:46Z",
|
||||
"modified": "2025-04-12T00:08:12Z",
|
||||
"published": "2022-05-17T00:22:27Z",
|
||||
"aliases": [
|
||||
"CVE-2012-5181"
|
||||
],
|
||||
"summary": "Concrete5 Vulnerable to Cross-Site Scripting (XSS)",
|
||||
"details": "Cross-site scripting (XSS) vulnerability in concrete5 Japanese 5.5.1 through 5.5.2.1 and concrete5 English 5.5.0 through 5.6.0.2 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.",
|
||||
"severity": [],
|
||||
"affected": [],
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V4",
|
||||
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Packagist",
|
||||
"name": "concrete5/concrete5"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "5.5.1"
|
||||
},
|
||||
{
|
||||
"fixed": "5.6.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2012-5181"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/concretecms/concrete5-legacy"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "http://concrete5-japan.org/news/concrete5602ja-release"
|
||||
@@ -32,8 +62,8 @@
|
||||
"CWE-79"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-04-12T00:08:12Z",
|
||||
"nvd_published_at": "2012-12-21T21:55:00Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user