Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mod_http2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
rpms
mod_http2
Commits
6c00afcb
Commit
6c00afcb
authored
5 months ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import mod_http2-2.0.26-2.el9_4.1
parent
9b5a2eec
No related branches found
Branches containing commit
Tags
imports/r8-stream-2.4/mod_http2-1.15.7-10.module+el8.10.0+22335+bb25e47a.1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.mod_http2.checksum
+1
-1
1 addition, 1 deletion
.mod_http2.checksum
SOURCES/mod_http2-2.0.26-CVE-2024-36387.patch
+17
-0
17 additions, 0 deletions
SOURCES/mod_http2-2.0.26-CVE-2024-36387.patch
SPECS/mod_http2.spec
+7
-1
7 additions, 1 deletion
SPECS/mod_http2.spec
with
25 additions
and
2 deletions
.mod_http2.checksum
+
1
−
1
View file @
6c00afcb
a90d635d2b732a1c9adaf081d19940893160698
45
b
03
d40a51b09d95913f8e9d
84ade4f5903035d50f4a2c85e5ea5e168668ced889d451f8c719c920
4503
0891
This diff is collapsed.
Click to expand it.
SOURCES/mod_http2-2.0.26-CVE-2024-36387.patch
0 → 100644
+
17
−
0
View file @
6c00afcb
--- a/mod_http2/h2_c2.c 2024/06/24 17:34:59 1918556
+++ b/mod_http2/h2_c2.c 2024/06/24 17:51:42 1918557
@@ -370,6 +370,13 @@
h2_conn_ctx_t *conn_ctx = h2_conn_ctx_get(f->c);
apr_status_t rv;
+ if (bb == NULL) {
+#if !AP_MODULE_MAGIC_AT_LEAST(20180720, 1)
+ f->c->data_in_output_filters = 0;
+#endif
+ return APR_SUCCESS;
+ }
+
ap_assert(conn_ctx);
#if AP_HAS_RESPONSE_BUCKETS
if (!conn_ctx->has_final_response) {
This diff is collapsed.
Click to expand it.
SPECS/mod_http2.spec
+
7
−
1
View file @
6c00afcb
...
...
@@ -3,7 +3,7 @@
Name: mod_http2
Version: 2.0.26
Release: 2%{?dist}
Release: 2%{?dist}
.1
Summary: module implementing HTTP/2 for Apache 2
License: ASL 2.0
URL: https://icing.github.io/mod_h2/
...
...
@@ -14,6 +14,8 @@ Source0: https://github.com/icing/mod_h2/releases/download/v%{version}/mod_http2
#
# https://bugzilla.redhat.com/show_bug.cgi?id=2268277
Patch100: mod_http2-2.0.26-CVE-2024-27316.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=2295006
Patch101: mod_http2-2.0.26-CVE-2024-36387.patch
BuildRequires: make
BuildRequires: gcc
...
...
@@ -53,6 +55,10 @@ echo "LoadModule proxy_http2_module modules/mod_proxy_http2.so" > %{buildroot}%{
%{_httpd_moddir}/mod_proxy_http2.so
%changelog
* Tue Jul 09 2024 Luboš Uhliarik <luhliari@redhat.com> - 2.0.26-2.1
- Resolves: RHEL-45803 - mod_http2: DoS by null pointer in websocket
over HTTP/2 (CVE-2024-36387)
* Fri Apr 05 2024 Luboš Uhliarik <luhliari@redhat.com> - 2.0.26-2
- Resolves: RHEL-31855 - mod_http2: httpd: CONTINUATION frames
DoS (CVE-2024-27316)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment