cvelist/2024/50xxx/CVE-2024-50347.json

83 lines
3.3 KiB
JSON
Raw Normal View History

2024-10-22 18:00:30 +00:00
{
2024-10-31 18:00:32 +00:00
"data_version": "4.0",
2024-10-22 18:00:30 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-50347",
2024-10-31 18:00:32 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-10-22 18:00:30 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-10-31 18:00:32 +00:00
"value": "Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications. Prior to 1.4.0, there is an issue where verification signatures for requests sent to Reverb's Pusher-compatible API were not being verified. This API is used in scenarios such as broadcasting a message from a backend service or for obtaining statistical information (such as number of connections) about a given channel. This issue only affects the Pusher-compatible API endpoints and not the WebSocket connections themselves. In order to exploit this vulnerability, the application ID which, should never be exposed, would need to be known by an attacker. This vulnerability is fixed in 1.4.0."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-347: Improper Verification of Cryptographic Signature",
"cweId": "CWE-347"
}
]
2024-10-22 18:00:30 +00:00
}
]
2024-10-31 18:00:32 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "laravel",
"product": {
"product_data": [
{
"product_name": "reverb",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 1.4.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/laravel/reverb/security/advisories/GHSA-pfrr-xvrf-pxjx",
"refsource": "MISC",
"name": "https://github.com/laravel/reverb/security/advisories/GHSA-pfrr-xvrf-pxjx"
},
{
"url": "https://github.com/laravel/reverb/pull/252",
"refsource": "MISC",
"name": "https://github.com/laravel/reverb/pull/252"
},
{
"url": "https://github.com/laravel/reverb/commit/73cc140d76e803b151fc2dd2e4eb3eb784a82ee2",
"refsource": "MISC",
"name": "https://github.com/laravel/reverb/commit/73cc140d76e803b151fc2dd2e4eb3eb784a82ee2"
},
{
"url": "https://github.com/laravel/reverb/releases/tag/v1.4.0",
"refsource": "MISC",
"name": "https://github.com/laravel/reverb/releases/tag/v1.4.0"
}
]
},
"source": {
"advisory": "GHSA-pfrr-xvrf-pxjx",
"discovery": "UNKNOWN"
2024-10-22 18:00:30 +00:00
}
}