Views
No views yet
fdtn-ai/Foundation-Sec-8B-Reasoning-Q4_K_M-GGUF is a 4-bit quantized variant of Foundation-Sec-8B-Reasoning — an 8B-parameter LLaMA 3.1–based model that extends the Foundation-Sec-8B base model with instruction-following and reasoning capabilities. The base model was continued-pretrained on a curated corpus of cybersecurity-specific text (e.g., CVEs, threat intel reports, exploit write-ups, compliance guides). Foundation-Sec-8B-Reasoning is optimized for three core use case categories:v0.1.81 or newer) to GGUF format..ggufllama_cpp) and C++ CLI (llama.cpp) inference enginesbrew install llama-cpp1# Install dependencies
2brew install cmake
3# Clone and build llama.cpp
4git clone https://github.com/ggml-org/llama.cpp.git
5cd llama.cpp
6make
7# Add to PATH (optional)
8sudo cp llama-cli /usr/local/bin/llama-cli -m foundation-sec-8b-reasoning-q4_k_m.gguf -p "CVE-2021-44228 is a remote code execution flaw in Apache Log4j2 via unsafe JNDI lookups (\"Log4Shell\"). The CWE is CWE-502.\n\nCVE-2017-0144 is a remote code execution vulnerability in Microsoft's SMBv1 server (\"EternalBlue\") due to a buffer overflow. The CWE is CWE-119.\n\nCVE-2014-0160 is an information-disclosure bug in OpenSSL's heartbeat extension (\"Heartbleed\") due to out-of-bounds reads. The CWE is CWE-125.\n\nCVE-2017-5638 is a remote code execution issue in Apache Struts 2's Jakarta Multipart parser stemming from improper input validation of the Content-Type header. The CWE is CWE-20.\n\nCVE-2019-0708 is a remote code execution vulnerability in Microsoft's Remote Desktop Services (\"BlueKeep\") triggered by a use-after-free. The CWE is CWE-416.\n\nCVE-2015-10011 is a vulnerability about OpenDNS OpenResolve improper log output neutralization. The CWE is" -n 128blainen@cisco.com.