소스 검색

package/sngrep: security bump to v1.8.2

See the release notes:

- https://github.com/irontec/sngrep/releases/tag/v1.7.0
- https://github.com/irontec/sngrep/releases/tag/v1.8.0
- https://github.com/irontec/sngrep/releases/tag/v1.8.1
- https://github.com/irontec/sngrep/releases/tag/v1.8.2

This fixes the following vulnerabilities:

- CVE-2024-3119:
    A buffer overflow vulnerability exists in all versions of sngrep since
    v0.4.2, due to improper handling of 'Call-ID' and 'X-Call-ID' SIP
    headers. The functions sip_get_callid and sip_get_xcallid in sip.c use
    the strncpy function to copy header contents into fixed-size buffers
    without checking the data length. This flaw allows remote attackers to
    execute arbitrary code or cause a denial of service (DoS) through
    specially crafted SIP messages.
    https://www.cve.org/CVERecord?id=CVE-2024-3119

- CVE-2024-3120:
    A stack-buffer overflow vulnerability exists in all versions of sngrep
    since v1.4.1. The flaw is due to inadequate bounds checking when
    copying 'Content-Length' and 'Warning' headers into fixed-size buffers
    in the sip_validate_packet and sip_parse_extra_headers functions
    within src/sip.c. This vulnerability allows remote attackers to
    execute arbitrary code or cause a denial of service (DoS) via crafted
    SIP messages.
    https://www.cve.org/CVERecord?id=CVE-2024-3120

Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit f52e17596dc81a7ae12afbe7a699afdf0ae8e6b2)
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
Titouan Christophe 3 주 전
부모
커밋
7b26b93064
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 3
      package/sngrep/sngrep.hash
  2. 1 1
      package/sngrep/sngrep.mk

+ 3 - 3
package/sngrep/sngrep.hash

@@ -1,6 +1,6 @@
-# From https://github.com/irontec/sngrep/releases/download/v1.7.0/sngrep-1.7.0.tar.gz.md5sum
-md5  ee3cc7bd75adeb713411aa678e45ae4c  sngrep-1.7.0.tar.gz
+# From https://github.com/irontec/sngrep/releases/download/v1.8.2/sngrep-1.8.2.tar.gz.md5sum
+md5  eb2a398e2e98993ee2a19a3afddfc282  sngrep-1.8.2.tar.gz
 
 # Locally computed
-sha256  2e5ba3a4d6486ea00bd73d2cceff383ba162dcd6d0170ae74cfa3b1c206e2cb1  sngrep-1.7.0.tar.gz
+sha256  1cd05bddd531b353e3069c5243e7076b60a3ee907dbbc3c9c2834676ed8c4bac  sngrep-1.8.2.tar.gz
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  LICENSE

+ 1 - 1
package/sngrep/sngrep.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SNGREP_VERSION = 1.7.0
+SNGREP_VERSION = 1.8.2
 SNGREP_SITE = \
 	https://github.com/irontec/sngrep/releases/download/v$(SNGREP_VERSION)
 SNGREP_LICENSE = GPL-3.0+