// 漏洞聚焦
FixVibe 運行的每一项检查,
通通讲清楚。
FixVibe 自帶 164+ 个漏洞類别。每条记錄每次扫描最多運行 35 项子检查,详细讲解漏洞如何工作、攻击者能從中得到什么、我們如何检测以及如何防御。
01 / 07
HTTP 與表面
Session Cookie Attributes
HttpOnly, Secure, SameSite — three flags that turn a session cookie into something attackers can't easily steal.
阅讀聚焦 →
HTTP Security Headers
Headers are free defense — most apps still ship without them.
阅讀聚焦 →
TLS Configuration
Old cipher suites plus missing HSTS equals a hostile WiFi away from session hijack.
阅讀聚焦 →
Vercel Deployment Protection
Generated deployment URLs should not become public staging doors.
阅讀聚焦 →
02 / 07
密钥
Hard-coded Secret Patterns
Stripe keys, AWS credentials, OpenAI tokens — pattern matching catches the easy mistakes.
阅讀聚焦 →
Secrets in JavaScript Bundles
If it shipped in your client bundle, it's not a secret — it's a publication.
阅讀聚焦 →
JWT Integrity (alg confusion, weak secrets)
If your JWT verifier trusts the token's own header, it will believe whatever the attacker types.
阅讀聚焦 →
Tokens in Browser Storage
localStorage is JavaScript-readable. Auth tokens stored there are XSS-stealable by design.
阅讀聚焦 →
Exposed Source Maps
If your .map files are public, the attacker is reading your TypeScript.
阅讀聚焦 →
Information Leakage in JavaScript
Internal API hosts, version banners, and TODO comments — small leaks add up to a map of your stack.
阅讀聚焦 →
03 / 07
Backend-as-a-Service
Firebase Security Rules
`allow read, write: if true` is somebody's production database right now.
阅讀聚焦 →
Supabase Row-Level Security
Without RLS on every public table, your anon key is a license to read anything.
阅讀聚焦 →
Clerk & Auth0 Configuration
Identity providers leak more than they should when defaults aren't tightened.
阅讀聚焦 →
Supabase Storage and API Posture
Public buckets and anon-listable objects are where BaaS data leaks start.
阅讀聚焦 →
04 / 07
DNS
Netmaker DNS Key Authorization Bypass
A VPN control-plane DNS API should not trust a legacy default key.
阅讀聚焦 →
Subdomain Takeover
A CNAME pointing at an unclaimed cloud resource is an invitation to host phishing on your domain.
阅讀聚焦 →
SPF / DKIM / DMARC
Without these three records, anyone can send email as you.
阅讀聚焦 →
05 / 07
探索
Arcserve UDP Heap Overflow Advisory
Backup management consoles should not expose affected UDP versions.
阅讀聚焦 →
Schneider Modicon M221 Firmware Advisory
PLC firmware evidence should drive patch and segmentation review, not reboot or authentication replay tests.
阅讀聚焦 →
CVE Cross-Reference
Detected version + public CVE database = a list of attacks already documented.
阅讀聚焦 →
Debug & Admin Endpoints
/debug, /admin, /server-status — paths that should never be reachable from the internet.
阅讀聚焦 →
Exposed Files & Backup Directories
.env, .git, .DS_Store, backup.sql — files that should never be public, accidentally are.
阅讀聚焦 →
Rockwell MicroLogix 1100 DoS Advisory
An exposed PLC fingerprint is an operations risk, not something to crash-test.
阅讀聚焦 →
SPIP Template RCE Version Exposure
Public SPIP version banners can reveal an RCE-class patch gap.
阅讀聚焦 →
Checking Apache ActiveMQ Artemis for CVE-2023-50780
Checking Apache ActiveMQ Artemis for CVE-2023-50780
阅讀聚焦 →
Checking Apache Airflow for CVE-2024-45498
Checking Apache Airflow for CVE-2024-45498
阅讀聚焦 →
Checking Apache Tomcat for CVE-2020-11996
Checking Apache Tomcat for CVE-2020-11996
阅讀聚焦 →
Checking Claude Code GitHub Action workflow permissions
Checking Claude Code GitHub Action workflow permissions
阅讀聚焦 →
Checking codexui-android for token-stealing package versions
Checking codexui-android for token-stealing package versions
阅讀聚焦 →
Checking cordova-plugin-inappbrowser for CVE-2019-0219
Checking cordova-plugin-inappbrowser for CVE-2019-0219
阅讀聚焦 →
Checking DICOM files for executable preambles
Checking DICOM files for executable preambles
阅讀聚焦 →
Checking Django for CVE-2011-0696
Checking Django for CVE-2011-0696
阅讀聚焦 →
Checking Drupal Core for CVE-2026-9082
Checking Drupal Core for CVE-2026-9082
阅讀聚焦 →
Checking easy-day-js for Mastra npm incident package evidence
Checking easy-day-js for Mastra npm incident package evidence
阅讀聚焦 →
Checking Keras for CVE-2025-1550
Checking Keras for CVE-2025-1550
阅讀聚焦 →
Checking Langflow CORS exposure for CVE-2025-34291
Checking Langflow CORS exposure for CVE-2025-34291
阅讀聚焦 →
Checking Log4j 1.2 JDBCAppender for CVE-2022-23305
Checking Log4j 1.2 JDBCAppender for CVE-2022-23305
阅讀聚焦 →
Checking MindsDB version exposure for CVE-2026-27483
Checking MindsDB version exposure for CVE-2026-27483
阅讀聚焦 →
Checking MISP STIX import source for CVE-2018-19908
Checking MISP STIX import source for CVE-2018-19908
阅讀聚焦 →
Checking Moby/Docker Go modules for CVE-2026-34040
Checking Moby/Docker Go modules for CVE-2026-34040
阅讀聚焦 →
Checking NGINX rewrite configurations for CVE-2026-42945
Checking NGINX rewrite configurations for CVE-2026-42945
阅讀聚焦 →
Checking NiceGUI upload source for CVE-2026-25732
Checking NiceGUI upload source for CVE-2026-25732
阅讀聚焦 →
Checking Nokogiri for CVE-2019-18197
Checking Nokogiri for CVE-2019-18197
阅讀聚焦 →
Checking npm lockfiles for known typosquat package versions
Checking npm lockfiles for known typosquat package versions
阅讀聚焦 →
Checking ONNX for CVE-2024-5187
Checking ONNX for CVE-2024-5187
阅讀聚焦 →
Checking Paramiko for CVE-2018-7750
Checking Paramiko for CVE-2018-7750
阅讀聚焦 →
Checking proxy npm package for CVE-2023-2968
Checking proxy npm package for CVE-2023-2968
阅讀聚焦 →
Checking Spring Data Commons and XMLBeam for CVE-2018-1259
Checking Spring Data Commons and XMLBeam for CVE-2018-1259
阅讀聚焦 →
Checking SQLitePCLRaw native SQLite packages for CVE-2025-6965
Checking SQLitePCLRaw native SQLite packages for CVE-2025-6965
阅讀聚焦 →
Checking vLLM for CVE-2024-9053
Checking vLLM for CVE-2024-9053
阅讀聚焦 →
Checking WordPress REST API user exposure
Checking WordPress REST API user exposure
阅讀聚焦 →
Checking YOURLS for CVE-2019-14537
Checking YOURLS for CVE-2019-14537
阅讀聚焦 →
Cloudflare Origin & Proxy Posture
If your origin IP is discoverable, Cloudflare's WAF is bypassable.
阅讀聚焦 →
GraphQL Introspection Exposed
Introspection in production hands the attacker your full type system.
阅讀聚焦 →
Threat-Intel Cross-Reference
Spamhaus DBL, URLhaus — your domain's reputation, externally seen.
阅讀聚焦 →
Exposed API Documentation
/swagger.json, /openapi.json, /docs — public API maps for both you and the attacker.
阅讀聚焦 →
Netlify-Specific Exposure
Netlify deploy preview URLs, x-nf-* headers, _redirects mistakes.
阅讀聚焦 →
Privacy & Cookie Compliance Markers
GDPR-required pages — present and linked, or you're at risk of a complaint.
阅讀聚焦 →
Technology Fingerprinting
Knowing your stack is half the recon — outdated frameworks turn that into the other half.
阅讀聚焦 →
Vercel-Specific Exposure
_next/static, x-vercel-* headers, preview URLs — Vercel-isms that leak more than they should.
阅讀聚焦 →
06 / 07
主動探測
AVideo Command Injection Advisory
An outdated AVideo Composer dependency can expose video-link import paths to command execution risk.
阅讀聚焦 →
Cross-Tenant Data Leaks
Multi-tenant SaaS without tenant ID enforcement leaks customer data across orgs.
阅讀聚焦 →
GeniXCMS Author SQL Injection Exposure
A legacy CMS author filter should not turn one parameter into SQL syntax.
阅讀聚焦 →
JWT alg=none Acceptance
A decoded token is not an authenticated identity.
阅讀聚焦 →
MagicMirror /cors SSRF Exposure
A smart-mirror helper endpoint should not become a network proxy.
阅讀聚焦 →
Moxa NPort Firmware Advisory
A public device-server firmware banner should drive an upgrade, not a crash test.
阅讀聚焦 →
OS Command Injection
When user input becomes part of a shell command, the shell runs whatever the attacker writes.
阅讀聚焦 →
rclone RC Authentication Exposure
A public rclone Remote Control API should not answer unauthenticated fsinfo requests.
阅讀聚焦 →
Server-Side Template Injection (SSTI)
When a template engine treats user input as a template, the server treats user input as code.
阅讀聚焦 →
SiteOmat BOS Authentication Advisory
Fuel-station management software needs version and exposure review, not password guessing.
阅讀聚焦 →
SiteOmat CGI Buffer Overflow Advisory
Fuel-station controller CGI risk needs patch and exposure review, not exploit probes.
阅讀聚焦 →
SiteOmat Login SQL Injection Advisory
Fuel-station login risk needs patch and exposure review, not authentication-bypass probes.
阅讀聚焦 →
SQL Injection
When user input becomes part of a query, the database stops being yours.
阅讀聚焦 →
Auth Flow Defects
Login, signup, and password reset are where most account takeovers actually happen.
阅讀聚焦 →
Blind SSRF (Out-of-Band)
If the server fetches user-supplied URLs, the user can make it fetch internal services.
阅讀聚焦 →
CKAN DataStore SQL Authorization Bypass
Public DataStore SQL access can turn open data APIs into private data exposure.
阅讀聚焦 →
CORS Misconfiguration
Permissive Access-Control-Allow-Origin plus credentials means your API is everyone's API.
阅讀聚焦 →
DOM-based XSS via URL Fragment
Modern SPAs read location.hash and write it into the DOM — attacker payloads ride along.
阅讀聚焦 →
File Upload Validation
User-uploaded files are arbitrary bytes — accepting them as 'images' without checking is asking for RCE.
阅讀聚焦 →
FUXA Hardcoded JWT Fallback Secret
Default token-signing secrets can turn an HMI login into a weak boundary.
阅讀聚焦 →
GL.iNet GL-MT3000 Firmware Advisory
A router firmware match should drive an upgrade, not a command-execution test.
阅讀聚焦 →
GraphQL Depth Bombing & Batch Bypass
GraphQL's flexibility is also its vulnerability — depth bombs, alias batching, and field-suggestion leaks.
阅讀聚焦 →
HTTP Request Smuggling
Front-end proxy and back-end disagree on where one request ends — attacker rides the seam.
阅讀聚焦 →
IDOR / BOLA
If your API trusts the client to send the correct ID, the client can send any ID.
阅讀聚焦 →
IIS TRACK Method Information Disclosure
Legacy HTTP method echo behavior should be disabled before it can expose request headers.
阅讀聚焦 →
Liferay Portal Template RCE Advisory
Legacy Liferay Portal version evidence should trigger patch verification.
阅讀聚焦 →
LLM Prompt Injection
If your AI feature trusts user input as instruction, the user can rewrite the system prompt.
阅讀聚焦 →
NoSQL Operator Injection
MongoDB-style operators in user-controlled JSON turn your query into a wildcard.
阅讀聚焦 →
Reflected Cross-Site Scripting (XSS)
The silent hijack: when a single unsanitized parameter executes attacker code in your users' browsers.
阅讀聚焦 →
Rockwell MicroLogix 1100 Authentication Advisory
Firmware evidence should drive an update and exposure review, not password-guessing tests.
阅讀聚焦 →
XML External Entity (XXE)
If your XML parser resolves external entities, your server reads files for the attacker.
阅讀聚焦 →
ZoneMinder Directory Listing Exposure
A camera management UI should not publish its web root index.
阅讀聚焦 →
Account Enumeration
If your login responds differently when the email exists vs doesn't, attackers can build a customer list.
阅讀聚焦 →
Checking gemini-mcp-tool for CVE-2026-0755
Checking gemini-mcp-tool for CVE-2026-0755
阅讀聚焦 →
Checking Label Studio upload-example XSS exposure
Checking Label Studio upload-example XSS exposure
阅讀聚焦 →
Checking Langflow version exposure for CVE-2026-33017
Checking Langflow version exposure for CVE-2026-33017
阅讀聚焦 →
Checking PowerLogic EGX exposure for CVE-2021-22765/CVE-2021-22767/CVE-2021-22768
Checking PowerLogic EGX exposure for CVE-2021-22765/CVE-2021-22767/CVE-2021-22768
阅讀聚焦 →
Checking TLS endpoints for RC4 support
Checking TLS endpoints for RC4 support
阅讀聚焦 →
Checking TLS endpoints for Sweet32 DES/3DES support
Checking TLS endpoints for Sweet32 DES/3DES support
阅讀聚焦 →
Confirming Glances REST API unauthenticated exposure
Confirming Glances REST API unauthenticated exposure
阅讀聚焦 →
Confirming Next.js middleware bypass exposure
Confirming Next.js middleware bypass exposure
阅讀聚焦 →
Confirming SillyTavern SearXNG external-fetch SSRF exposure
Confirming SillyTavern SearXNG external-fetch SSRF exposure
阅讀聚焦 →
Confirming TMT Lockcell login SQL injection exposure
Confirming TMT Lockcell login SQL injection exposure
阅讀聚焦 →
CRLF / Response Splitting
If user input lands in a response header, line breaks let the attacker write their own headers.
阅讀聚焦 →
CSRF Protection
If your state-changing endpoints don't require a CSRF token, third-party sites can act as your users.
阅讀聚焦 →
Missing Rate Limiting
Without rate limits on auth endpoints, the attacker can credential-stuff at line speed.
阅讀聚焦 →
Next.js Header Configuration Drift
Headers set on `/` do not always protect nested routes.
阅讀聚焦 →
Open Redirect
Your /redirect?url=… that doesn't validate the destination is a phishing kit.
阅讀聚焦 →
SPIP valider_xml XSS Exposure
A legacy SPIP utility page should not reflect URL input into HTML.
阅讀聚焦 →
07 / 07
源代码
deephas Prototype-Pollution Advisory
A vulnerable deephas dependency can put deep-path object handling on a prototype-pollution path.
阅讀聚焦 →
Ghost Content API SQL Injection Advisory
A vulnerable Ghost dependency can put public content APIs on the database boundary.
阅讀聚焦 →
LibreNMS Command Injection Advisory
A vulnerable monitoring stack can become an execution path inside the network.
阅讀聚焦 →
LiteLLM SQL Injection Advisory
A vulnerable LiteLLM Proxy version can turn API-key verification into database exposure.
阅讀聚焦 →
NLTK Zip Slip Code Execution Advisory
A vulnerable NLTK downloader can turn compromised package archives into filesystem writes and code-execution risk.
阅讀聚焦 →
openDCIM Command Injection Source Advisory
A database-controlled Graphviz path should not become a shell command.
阅讀聚焦 →
TanStack ArkType Adapter Malware Advisory
Known malicious npm package versions can put CI and developer secrets at install-time risk.
阅讀聚焦 →
vm2 Sandbox Breakout Advisory
A vulnerable JavaScript sandbox dependency can put untrusted-code boundaries at risk.
阅讀聚焦 →
Apache Tomcat Coyote Resource-Shutdown Advisory
An affected Tomcat HTTP/2 runtime can turn reset behavior into resource exhaustion.
阅讀聚焦 →
Apache Tomcat EncryptInterceptor Advisory
Exact affected Tomcat releases need an upgrade before cluster encryption assumptions are trusted.
阅讀聚焦 →
Apache Tomcat h2c Request Mix-Up Advisory
Affected Tomcat h2c handling can put request data on the wrong response path.
阅讀聚焦 →
Apache Tomcat Session-Persistence Advisory
Affected Tomcat runtimes become riskier when FileStore session persistence is enabled.
阅讀聚焦 →
Committed AI-Generated Secrets
AI snippets should not ship provider keys into git.
阅讀聚焦 →
Compromised codfish GitHub Action
Release workflows should not keep pointing at compromised Action refs.
阅讀聚焦 →
electerm Install-Script Command Injection Advisory
A vulnerable terminal-client dependency can put build or developer hosts at install-time risk.
阅讀聚焦 →
electerm Unauthorized Command Execution Advisory
A stale electerm package can matter when the vulnerable service is packaged and running.
阅讀聚焦 →
Gogs Directory Traversal Dependency Advisory
An affected Gogs runtime can put file-upload path handling on a traversal boundary.
阅讀聚焦 →
Gradio Windows Python Path Traversal Advisory
A vulnerable Gradio dependency becomes a stronger signal when repo config points to Windows with Python 3.13+.
阅讀聚焦 →
Mbed TLS Buffer-Overflow Advisory
Affected Mbed TLS 3.x source evidence deserves an upgrade, not exploit reproduction.
阅讀聚焦 →
Mbed TLS Double-Free Advisory
Legacy Mbed TLS version evidence deserves branch-aware remediation.
阅讀聚焦 →
Microsoft ATL MS09-035 Source Advisory
Legacy ATL build metadata deserves rebuild proof, not exploit reproduction.
阅讀聚焦 →
OpenCms XXE Information-Disclosure Advisory
A vulnerable OpenCms dependency can put XML-processing routes on a file-read boundary.
阅讀聚焦 →
OpenSSL CMS Message-Parsing Advisory
Affected OpenSSL branch evidence deserves a branch-aware runtime upgrade.
阅讀聚焦 →
PDF.js JavaScript Execution Advisory
A vulnerable PDF viewer can turn a malicious document into script execution.
阅讀聚焦 →
PickleScan ZIP CRC Bypass Advisory
A vulnerable PickleScan dependency can miss malicious model archives when scans fail open.
阅讀聚焦 →
pyLoad /flashgot RCE Advisory
A vulnerable pyLoad dependency is patch-triage evidence, not proof of live RCE.
阅讀聚焦 →
Risky Source-Code Patterns
eval(), dangerouslySetInnerHTML, hard-coded secrets — the patterns SAST has been catching for 25 years.
阅讀聚焦 →
SaltStack Salt Directory Traversal Advisory
A vulnerable Salt package can weaken Salt master authentication boundaries.
阅讀聚焦 →
SAP Cloud SDK for AI Python Advisory
A vulnerable SAP Python SDK dependency is patch-triage evidence, not proof of live command execution.
阅讀聚焦 →
Spring Data Commons Resource-Exhaustion Advisory
Affected Spring Data Commons dependencies can put property-path parsing on a DoS path.
阅讀聚焦 →
Supabase RLS in Migrations
A public table without RLS is a future data leak.
阅讀聚焦 →
veraPDF XSLT Injection Dependency Advisory
Affected veraPDF policy-file processing can put XSLT execution boundaries at risk.
阅讀聚焦 →
Vulnerable Dependencies
Your package-lock.json includes thousands of packages. Some have known CVEs.
阅讀聚焦 →
Webhook Signature Verification
If your webhook handler doesn't verify the signature, anyone can forge events.
阅讀聚焦 →
ws Excessive-Header DoS Advisory
Affected ws server runtimes can crash when upgrade requests carry too many headers.
阅讀聚焦 →
AI-Generated Code Guardrails
Fast AI-assisted changes need repo-level security rails.
阅讀聚焦 →
Checking @andrei-tatar/nora-firebase-common for CVE-2024-30564
Checking @andrei-tatar/nora-firebase-common for CVE-2024-30564
阅讀聚焦 →
Checking Apache ActiveMQ Artemis for CVE-2026-27446
Checking Apache ActiveMQ Artemis for CVE-2026-27446
阅讀聚焦 →
Checking Apache Spark for CVE-2022-33891
Checking Apache Spark for CVE-2022-33891
阅讀聚焦 →
Checking Cargo files for the malicious onering crate
Checking Cargo files for the malicious onering crate
阅讀聚焦 →
Checking http4k-format-xml for CVE-2024-55875
Checking http4k-format-xml for CVE-2024-55875
阅讀聚焦 →
Checking kill-port-process for CVE-2019-15609
Checking kill-port-process for CVE-2019-15609
阅讀聚焦 →
Checking Log4j 1.2 JMSAppender for CVE-2021-4104
Checking Log4j 1.2 JMSAppender for CVE-2021-4104
阅讀聚焦 →
Checking Note Mark backend for CVE-2026-44522
Checking Note Mark backend for CVE-2026-44522
阅讀聚焦 →
Checking npm package versions and binding.gyp for the Phantom Gyp worm
Checking npm package versions and binding.gyp for the Phantom Gyp worm
阅讀聚焦 →
Checking OpenSSL PowerPC builds for CVE-2023-6129
Checking OpenSSL PowerPC builds for CVE-2023-6129
阅讀聚焦 →
Checking Perl GD for CVE-2026-11526
Checking Perl GD for CVE-2026-11526
阅讀聚焦 →
Checking Red Hat npm package versions for the worm campaign
Checking Red Hat npm package versions for the worm campaign
阅讀聚焦 →
Checking WebdriverIO BrowserStack service for CVE-2026-25244
Checking WebdriverIO BrowserStack service for CVE-2026-25244
阅讀聚焦 →
Kubernetes Service ExternalIPs Advisory
ExternalIPs in Service manifests deserve RBAC and admission-policy review.
阅讀聚焦 →
Mbed TLS Certificate-Validation Advisory
Affected Mbed TLS 3.x evidence deserves upgrade and client-auth review.
阅讀聚焦 →
OpenSSL TLSv1.3 Session Memory-Growth Advisory
A vulnerable OpenSSL runtime plus no-ticket TLSv1.3 session handling can create DoS risk.
阅讀聚焦 →
Oracle Java SE / GraalVM Runtime Advisory
Affected Oracle runtime metadata deserves an update, not DoS reproduction.
阅讀聚焦 →
Repo Security Hygiene
Branch protection, action pinning, secret hygiene — how your repo is run matters more than the code.
阅讀聚焦 →
Reviewing repo code against web app risk patterns
Reviewing repo code against web app risk patterns
阅讀聚焦 →
