24h | 7d | 30d

Overview

  • F5
  • NGINX Open Source

24 Mar 2026
Published
24 Mar 2026
Updated

CVSS v3.1
LOW (3.7)
EPSS
0.02%

KEV

Description

NGINX Plus and NGINX Open Source have a vulnerability in the ngx_mail_smtp_module module due to the improper handling of CRLF sequences in DNS responses. This allows an attacker-controlled DNS server to inject arbitrary headers into SMTP upstream requests, leading to potential request manipulation. Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.

Statistics

  • 1 Post
  • 1 Interaction

Last activity: Last hour

Fediverse

Profile picture fallback

Malcolm v26.05.1 is out?!? What, already? Dรฉjร  vu? We bumped up to the timetable on this release as a critical vulnerability found in NGINX made it expedient for us to do so.

Malcolm v26.05.1 focuses heavily on security updates, most notably upgrading OpenResty to address a critical NGINX remote code execution heap buffer overflow vulnerability. It also adds new Suricata OT detections for D-Link HNAP abuse, improves alerting webhook support, introduces the File Tree dashboard, and includes Suricata parsing/mapping fixes and documentation updates. Several other components received version bumps as well.

If you are upgrading from an existing Malcolm installation, run ./scripts/status for Malcolm to migrate some settings prior to running ./scripts/configure, ./scripts/start, or other Malcolm control scripts.

github.com/idaholab/Malcolm/co

  • โœจ Features and enhancements
  • โœ… Component version updates
  • ๐Ÿ› Bug fixes
    • Reference Counting (Use-After-Free) Bug for PyList_SetItem in filescan's python-statfs (#960 #962)
    • Added a few missing Suricata fields (suricata.tc_progress, suricata.ts_progress, suricata.tunnel.pcap_cnt, suricata.tunnel.pkt_src) to the index mapping template
    • When suricata.app_proto_ts and/or suricata.app_proto_tc reported that protocol parsing had failed (due to malformed input data), invalid data could be stored in HTTP, DNS, and/or TLS fields. This is now detected and those invalid values are dropped, and some combination of proto_parse_failed, client_stream_failed, or server_stream_failed are added to tags.
    • Suricata's HTTP version was not being normalized to network.protocol_version.
  • ๐Ÿงน Code and project maintenance

Malcolm is a powerful, easily deployable network ๐Ÿ–ง traffic analysis tool suite for network security monitoring ๐Ÿ•ต๐Ÿปโ€โ™€๏ธ.

Malcolm operates as a cluster of containers ๐Ÿ“ฆ, isolated sandboxes which each serve a dedicated function of the system. This makes Malcolm deployable with frameworks like Docker ๐Ÿ‹, Podman ๐Ÿฆญ, and Kubernetes โŽˆ. Check out the Quick Start guide for examples on how to get up and running.

Alternatively, dedicated official ISO installer images ๐Ÿ’ฟ for Malcolm and Hedgehog Linux ๐Ÿฆ” can be downloaded from Malcolm's releases page on GitHub. Due to limits on individual files in GitHub releases, these ISO files have been split ๐Ÿช“ into 2GB chunks and can be reassembled with scripts provided for both Bash ๐Ÿง (release_cleaver.sh) and PowerShell ๐ŸชŸ (release_cleaver.ps1). See Downloading Malcolm - Installer ISOs for instructions.

As always, join us on the Malcolm discussions board ๐Ÿ’ฌ to engage with the community, or pop some corn ๐Ÿฟ and watch a video ๐Ÿ“ผ.

  • 1
  • 0
  • 0
  • Last hour

Overview

  • gitpython-developers
  • GitPython

07 May 2026
Published
09 May 2026
Updated

CVSS v3.1
HIGH (7.8)
EPSS
0.02%

KEV

Description

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.49, GitConfigParser.set_value() passes values to Python's configparser without validating for newlines. GitPython's own _write() converts embedded newlines into indented continuation lines (e.g. \n becomes \n\t), but Git still accepts an indented [core] stanza as a section header โ€” so the injected core.hooksPath becomes effective configuration. Any Git operation that invokes hooks (commit, merge, checkout) will then execute scripts from the attacker-controlled path. This issue has been patched in version 3.1.49.

Statistics

  • 1 Post
  • 1 Interaction

Last activity: Last hour

Fediverse

Profile picture fallback

Malcolm v26.05.1 is out?!? What, already? Dรฉjร  vu? We bumped up to the timetable on this release as a critical vulnerability found in NGINX made it expedient for us to do so.

Malcolm v26.05.1 focuses heavily on security updates, most notably upgrading OpenResty to address a critical NGINX remote code execution heap buffer overflow vulnerability. It also adds new Suricata OT detections for D-Link HNAP abuse, improves alerting webhook support, introduces the File Tree dashboard, and includes Suricata parsing/mapping fixes and documentation updates. Several other components received version bumps as well.

If you are upgrading from an existing Malcolm installation, run ./scripts/status for Malcolm to migrate some settings prior to running ./scripts/configure, ./scripts/start, or other Malcolm control scripts.

github.com/idaholab/Malcolm/co

  • โœจ Features and enhancements
  • โœ… Component version updates
  • ๐Ÿ› Bug fixes
    • Reference Counting (Use-After-Free) Bug for PyList_SetItem in filescan's python-statfs (#960 #962)
    • Added a few missing Suricata fields (suricata.tc_progress, suricata.ts_progress, suricata.tunnel.pcap_cnt, suricata.tunnel.pkt_src) to the index mapping template
    • When suricata.app_proto_ts and/or suricata.app_proto_tc reported that protocol parsing had failed (due to malformed input data), invalid data could be stored in HTTP, DNS, and/or TLS fields. This is now detected and those invalid values are dropped, and some combination of proto_parse_failed, client_stream_failed, or server_stream_failed are added to tags.
    • Suricata's HTTP version was not being normalized to network.protocol_version.
  • ๐Ÿงน Code and project maintenance

Malcolm is a powerful, easily deployable network ๐Ÿ–ง traffic analysis tool suite for network security monitoring ๐Ÿ•ต๐Ÿปโ€โ™€๏ธ.

Malcolm operates as a cluster of containers ๐Ÿ“ฆ, isolated sandboxes which each serve a dedicated function of the system. This makes Malcolm deployable with frameworks like Docker ๐Ÿ‹, Podman ๐Ÿฆญ, and Kubernetes โŽˆ. Check out the Quick Start guide for examples on how to get up and running.

Alternatively, dedicated official ISO installer images ๐Ÿ’ฟ for Malcolm and Hedgehog Linux ๐Ÿฆ” can be downloaded from Malcolm's releases page on GitHub. Due to limits on individual files in GitHub releases, these ISO files have been split ๐Ÿช“ into 2GB chunks and can be reassembled with scripts provided for both Bash ๐Ÿง (release_cleaver.sh) and PowerShell ๐ŸชŸ (release_cleaver.ps1). See Downloading Malcolm - Installer ISOs for instructions.

As always, join us on the Malcolm discussions board ๐Ÿ’ฌ to engage with the community, or pop some corn ๐Ÿฟ and watch a video ๐Ÿ“ผ.

  • 1
  • 0
  • 0
  • Last hour
Showing 61 to 62 of 62 CVEs