Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GHSA-f7jc-p66f-75xp] Buffer overflow in PJSUA API when calling pjsua_call_dump... #2858

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,20 +1,42 @@
{
"schema_version": "1.4.0",
"id": "GHSA-f7jc-p66f-75xp",
"modified": "2022-03-29T00:01:49Z",
"modified": "2023-08-30T03:30:13Z",
"published": "2022-02-17T00:00:26Z",
"aliases": [
"CVE-2021-43303"
],
"details": "Buffer overflow in PJSUA API when calling pjsua_call_dump. An attacker-controlled 'buffer' argument may cause a buffer overflow, since supplying an output buffer smaller than 128 characters may overflow the output buffer, regardless of the 'maxlen' argument supplied",
"summary": "Buffer overflow in PJSUA API when calling pjsua_call_dump",
"details": "An attacker-controlled 'buffer' argument may cause a buffer overflow, since supplying an output buffer smaller than 128 characters may overflow the output buffer, regardless of the 'maxlen' argument supplied.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [

{
"package": {
"ecosystem": "GitHub Actions",
"name": ""
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": ">= 2.12"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 2.11.1"
}
}
],
"references": [
{
Expand Down
Loading