From b04808d6c0e84d2c8e423fe55aa32e1c6039ddd9 Mon Sep 17 00:00:00 2001
From: Asterisk Development Team
Date: Thu, 28 Aug 2025 15:04:41 +0000
Subject: [PATCH] Update for 20.15.2
---
.version | 2 +-
CHANGES.html | 2 +-
CHANGES.md | 2 +-
ChangeLogs/ChangeLog-20.15.2.html | 50 ++++++++++++++++++++++++++
ChangeLogs/ChangeLog-20.15.2.md | 60 +++++++++++++++++++++++++++++++
README.html | 4 +--
README.md | 2 +-
7 files changed, 116 insertions(+), 6 deletions(-)
create mode 100644 ChangeLogs/ChangeLog-20.15.2.html
create mode 100644 ChangeLogs/ChangeLog-20.15.2.md
diff --git a/.version b/.version
index b8e593f521..48be0e157f 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-20.15.1
+20.15.2
diff --git a/CHANGES.html b/CHANGES.html
index 8d11c234f8..86cf3377ed 120000
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -1 +1 @@
-ChangeLogs/ChangeLog-20.15.1.html
\ No newline at end of file
+ChangeLogs/ChangeLog-20.15.2.html
\ No newline at end of file
diff --git a/CHANGES.md b/CHANGES.md
index 874ea88a96..83dc39ae4c 120000
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1 +1 @@
-ChangeLogs/ChangeLog-20.15.1.md
\ No newline at end of file
+ChangeLogs/ChangeLog-20.15.2.md
\ No newline at end of file
diff --git a/ChangeLogs/ChangeLog-20.15.2.html b/ChangeLogs/ChangeLog-20.15.2.html
new file mode 100644
index 0000000000..541e9c87cd
--- /dev/null
+++ b/ChangeLogs/ChangeLog-20.15.2.html
@@ -0,0 +1,50 @@
+ChangeLog for asterisk-20.15.2
+Change Log for Release asterisk-20.15.2
+Links:
+
+Summary:
+
+- Commits: 1
+- Commit Authors: 1
+- Issues Resolved: 0
+- Security Advisories Resolved: 1
+- GHSA-64qc-9x89-rx5j: A specifically malformed Authorization header in an incoming SIP request can cause Asterisk to crash
+
+User Notes:
+Upgrade Notes:
+Developer Notes:
+Commit Authors:
+
+Issue and Commit Detail:
+Closed Issues:
+
+- !GHSA-64qc-9x89-rx5j: A specifically malformed Authorization header in an incoming SIP request can cause Asterisk to crash
+
+Commits By Author:
+
+-
+
George Joseph (1):
+
+- res_pjsip_authenticator_digest: Fix SEGV if get_authorization_hdr returns NULL.
+
+Commit List:
+
+- res_pjsip_authenticator_digest: Fix SEGV if get_authorization_hdr returns NULL.
+
+Commit Details:
+res_pjsip_authenticator_digest: Fix SEGV if get_authorization_hdr returns NULL.
+Author: George Joseph
+ Date: 2025-08-28
+In the highly-unlikely event that get_authorization_hdr() couldn't find an
+ Authorization header in a request, trying to get the digest algorithm
+ would cauase a SEGV. We now check that we have an auth header that matches
+ the realm before trying to get the algorithm from it.
+Resolves: #GHSA-64qc-9x89-rx5j
+
diff --git a/ChangeLogs/ChangeLog-20.15.2.md b/ChangeLogs/ChangeLog-20.15.2.md
new file mode 100644
index 0000000000..97a062740f
--- /dev/null
+++ b/ChangeLogs/ChangeLog-20.15.2.md
@@ -0,0 +1,60 @@
+
+## Change Log for Release asterisk-20.15.2
+
+### Links:
+
+ - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.15.2.html)
+ - [GitHub Diff](https://github.com/asterisk/asterisk/compare/20.15.1...20.15.2)
+ - [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20.15.2.tar.gz)
+ - [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk)
+
+### Summary:
+
+- Commits: 1
+- Commit Authors: 1
+- Issues Resolved: 0
+- Security Advisories Resolved: 1
+ - [GHSA-64qc-9x89-rx5j](https://github.com/asterisk/asterisk/security/advisories/GHSA-64qc-9x89-rx5j): A specifically malformed Authorization header in an incoming SIP request can cause Asterisk to crash
+
+### User Notes:
+
+
+### Upgrade Notes:
+
+
+### Developer Notes:
+
+
+### Commit Authors:
+
+- George Joseph: (1)
+
+## Issue and Commit Detail:
+
+### Closed Issues:
+
+ - !GHSA-64qc-9x89-rx5j: A specifically malformed Authorization header in an incoming SIP request can cause Asterisk to crash
+
+### Commits By Author:
+
+- #### George Joseph (1):
+ - res_pjsip_authenticator_digest: Fix SEGV if get_authorization_hdr returns NULL.
+
+
+### Commit List:
+
+- res_pjsip_authenticator_digest: Fix SEGV if get_authorization_hdr returns NULL.
+
+### Commit Details:
+
+#### res_pjsip_authenticator_digest: Fix SEGV if get_authorization_hdr returns NULL.
+ Author: George Joseph
+ Date: 2025-08-28
+
+ In the highly-unlikely event that get_authorization_hdr() couldn't find an
+ Authorization header in a request, trying to get the digest algorithm
+ would cauase a SEGV. We now check that we have an auth header that matches
+ the realm before trying to get the algorithm from it.
+
+ Resolves: #GHSA-64qc-9x89-rx5j
+
diff --git a/README.html b/README.html
index db3fb3bf74..f116bcd426 100644
--- a/README.html
+++ b/README.html
@@ -1,4 +1,4 @@
-Readme for asterisk-20.15.1
+Readme for asterisk-20.15.2
The Asterisk(R) Open Source PBX
By Mark Spencer <markster@digium.com> and the Asterisk.org developer community.
Copyright (C) 2001-2025 Sangoma Technologies Corporation and other copyright holders.
@@ -37,7 +37,7 @@ hardware.
If you are updating from a previous version of Asterisk, make sure you
read the Change Logs.
-Change Logs
+Change Logs
NEW INSTALLATIONS
diff --git a/README.md b/README.md
index c5824c484f..d10a9ba86e 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ If you are updating from a previous version of Asterisk, make sure you
read the Change Logs.
-[Change Logs](ChangeLogs/ChangeLog-20.15.1.html)
+[Change Logs](ChangeLogs/ChangeLog-20.15.2.html)
### NEW INSTALLATIONS