#PKCS12
seclists.org/oss-sec/2026...
"truncates passwords with embedded NULLs"
*ouch*
oss-sec: CVE-2026-8721: Crypt::OpenSSL::PKCS12 versions through 1.94 for Perl truncates passwords with embedded NULLs
seclists.org
May 17, 2026 at 9:10 PM
hello pkcs12, my old friend
July 2, 2026 at 1:24 PM
OpenSSL 3.6.1 is out with fixes for multiple high-severity vulnerabilities affecting TLS, PKCS12, CMS, and certificate handling.
linuxiac.com/openssl-3-6-...

#OpenSSL #OpenSource #TLS #Security
OpenSSL 3.6.1 Released With High Severity Security Fixes
OpenSSL 3.6.1 is out with fixes for multiple high-severity vulnerabilities affecting TLS, PKCS12, CMS, and certificate handling.
linuxiac.com
January 27, 2026 at 3:41 PM
TIL that in #macOS #Sequoia SecPKCS12Import() fails with error errSecAuthFailed ("Authorization/Authentication failed") when trying to import PKCS12 data that's "protected" with an empty password (""). 1/2
September 15, 2024 at 7:56 AM
It's a... fun... quirk of .NET on Windows. Windows much prefers working with a PFX / PKCS12 than PEM.

Exporting the cert to PFX using the Export method then import it again.

If you are still running in to a wall file an issue in dotnet/runtime with some code and I'll take a look.
April 25, 2025 at 7:26 PM
Wireshark 4.6.3 Released with Updated Protocol and Capture File Support

This release updates support for the DCT2000, DHCP, H.248, H.265, HomePlug AV, HTTP3, IDN, IEEE 802.11, LTE RRC, NAS-5GS, PKCS12, and QUIC protocols.
#Linux
Wireshark 4.6.3 Released with Updated Protocol and Capture File Support - 9to5Linux
Wireshark 4.6.3 open-source network protocol analyzer is now available to download with various bug fixes and updated protocols.
9to5linux.com
January 15, 2026 at 6:41 AM
hoy han puesto un mensaje en un bug report de JtR, y me acabo de dar cuenta que faltan 8 dias para que hagan 3 años desde q abri el report
Feliz aniversario a todos
xD
github.com/openwall/joh...
PFX P12 will not crack password if exported from mozilla · Issue #4752 · openwall/john
been doing some tests after updating pfx2john.py to python3 (minor changes here https://github.com/kabutor/python/blob/master/pfx2john.py) I'll found out that if you use a generated PFX/P12 PKCS12 ...
github.com
June 8, 2024 at 12:28 PM
🚀 New #release · Traefik v2.11.52

Bug fixes:
• [middleware] Sanitize replaced path in ReplacePathRegex middleware (#13466 @kevinpollet)
• [acme] Bump software.sslmate.com/src/go…

Check and #self-host it → selfhost.directory/project/traefik#update-3305689

#selfhost #selfhosted #homelab #opensource
Traefik v2.11.52
Bug fixes: • [middleware] Sanitize replaced path in ReplacePathRegex middleware (#13466 @kevinpollet) • [acme] Bump software.sslmate.com/src/go-pkcs12 to v0.7.3 (#13477 @rtribotte)
selfhost.directory
July 8, 2026 at 1:20 PM
xca - CA certificate and key management
🚀 2.6.0 Release Highlights:
🌐 Support for ovpn files
🛠 Fixes PKCS12 imports
🔐 Support for legacy keys
#cryptography #certificates #infosec #cybersecurity
GitHub - chris2511/xca: X Certificate and Key management
X Certificate and Key management. Contribute to chris2511/xca development by creating an account on GitHub.
github.com
February 27, 2024 at 12:48 AM
あと、openssl 3で作成したPKCS12形式のファイルが読み込めない。おそらくこの関係。
mseeeen.msen.jp/p12-format-c...
OpenSSL 3系で発行された p12 形式の証明書が macOS にインポートできない
macOS に OpenSSL 3系で発行した p12 形式の証明書のインポートが失敗しました。原因を調査していると暗号化アルゴリズムが関係していそうでしたので対応を記事にしました。
mseeeen.msen.jp
October 26, 2024 at 11:27 PM
New HIGH CVE for OpenSSL: CVE-2026-17510

Crypt::OpenSSL::PKCS12 versions before 1.98 for Perl allow a NULL pointer dereference in print_attribute via a zero length BMPSTRING attribute. print_attribute() sizes the destination buffer for a BMP…

More: nvd.nist.gov/vuln/detail/CVE-2026-17510
August 12, 2026 at 8:02 PM
CVE-2026-17510 - Crypt::OpenSSL::PKCS12 versions before 1.98 for Perl allow a NULL pointer dereference in print_attribute via a zero length BMPSTRING attribute
CVE ID : CVE-2026-17510

Published : Aug. 9, 2026, 1:21 a.m. | 1 hour, 5 minutes ago

Description : Crypt::OpenSS...
CVE-2026-17510 - Crypt::OpenSSL::PKCS12 versions before 1.98 for Perl allow a NULL pointer dereference in print_attribute via a zero length BMPSTRING attribute
Crypt::OpenSSL::PKCS12 versions before 1.98 for Perl allow a NULL pointer dereference in print_attribute via a zero length BMPSTRING attribute. print_attribute() sizes the destination buffer for a BMPSTRING attribute from its declared byte length with `Renew(*attribute, length, char)`. A zero length attribute makes that a zero size reallocation, which Perl implements …
cvefeed.io
August 9, 2026 at 2:31 AM
🚨 EUVD-2026-54850
📊 n/a
🏢 JONASBN

📝 Crypt::OpenSSL::PKCS12 versions before 1.98 for Perl allow a NULL pointer dereference in print_attribute via a zero length BMPSTRING attribute.

print_attrib...

🔗 https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-54850

#cybersecurity #infosec #cve #euvd
August 9, 2026 at 3:04 AM
🔴 CVE-2026-8507 - Critical (9.8)

Crypt::OpenSSL::PKCS12 versions through 1.94 for Perl have out-of-bounds (OOB) write flaws.

When...

https://www.thehackerwire.com/vulnerability/CVE-2026-8507/

#infosec #cybersecurity #CVE #vulnerability #security #patchstack
May 19, 2026 at 1:01 AM
🔴 CVE-2026-8721 - Critical (9.8)

Crypt::OpenSSL::PKCS12 versions through 1.94 for Perl truncates passwords with embedded NULLs.

P...

https://www.thehackerwire.com/vulnerability/CVE-2026-8721/

#infosec #cybersecurity #CVE #vulnerability #security #patchstack
May 19, 2026 at 1:01 AM
New in #Metasploit this week c/o @n00tmeg.bsky.social: A new msfconsole command to manage PKCS12 certificates stored in the database. Plus, automatic PKCS12-based Kerberos (and Schannel) authentication through PKINIT when no Kerberos ticket is cached. www.rapid7.com/blog/post/20...
Metasploit Wrap-Up 04/25/2025 | Rapid7 Blog
www.rapid7.com
April 28, 2025 at 1:02 AM
Wireshark 4.6.3 Released with Updated Protocol and Capture File Support
This release updates support for the DCT2000, DHCP, H.248, H.265, HomePlug AV, HTTP3, IDN, IEEE 802.11, LTE RRC, NAS-5GS, PKCS12, and QUIC protocols. 9to5linux.com/wireshark-4-...
Wireshark 4.6.3 Released with Updated Protocol and Capture File Support - 9to5Linux
Wireshark 4.6.3 open-source network protocol analyzer is now available to download with various bug fixes and updated protocols.
9to5linux.com
January 15, 2026 at 5:34 AM
anyway apropos of this: if you have a Canon printer and you need to upload a Let's Encrypt certificate to it, this is how you do that:

openssl pkcs12 -legacy -export -out legacy.p12 -inkey privkey.pem -in fullchain.pem -name "My Printer Certificate"

the "-legacy" flag is apparently important
October 27, 2025 at 8:33 PM
🚨 HIGH severity: Crypt::OpenSSL::PKCS12 (<=1.94) for Perl has an out-of-bounds write bug — could lead to remote code execution. Patch is out — verify your cloud-hosted service is updated! https://radar.offseq.com/threat/cve-2026-8507-cwe-787-out-of-bounds-write-in-jonas-652bf5a8 #OffSeq #Vulnerab...
CVE-2026-8507: CWE-787 Out-of-bounds Write in JONASBN Crypt::OpenSSL::PKCS12
CVE-2026-8507 is an out-of-bounds write vulnerability (CWE-787) in Crypt::OpenSSL::PKCS12 versions up to 1.94 for Perl. The flaw occurs during parsing of PKCS12 files containing a SAFEBAG attribute with an OCTET STRING or BIT STRING of size
radar.offseq.com
May 18, 2026 at 12:00 AM