Skip to content

Commit ee9806f

Browse files
committed
add one more fixed CVE, update list of incomplete ones from query 'project = RHIDP AND fixVersion = 1.2.5 and resolution is null and labels = SecurityTracking'; also add affected package and version metadata
Signed-off-by: Nick Boldt <[email protected]>
1 parent 1e2f00b commit ee9806f

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed
Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1+
# CVE number, affected package, fixed in version(s), JIRA
2+
13
# not yet live; uncomment to generate CVE RN text
2-
# CVE-2024-43799
3-
# CVE-2024-37890
4-
# CVE-2024-45590
5-
# CVE-2024-45296
6-
# CVE-2024-47764
7-
# CVE-2024-43800
8-
# CVE-2024-48949
4+
# CVE-2024-43799,send,0.19.0,RHIDP-3946
5+
# CVE-2024-43800,serve-static,1.16.0,RHIDP-3932
6+
# CVE-2024-45590,body-parser,1.20.3,RHIDP-3916
7+
# CVE-2024-45296,path-to-regexp,0.1.10||8.0.0,RHIDP-3897
8+
# CVE-2004-37890,ws,8.17.1||7.5.10||6.2.3||5.2.4,RHIDP-2733
99

1010
# these are live, pending the release of 1.2.5
11-
CVE-2024-21529
12-
CVE-2024-24791
13-
CVE-2024-39249
11+
CVE-2024-48949,elliptic,6.5.6,RHIDP-4417
12+
CVE-2024-21529,dset,3.1.4,RHIDP-3925
13+
CVE-2024-24791,net/http,go-toolset:1.21.13-2,RHIDP-3173
14+
CVE-2024-39249,async,2.6.4||3.2.5,RHIDP-3146

modules/release-notes/single-source-fixed-security-issues.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ single_source_from_security_data () {
3131
echo -e "= ${title}" > "$destination"
3232
while IFS="" read -r cve || [ -n "$cve" ]; do
3333
if [[ ${cve} != "#"* ]] && [[ $cve != "" ]]; then # skip commented and blank lines
34-
list_cleaned="${list_cleaned}\n${cve}"
34+
list_cleaned="${list_cleaned}\n${cve%%,*}" # trim csv content after the CVE number
3535
fi
3636
done < "$list"
3737
list_cleaned=$(echo -e "$list_cleaned" | sort -uV)

modules/release-notes/snip-fixed-security-issues-in-product-1.2.5.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ A flaw was found in Go. The net/http module mishandles specific server responses
88

99
link:https://access.redhat.com/security/cve/CVE-2024-39249[CVE-2024-39249]::
1010
A flaw was found in the async Node.js package. A Regular expression Denial of Service (ReDoS) attack can potentially be triggered via the autoinject function while parsing specially crafted input.
11+
12+
link:https://access.redhat.com/security/cve/CVE-2024-48949[CVE-2024-48949]::
13+
A flaw was found in the Elliptic package. This vulnerability allows attackers to bypass EDDSA signature validation via improper handling of signature values where the S() component of the signature is not properly checked for being non-negative or smaller than the curve order.

0 commit comments

Comments
 (0)