401038 matches found
CVE-2026-57229
Suricata's SMTP MIME parser (rust/src/mime/smtp.rs) in versions 8.0.0 through 8.0.6 fails to fully reset state when processing Content-Type: message/rfc822 encapsulation. An outer MIME part's filename or Content-Transfer-Encoding state leaks into the inner message, allowing a crafted email to byp...
CVE-2026-57225
Suricata (OISF network IDS/IPS/NSM engine) versions 8.0.0 through 8.0.6 are affected by a NULL pointer dereference in src/datasets-context-json.c. The code assumes a configured JSON/NDJSON dataset value_key always resolves to a string; a non-string value in a dataset or rule feed triggers the der...
CVE-2026-63452
Suricata (OISF), a network IDS/IPS/NSM engine, is affected in versions 8.0.0 through 8.0.6 . The HTTP/1 parser enforces a per-transaction decompression limit but does not cap the total number of small brotli compression bombs a single flow can submit. When the response-body-decompress-layer-limit...
CVE-2026-63451
Suricata (OISF) versions 8.0.0 through 8.0.6 are affected by a heap buffer overflow in src/detect-engine-prefilter.c. A locally supplied detection rule that combines frame inspection without content and a transformed match without content can cause the prefilter to select multiple non-prefilter f...
CVE-2026-57227
Suricata (a network IDS/IPS/NNSM engine) has a denial-of-service vulnerability in its MQTT parser (rust/src/mqtt/mqtt.rs). The root cause is that repeated PUBREC or PUBREL messages can be appended to a single transaction without any limit, allowing crafted MQTT traffic to grow transaction state i...
CVE-2026-63450
Suricata (OISF) FTP application-layer parser in src/app-layer-ftp.c, prior to 8.0.6 , escalates a protocol-recoverable command-ordering error—RETR/STOR sent before PORT/PASV negotiation —to an unrecoverable APP_LAYER_ERROR (CWE-754 ). This disables all subsequent FTP application-layer inspection ...
CVE-2026-93562
CVE-2026-93562 is an HTTP request smuggling vulnerability in Netty's HTTP/1 decoder (package io.netty/netty-codec-http). The root cause is incomplete validation of malformed Transfer-Encoding headers, allowing a remote attacker with no privileges to inject arbitrary HTTP requests and potentially ...
CVE-2026-93574
CVE-2026-93574 affects Netty's netty-codec-http component, where an incorrect parsing of HTTP/1.1 chunk-size tokens containing post-digit whitespace enables HTTP request smuggling . A remote attacker with no privileges can exploit this over the network to bypass security controls or access unauth...
CVE-2026-63449
Suricata versions 8.0.0 through 8.0.6 are affected by a SIP parser flaw in rust/src/sip/parser.rs, where request and response body lengths are stored in 16-bit fields . A SIP body exceeding 65,536 bytes truncates the stored length, causing frame:request.body or frame:response.body to omit part of...
CVE-2026-57228
CVE-2026-57228 is a heap out-of-bounds read in the SMTP MIME quoted-printable decoder (src/util-decode-mime.c) of Suricata versions 7.0.13 through 7.0.17 . When a quoted-printable escape sequence is split across traffic chunks and the following chunk contains exactly one byte, Suricata reads one ...
CVE-2026-57224
Suricata versions 8.0.0 through 8.0.6 are affected by a denial-of-service vulnerability in the DHCP parser (rust/src/dhcp/dhcp.rs) and RDP parser (rust/src/rdp/rdp.rs). Both parsers create stateless transactions without recording packet direction via AppLayerTxData::for_direction(). When a sensor...
CVE-2026-57226
Suricata , a network IDS/IPS/NMS engine, is vulnerable to a heap buffer overflow in its HTTP SWF decompression path (src/util-file-decompression.c). When the non-default swf-decompression feature is enabled with an unsafe decompress-depth value, the configured depth is used for memory allocation ...
CVE-2026-57222
Suricata , a network IDS/IPS/NSM engine, is affected by a hash collision in src/ippair.c where IPv4 and IPv6 address pairs can collide because the IP address family is not compared before reusing IPPair-backed state. This causes incorrect detection state to be applied across IP families for xbits...
CVE-2026-61720
FluidSynth, a software synthesizer based on the SoundFont 2 specification, is affected by an unsigned integer underflow in its SF2 parser's DMOD chunk handler. When a crafted SF2 file contains a zero-sized DMOD chunk, the expression chunk.size / SF_MOD_SIZE - 1 causes the unsigned subtraction to ...
CVE-2026-61723
FluidSynth (a software synthesizer based on the SoundFont 2 specifications) versions 2.5.0 through 2.5.6 are affected by an integer overflow in the native DLS parser's ptbl chunk validation. The expression cues * 4 + cbsize uses 32-bit unsigned arithmetic without bounds checking; with cues = 0x40...
CVE-2026-61722
FluidSynth (a software synthesizer based on the SoundFont 2 specifications) has an integer overflow in its native DLS parser's articulation chunk validation. The unsigned expression cbsize + connblocks * 12 overflows in 32-bit arithmetic when a crafted DLS file supplies a large connblocks value (...
CVE-2026-61714
FluidSynth (SoundFont 2 software synthesizer) versions 2.2.4 through 2.5.6 contain a heap buffer overflow in the MIDI player. When synth.midi-channels is configured above the default of 16, the code indexes _fluid_player_t::channel_isplaying outside its fixed-size heap allocation, causing out-of-...
CVE-2026-61721
FluidSynth versions 2.5.0 through 2.5.6 contain a heap-based buffer overrun in the native DLS loader . File-controlled wsmp.loop_start and wsmp.loop_length values are assigned to samples without calling fluid_sample_validate() or fluid_sample_sanitize_loop(), allowing a crafted DLS file to place ...
CVE-2026-58264
FluidSynth , a software synthesizer based on the SoundFont 2 specifications, is affected by an out-of-bounds heap write in its command handler. The pitch_bend_range command accepts a channel argument that is not bounds-checked before writing the supplied value through the selected synth channel. ...
CVE-2026-76899
CordysCRM (open-source AI-powered CRM with private deployment) contains an authenticated SQL injection in versions 1.7.0 through 1.7.4 (fixed in 1.7.4 ). The vulnerable endpoint is POST /account-pool/page , accessible to authenticated callers holding the MODULE_SETTING_UPDATE permission. The root...