Wednesday, 2026-06-03

tobias-urdinwe were able to trace that microsoft was marking the pre-OSSA emails, specifically those from gouthamr as spam :( we've added his email address to our allowlist14:07
fungitobias-urdin: thanks for confirming, and reminding me that it's likely a case of needing to turn on dmarc mitigation in that list's configuration14:08
fungiwe should probably do similar on openstack-announce too, for the same reasons14:09
gouthamris there anything i'm missing client side?14:22
fungisince these messages are openpgp-signed (typically with pgp-mime encapsulation), we would probably want to use mailman's "wrap the message in an outer message From: the list" instead of merely "replace From: with the list address"14:23
fungigouthamr: i expect the problem is that your mail provider is adding a dkim signature across a hash of things the mailing list modifies, like the subject line and message body, and publishes dmarc rules in dns for that domain, so any dmarc-enforcing recipients are considering the message forged since the dkim signature doesn't validate14:25
fungidmarc enforcement is based on the address in the From: header, so the typical mitigations involve having the mailing list's address as From: on the message, either by replacing the original From: header completely or wrapping the original message in one with a different From: header14:27
JayFhttps://bugs.launchpad.net/ironic/+bug/2150624 https://bugs.launchpad.net/ironic/+bug/2148333 https://bugs.launchpad.net/ironic/+bug/2148319 are all now public14:27
fungistanding by to review14:28
gouthamrhttps://bugs.launchpad.net/mistral/+bug/2147178 is now public14:33
gouthamrhttps://bugs.launchpad.net/mistral/+bug/2146554 is now public14:34
opendevreviewJay Faulkner proposed openstack/ossa master: OSSA-2026-017, OSSA-2026-018, OSSA-2026-019  https://review.opendev.org/c/openstack/ossa/+/99142414:44
opendevreviewJay Faulkner proposed openstack/ossa master: OSSA-2026-017, OSSA-2026-018, OSSA-2026-019  https://review.opendev.org/c/openstack/ossa/+/99142414:45
JayFgouthamr: fungi: ^  -- I've also asked coresec to review14:47
JayF*ironic coresec14:47
fungithanks, i'm also going through double-checking all the urls go to the expected bugs/changes14:47
JayFplease yes14:52
gouthamrtobias-urdin: o/ got your subscription request for a mistral bug, but i just opened it up to the public14:52
opendevreviewGoutham Pacha Ravi proposed openstack/security-doc master: Add OSSN-0098: Mistral workflow context exposes auth token  https://review.opendev.org/c/openstack/security-doc/+/99142814:53
opendevreviewGoutham Pacha Ravi proposed openstack/ossa master: Add OSSA-2026-020 (CVE-2026-41283)  https://review.opendev.org/c/openstack/ossa/+/99143014:56
fungiJayF: 017/018/019 lgtm. gouthamr: i'm going through the urls for 020 now15:00
tobias-urdingouthamr: ack15:01
fungizuul's preview builds for all 4 advisories lgtm too15:09
opendevreviewJay Faulkner proposed openstack/ossa master: OSSA-2026-017, OSSA-2026-018, OSSA-2026-019  https://review.opendev.org/c/openstack/ossa/+/99142415:12
fungistill lgtm after that last revision15:13
opendevreviewMerged openstack/ossa master: Add OSSA-2026-020 (CVE-2026-41283)  https://review.opendev.org/c/openstack/ossa/+/99143016:15
JayF991424 still doesn't have a node for the gate job :| 16:18
gouthamrit does now16:19
fungijust got one16:19
JayF\o/16:21
fungiat least https://security.openstack.org/ossa/OSSA-2026-020.html is already up on the site16:22
fungiso the others shouldn't be much longer16:22
JayFI'm drafting the emails up now16:23
opendevreviewMerged openstack/ossa master: OSSA-2026-017, OSSA-2026-018, OSSA-2026-019  https://review.opendev.org/c/openstack/ossa/+/99142416:24
gouthamr\o/16:24
fungiand the next afs vos release should happen in about 30 seconds16:24
fungioh, though i think it raced the promote job16:25
fungiso we're looking at 16:30 utc for it to be live16:25
fungiyeah, it just got pushed into the rw volume so ro replicas will have it on the next vos release16:26
JayFgoing to send the emails now() then16:28
gouthamrJayF: perfect, when you're back, i've https://review.opendev.org/c/openstack/security-doc/+/991428 to tack on 16:29
JayFgouthamr: you are making sure these end up in wiki too, right?16:30
gouthamryes16:30
JayF+2a16:30
fungithey do include wiki links in the content ;)16:30
JayFhttps://wiki.openstack.org/wiki/OSSN/OSSN-0098 is empty right now, is why I ask16:31
JayFwhich that points to16:31
gouthamrah, i do that after merge16:31
fungigot it16:31
fungii'll admit, that's one url i didn't actually test16:31
fungigood call16:31
gouthamrtry now16:33
fungigouthamr: you have 2 copies of the 020 advisory in the openstack-announce moderation queue, i assume you accidentally sent twice?16:34
gouthamrugh, WHY is this happening16:34
JayFMITRE notified about the publication of the three Ironic CVEs16:34
fungigouthamr: i'll accept the first one and discard the second, if that's okay16:34
gouthamryes please16:34
opendevreviewMerged openstack/security-doc master: Add OSSN-0098: Mistral workflow context exposes auth token  https://review.opendev.org/c/openstack/security-doc/+/99142816:42
gouthamrfungi: thanks for the explanation on the dmarc enforcement.. is it required on openstack-discuss too?16:55
gouthamrthe mitigation you mentioned16:55
fungion openstack-discuss we take a different approach: we turn off all mailman features that would modify the messages on the way through17:02
fungiso no list name prepended to subject lines, no footer with list information appended to the message body, no reply-to header altering to send replies to the list, et cetera17:03
gouthamrah!17:04
fungiit works out well enough for a discussion list, and very few people have dkim signatures that don't validate on the resulting messages (we run into occasional issues where dkim is signing a header it really shouldn't or some weird encoding normalization breaks the hash for the message body)17:06
fungibut for announcement-style lists we can't really get away with not modifying the messages, so one of the other mitigations will make more sense i think17:07
opendevreviewGoutham Pacha Ravi proposed openstack/ossa master: Add OSSA-2026-021 (CVE-2026-pending)  https://review.opendev.org/c/openstack/ossa/+/99151422:19
JayFI want to reply to that email about the cloud provider running rocky or stein with just an email going AAAAAAAHHHHHHHHHHHHHHHHHHH22:51
gouthamr:(22:52
fungiaccompanied by looping gif of kermit the frog flailing his muppet arms22:57
JayFI couldn't trust myself to reply in a manner which would come off productive, but someone should lol 22:57
gouthamrdon't think he's asking one of us though22:58
gouthamroperator needs a bar, and a friendly shoulder 22:58
fungior group therapy23:00
fungisome sort of coping mechanism anyway23:01
JayFor a strong enough statement from a trusted open source leader that they can use to justify the upgrade project their boss has been putting off for ages23:01
fungi"sorry mate, you're effed"23:02
gouthamrhttps://bugs.launchpad.net/ossn/+bug/2152109 is now public23:17

Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!