Project

General

Profile

Actions

Bug #4508

closed
PA PA

SSH bypass is not working

Bug #4508: SSH bypass is not working

Added by Philippe Antoine almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
High
Target version:
Affected Versions:
Effort:
Difficulty:
Label:
Needs backport to 5.0, Needs backport to 6.0

Description

Since SSH parser is in rust.
This is because constants between Rust and C are not in sync.

In Rust we have APP_LAYER_PARSER_BYPASS_READY : u8 = 0b1000; that means 8
In C we have #define APP_LAYER_PARSER_BYPASS_READY BIT_U8(4) that means 16

There may be other implications


Related issues 3 (0 open3 closed)

Related to Suricata - Bug #4510: Incorrect flags in RustClosedShivani BhardwajActions
Has duplicate Suricata - Bug #4509: Incorrect flags in RustClosedShivani BhardwajActions
Copied to Suricata - Bug #4511: SSH bypass is not workingRejectedJeff LucovskyActions

PA Updated by Philippe Antoine almost 5 years ago Actions #1

  • Status changed from New to In Review

PA Updated by Philippe Antoine almost 5 years ago Actions #2

  • Label Needs backport to 5.0 added

PA Updated by Philippe Antoine almost 5 years ago Actions #3

Affects also APP_LAYER_PARSER_EOF*

SB Updated by Shivani Bhardwaj almost 5 years ago Actions #4

  • Has duplicate Bug #4509: Incorrect flags in Rust added

SB Updated by Shivani Bhardwaj almost 5 years ago Actions #5

  • Copied to Bug #4511: SSH bypass is not working added

SB Updated by Shivani Bhardwaj almost 5 years ago Actions #6

  • Related to Bug #4510: Incorrect flags in Rust added
Actions

Also available in: PDF Atom