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-frg3-gpcx-968f] SwiftNIO SSL arbitrary code execution vulnerability #4934

Open
wants to merge 1 commit into
base: p-w/advisory-improvement-4934
Choose a base branch
from
Open
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,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-frg3-gpcx-968f",
"modified": "2023-06-06T01:55:25Z",
"modified": "2023-06-19T16:45:07Z",
"published": "2022-05-24T17:04:41Z",
"aliases": [
"CVE-2019-8849"
Expand All @@ -10,8 +10,8 @@
"details": "A SwiftNIO application using TLS may be able to execute arbitrary code. The issue was addressed by signaling that an executable stack is not required. This issue is fixed in SwiftNIO SSL 2.4.1. ",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:N"
}
],
"affected": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"cwe_ids": [

],
"severity": "CRITICAL",
"severity": "LOW",
"github_reviewed": true,
"github_reviewed_at": "2023-06-06T01:55:25Z",
"nvd_published_at": "2019-12-18T18:15:00Z"
Expand Down
Loading