Skip to content

Commit

Permalink
Auto-merge PR#6266
Browse files Browse the repository at this point in the history
Auto-merge PR#6266
  • Loading branch information
cve-team authored Jun 27, 2022
2 parents b899172 + c0d56f6 commit 7fdd151
Showing 1 changed file with 81 additions and 6 deletions.
87 changes: 81 additions & 6 deletions 2022/31xxx/CVE-2022-31094.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,93 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-31094",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"STATE": "PUBLIC",
"TITLE": "Cross site scripting vulnerability in ScratchTools"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "ScratchTools",
"version": {
"version_data": [
{
"version_value": ">= 2.4.0, < 2.5.2"
}
]
}
}
]
},
"vendor_name": "STForScratch"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "ScratchTools is a web extension designed to make interacting with the Scratch programming language community (Scratching) easier. In affected versions anybody who uses the Recently Viewed Projects feature is vulnerable to having their account taken over if they view a project that tries to. The issue is that if a user visits a project that includes Javascript in the title, then when the Recently Viewed Projects feature displays it, it could run the Javascript. This issue has been addressed in the 2.5.2 release. Users having issues scratching should open an issue in the project issue tracker https://github.com/STForScratch/ScratchTools/"
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/STForScratch/ScratchTools/security/advisories/GHSA-6r45-jjw6-q39x",
"refsource": "CONFIRM",
"url": "https://github.com/STForScratch/ScratchTools/security/advisories/GHSA-6r45-jjw6-q39x"
},
{
"name": "https://github.com/STForScratch/ScratchTools/commit/a29a0c6105bc14a89d25c806f6a3ad1257bbb683",
"refsource": "MISC",
"url": "https://github.com/STForScratch/ScratchTools/commit/a29a0c6105bc14a89d25c806f6a3ad1257bbb683"
},
{
"name": "https://github.com/STForScratch/ScratchTools/releases/tag/v2.5.2",
"refsource": "MISC",
"url": "https://github.com/STForScratch/ScratchTools/releases/tag/v2.5.2"
}
]
},
"source": {
"advisory": "GHSA-6r45-jjw6-q39x",
"discovery": "UNKNOWN"
}
}

0 comments on commit 7fdd151

Please sign in to comment.