mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-62wv-866c-rh86 GHSA-86v9-gqh9-8268 GHSA-62wv-866c-rh86
This commit is contained in:
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-62wv-866c-rh86",
|
||||
"modified": "2025-04-12T02:53:38Z",
|
||||
"published": "2022-05-13T01:13:15Z",
|
||||
"aliases": [
|
||||
"CVE-2011-4297"
|
||||
],
|
||||
"summary": "Moodle does not properly restrict comment capabilities",
|
||||
"details": "comment/lib.php in Moodle 2.0.x before 2.0.4 and 2.1.x before 2.1.1 does not properly restrict comment capabilities, which allows remote attackers to post a comment by leveraging the guest role and operating on a front-page activity.",
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V4",
|
||||
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:U"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Packagist",
|
||||
"name": "moodle/moodle"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "2.0.0"
|
||||
},
|
||||
{
|
||||
"fixed": "2.0.4"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Packagist",
|
||||
"name": "moodle/moodle"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "2.1.0"
|
||||
},
|
||||
{
|
||||
"fixed": "2.1.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2011-4297"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "http://git.moodle.org"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "http://git.moodle.org/gw?p=moodle.git%3Ba=commit%3Bh=9da3c2efadcc5f56cb8adc19c67ed16be35780f3"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "http://git.moodle.org/gw?p=moodle.git;a=commit;h=9da3c2efadcc5f56cb8adc19c67ed16be35780f3"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "http://moodle.org/mod/forum/discuss.php?d=182740"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "http://openwall.com/lists/oss-security/2011/11/14/1"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
"CWE-863"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-04-12T02:53:38Z",
|
||||
"nvd_published_at": "2012-07-16T10:28:00Z"
|
||||
}
|
||||
}
|
||||
+48
-4
@@ -1,19 +1,63 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-86v9-gqh9-8268",
|
||||
"modified": "2025-04-11T03:59:16Z",
|
||||
"modified": "2025-04-12T02:52:59Z",
|
||||
"published": "2022-05-13T01:13:09Z",
|
||||
"aliases": [
|
||||
"CVE-2011-4286"
|
||||
],
|
||||
"summary": "Moodle vulnerable to Cross-site Scripting",
|
||||
"details": "Multiple cross-site scripting (XSS) vulnerabilities in the media-filter implementation in filter/mediaplugin/filter.php in Moodle 1.9.x before 1.9.11 and 2.0.x before 2.0.2 allow remote attackers to inject arbitrary web script or HTML via vectors involving (1) Flash Video (aka FLV) files and (2) YouTube videos.",
|
||||
"severity": [],
|
||||
"affected": [],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Packagist",
|
||||
"name": "moodle/moodle"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "1.9.0"
|
||||
},
|
||||
{
|
||||
"fixed": "1.9.11"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Packagist",
|
||||
"name": "moodle/moodle"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "2.0.0"
|
||||
},
|
||||
{
|
||||
"fixed": "2.0.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2011-4286"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "http://git.moodle.org"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "http://git.moodle.org/gw?p=moodle.git%3Ba=commit%3Bh=8f81bfd412c6b2e93a5b15711727d5cb7cc78336"
|
||||
@@ -36,8 +80,8 @@
|
||||
"CWE-79"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-04-12T02:52:59Z",
|
||||
"nvd_published_at": "2012-07-16T10:28:00Z"
|
||||
}
|
||||
}
|
||||
@@ -1,41 +0,0 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-62wv-866c-rh86",
|
||||
"modified": "2025-04-11T03:59:17Z",
|
||||
"published": "2022-05-13T01:13:15Z",
|
||||
"aliases": [
|
||||
"CVE-2011-4297"
|
||||
],
|
||||
"details": "comment/lib.php in Moodle 2.0.x before 2.0.4 and 2.1.x before 2.1.1 does not properly restrict comment capabilities, which allows remote attackers to post a comment by leveraging the guest role and operating on a front-page activity.",
|
||||
"severity": [],
|
||||
"affected": [],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2011-4297"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "http://git.moodle.org/gw?p=moodle.git%3Ba=commit%3Bh=9da3c2efadcc5f56cb8adc19c67ed16be35780f3"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "http://git.moodle.org/gw?p=moodle.git;a=commit;h=9da3c2efadcc5f56cb8adc19c67ed16be35780f3"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "http://moodle.org/mod/forum/discuss.php?d=182740"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "http://openwall.com/lists/oss-security/2011/11/14/1"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"nvd_published_at": "2012-07-16T10:28:00Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user