-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aliases: CVE-2023-49922, GHSA-hj4r-2c9c-29h3 Fixes #2413 Change-Id: I96c06e7f8bef048a8005bf84df1075c669d7915a Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/553635 Reviewed-by: Tatiana Bradley <tatianabradley@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> TryBot-Bypass: Jonathan Amsterdam <jba@google.com> Run-TryBot: Jonathan Amsterdam <jba@google.com>
- Loading branch information
Showing
2 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2023-2413", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2023-49922", | ||
"GHSA-hj4r-2c9c-29h3" | ||
], | ||
"summary": "Sensitive information logged in github.com/elastic/beats/v7", | ||
"details": "Sensitive information logged in github.com/elastic/beats/v7", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/elastic/beats/v7", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "7.17.16" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": { | ||
"imports": [ | ||
{ | ||
"path": "github.com/elastic/beats/v7/libbeat/processors/script/javascript", | ||
"symbols": [ | ||
"jsProcessor.Run", | ||
"session.runProcessFunc" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-49922" | ||
}, | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/elastic/beats/commit/9bd7de84ab9c31bb4e1c0a348a7b7c26817a0996" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://discuss.elastic.co/t/beats-and-elastic-agent-8-11-3-7-17-16-security-update-esa-2023-30/349180" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2023-2413" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
id: GO-2023-2413 | ||
modules: | ||
- module: github.com/elastic/beats/v7 | ||
versions: | ||
- fixed: 7.17.16 | ||
vulnerable_at: 7.17.15 | ||
packages: | ||
- package: github.com/elastic/beats/v7/libbeat/processors/script/javascript | ||
symbols: | ||
- session.runProcessFunc | ||
derived_symbols: | ||
- jsProcessor.Run | ||
summary: Sensitive information logged in github.com/elastic/beats/v7 | ||
cves: | ||
- CVE-2023-49922 | ||
ghsas: | ||
- GHSA-hj4r-2c9c-29h3 | ||
references: | ||
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2023-49922 | ||
- fix: https://github.com/elastic/beats/commit/9bd7de84ab9c31bb4e1c0a348a7b7c26817a0996 | ||
- web: https://discuss.elastic.co/t/beats-and-elastic-agent-8-11-3-7-17-16-security-update-esa-2023-30/349180 |