public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-postorius] epel9: Backport unreleased fix for CVE-2026-44742
Date: Wed, 17 Jun 2026 15:30:38 GMT [thread overview]
Message-ID: <178171023836.1.3028540585580115765.rpms-python-postorius-3b7db81991ce@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-postorius
Branch : epel9
Commit : 3b7db81991ce18c53a138c6b7754384bc6708ed4
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-06-17T16:29:30+01:00
Stats : +19/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-postorius/c/3b7db81991ce18c53a138c6b7754384bc6708ed4?branch=epel9
Log:
Backport unreleased fix for CVE-2026-44742
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
diff --git a/postorius-fix-CVE-2026-44742.diff b/postorius-fix-CVE-2026-44742.diff
new file mode 100644
index 0000000..0e875ba
--- /dev/null
+++ b/postorius-fix-CVE-2026-44742.diff
@@ -0,0 +1,11 @@
+--- a/src/postorius/static/postorius/js/held_messages.js
++++ b/src/postorius/static/postorius/js/held_messages.js
+@@ -9,7 +9,7 @@ var loadjs = function(rest_url, error_me
+ url: rest_url + msgid,
+ success: function(data) {
+ $('#message-source-btn').attr('href', rest_url + msgid + '?raw')
+- $('#message-title').html(data.subject);
++ $('#message-title').text(data.subject);
+ $('.modal-footer form input[name="msgid"]').attr('value', msgid);
+ if (data.msg.body) {
+ $('#held-message-content').text(data.msg.body);
diff --git a/python-postorius.spec b/python-postorius.spec
index 810b244..6c80009 100644
--- a/python-postorius.spec
+++ b/python-postorius.spec
@@ -19,6 +19,11 @@ Patch: %{srcname}-django42.diff
# right now it does but triggers deprecation warnings
# https://gitlab.com/mailman/postorius/-/merge_requests/826
Patch: %{srcname}-include-lc_messages-packages.diff
+# https://nvd.nist.gov/vuln/detail/CVE-2026-44742
+# per https://www.openwall.com/lists/oss-security/2026/05/07/3
+# this fix was committed but never published as a new version
+# backport https://gitlab.com/mailman/postorius/-/merge_requests/972.diff to 1.3.10
+Patch: postorius-fix-CVE-2026-44742.diff
BuildArch: noarch
diff --git a/series b/series
new file mode 100644
index 0000000..0ae11f9
--- /dev/null
+++ b/series
@@ -0,0 +1,3 @@
+postorius-django42.diff
+postorius-include-lc_messages-packages.diff
+postorius-fix-CVE-2026-44742.diff
reply other threads:[~2026-06-17 15:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178171023836.1.3028540585580115765.rpms-python-postorius-3b7db81991ce@fedoraproject.org \
--to=salimma@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox