Search criteria
2 vulnerabilities found for pajbot by pajbot
CVE-2021-32632 (GCVE-0-2021-32632)
Vulnerability from nvd – Published: 2021-05-20 16:10 – Updated: 2024-08-03 23:25
VLAI
Title
CSRF allowing modification of commands, modules, banphrases through hidden iFrames
Summary
Pajbot is a Twitch chat bot. Pajbot versions prior to 1.52 are vulnerable to cross-site request forgery (CSRF). Hosters of the bot should upgrade to `v1.52` or `stable` to install the patch or, as a workaround, can add one modern dependency.
Severity
CWE
- CWE-352 - Cross-Site Request Forgery (CSRF)
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/pajbot/pajbot/security/advisor… | x_refsource_CONFIRM |
| https://gist.github.com/Melonify/d8e5d70cdc1bebb8… | x_refsource_MISC |
| https://github.com/pajbot/pajbot/releases/tag/v1.52 | x_refsource_MISC |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T23:25:30.954Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/pajbot/pajbot/security/advisories/GHSA-wmfr-qrg4-qc3h"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://gist.github.com/Melonify/d8e5d70cdc1bebb871f72dc79d69ac60"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/pajbot/pajbot/releases/tag/v1.52"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "pajbot",
"vendor": "pajbot",
"versions": [
{
"status": "affected",
"version": "\u003c 1.52"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Pajbot is a Twitch chat bot. Pajbot versions prior to 1.52 are vulnerable to cross-site request forgery (CSRF). Hosters of the bot should upgrade to `v1.52` or `stable` to install the patch or, as a workaround, can add one modern dependency."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.4,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-352",
"description": "CWE-352: Cross-Site Request Forgery (CSRF)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2021-05-20T16:10:10.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/pajbot/pajbot/security/advisories/GHSA-wmfr-qrg4-qc3h"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://gist.github.com/Melonify/d8e5d70cdc1bebb871f72dc79d69ac60"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pajbot/pajbot/releases/tag/v1.52"
}
],
"source": {
"advisory": "GHSA-wmfr-qrg4-qc3h",
"discovery": "UNKNOWN"
},
"title": "CSRF allowing modification of commands, modules, banphrases through hidden iFrames",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-32632",
"STATE": "PUBLIC",
"TITLE": "CSRF allowing modification of commands, modules, banphrases through hidden iFrames"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "pajbot",
"version": {
"version_data": [
{
"version_value": "\u003c 1.52"
}
]
}
}
]
},
"vendor_name": "pajbot"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Pajbot is a Twitch chat bot. Pajbot versions prior to 1.52 are vulnerable to cross-site request forgery (CSRF). Hosters of the bot should upgrade to `v1.52` or `stable` to install the patch or, as a workaround, can add one modern dependency."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.4,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-352: Cross-Site Request Forgery (CSRF)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/pajbot/pajbot/security/advisories/GHSA-wmfr-qrg4-qc3h",
"refsource": "CONFIRM",
"url": "https://github.com/pajbot/pajbot/security/advisories/GHSA-wmfr-qrg4-qc3h"
},
{
"name": "https://gist.github.com/Melonify/d8e5d70cdc1bebb871f72dc79d69ac60",
"refsource": "MISC",
"url": "https://gist.github.com/Melonify/d8e5d70cdc1bebb871f72dc79d69ac60"
},
{
"name": "https://github.com/pajbot/pajbot/releases/tag/v1.52",
"refsource": "MISC",
"url": "https://github.com/pajbot/pajbot/releases/tag/v1.52"
}
]
},
"source": {
"advisory": "GHSA-wmfr-qrg4-qc3h",
"discovery": "UNKNOWN"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2021-32632",
"datePublished": "2021-05-20T16:10:11.000Z",
"dateReserved": "2021-05-12T00:00:00.000Z",
"dateUpdated": "2024-08-03T23:25:30.954Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2021-32632 (GCVE-0-2021-32632)
Vulnerability from cvelistv5 – Published: 2021-05-20 16:10 – Updated: 2024-08-03 23:25
VLAI
Title
CSRF allowing modification of commands, modules, banphrases through hidden iFrames
Summary
Pajbot is a Twitch chat bot. Pajbot versions prior to 1.52 are vulnerable to cross-site request forgery (CSRF). Hosters of the bot should upgrade to `v1.52` or `stable` to install the patch or, as a workaround, can add one modern dependency.
Severity
CWE
- CWE-352 - Cross-Site Request Forgery (CSRF)
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/pajbot/pajbot/security/advisor… | x_refsource_CONFIRM |
| https://gist.github.com/Melonify/d8e5d70cdc1bebb8… | x_refsource_MISC |
| https://github.com/pajbot/pajbot/releases/tag/v1.52 | x_refsource_MISC |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T23:25:30.954Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/pajbot/pajbot/security/advisories/GHSA-wmfr-qrg4-qc3h"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://gist.github.com/Melonify/d8e5d70cdc1bebb871f72dc79d69ac60"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/pajbot/pajbot/releases/tag/v1.52"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "pajbot",
"vendor": "pajbot",
"versions": [
{
"status": "affected",
"version": "\u003c 1.52"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Pajbot is a Twitch chat bot. Pajbot versions prior to 1.52 are vulnerable to cross-site request forgery (CSRF). Hosters of the bot should upgrade to `v1.52` or `stable` to install the patch or, as a workaround, can add one modern dependency."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.4,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-352",
"description": "CWE-352: Cross-Site Request Forgery (CSRF)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2021-05-20T16:10:10.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/pajbot/pajbot/security/advisories/GHSA-wmfr-qrg4-qc3h"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://gist.github.com/Melonify/d8e5d70cdc1bebb871f72dc79d69ac60"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pajbot/pajbot/releases/tag/v1.52"
}
],
"source": {
"advisory": "GHSA-wmfr-qrg4-qc3h",
"discovery": "UNKNOWN"
},
"title": "CSRF allowing modification of commands, modules, banphrases through hidden iFrames",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-32632",
"STATE": "PUBLIC",
"TITLE": "CSRF allowing modification of commands, modules, banphrases through hidden iFrames"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "pajbot",
"version": {
"version_data": [
{
"version_value": "\u003c 1.52"
}
]
}
}
]
},
"vendor_name": "pajbot"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Pajbot is a Twitch chat bot. Pajbot versions prior to 1.52 are vulnerable to cross-site request forgery (CSRF). Hosters of the bot should upgrade to `v1.52` or `stable` to install the patch or, as a workaround, can add one modern dependency."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.4,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-352: Cross-Site Request Forgery (CSRF)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/pajbot/pajbot/security/advisories/GHSA-wmfr-qrg4-qc3h",
"refsource": "CONFIRM",
"url": "https://github.com/pajbot/pajbot/security/advisories/GHSA-wmfr-qrg4-qc3h"
},
{
"name": "https://gist.github.com/Melonify/d8e5d70cdc1bebb871f72dc79d69ac60",
"refsource": "MISC",
"url": "https://gist.github.com/Melonify/d8e5d70cdc1bebb871f72dc79d69ac60"
},
{
"name": "https://github.com/pajbot/pajbot/releases/tag/v1.52",
"refsource": "MISC",
"url": "https://github.com/pajbot/pajbot/releases/tag/v1.52"
}
]
},
"source": {
"advisory": "GHSA-wmfr-qrg4-qc3h",
"discovery": "UNKNOWN"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2021-32632",
"datePublished": "2021-05-20T16:10:11.000Z",
"dateReserved": "2021-05-12T00:00:00.000Z",
"dateUpdated": "2024-08-03T23:25:30.954Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}