Skip to content

Instantly share code, notes, and snippets.

View Evian-Zhang's full-sized avatar

EvianZhang Evian-Zhang

  • Beijing, China
  • 14:20 (UTC +08:00)
View GitHub Profile
@Evian-Zhang
Evian-Zhang / CVE-2024-37826.md
Created August 6, 2024 01:42
CVE-2024-37826

CVE-2024-37826

Description

A NULL pointer dereference in vercot Serva v4.6.0 allows remote attackers to cause a Denial of Service (DoS) via a crafted HTTP request.

Vulnerability Type

CWE-476: NULL Pointer Dereference

@Evian-Zhang
Evian-Zhang / find_sdk_root.sh
Created June 15, 2022 09:03
Proper way to handle "ld: library not found for -lSystem" in macOS
SDKROOT=`/usr/bin/xcrun --show-sdk-path -sdk macosx`
as test.s -o test.o
ld test.o -lSystem -L $(SDKROOT)/usr/lib -o test