cvelist/2022/31xxx/CVE-2022-31158.json

83 lines
2.8 KiB
JSON
Raw Normal View History

2022-05-18 19:01:55 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2022-05-18 19:01:55 +00:00
"ID": "CVE-2022-31158",
"STATE": "PUBLIC",
"TITLE": "Authentication Bypass by Capture-replay in packbackbooks/lti-1-3-php-library"
2022-05-18 19:01:55 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "lti-1-3-php-library",
"version": {
"version_data": [
{
"version_value": "< 5.0"
}
]
}
}
]
},
"vendor_name": "packbackbooks"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2022-05-18 19:01:55 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "LTI 1.3 Tool Library is a library used for building IMS-certified LTI 1.3 tool providers in PHP. Prior to version 5.0, the Nonce Claim Value was not being validated against the nonce value sent in the Authentication Request. Users should upgrade to version 5.0 to receive a patch. There are currently no known workarounds."
2022-05-18 19:01:55 +00:00
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-294: Authentication Bypass by Capture-replay"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/packbackbooks/lti-1-3-php-library/security/advisories/GHSA-5p73-qg2v-383h",
"refsource": "CONFIRM",
"url": "https://github.com/packbackbooks/lti-1-3-php-library/security/advisories/GHSA-5p73-qg2v-383h"
}
]
},
"source": {
"advisory": "GHSA-5p73-qg2v-383h",
"discovery": "UNKNOWN"
2022-05-18 19:01:55 +00:00
}
}