VK Introduces Security Gate: Internal AppSec Platform for Code, Dependency and Container Security
VK has published a detailed overview of Security Gate, its internal AppSec platform that unifies static analysis, dependency checking and secret detection for developers.
The platform performs SAST using signature rules and inter-file taint analysis to detect SQL injections, XSS, RCE and missing sanitizers across supported languages such as Python, TypeScript, Go, Java, Rust and Swift.
For open-source components, SCA services evaluate reachability of vulnerable methods, distinguish dev versus prod dependencies and search for protestware and malware using proprietary feeds. A dedicated SG Malware Protector module continuously monitors new threats and updates the corporate artifact repository blacklist.
Fast Scanner automatically attaches to GitLab merge requests, performs rapid checks and posts results directly in comments, allowing teams to remediate issues before code reaches default branches.
Security Gate applies multiple layers of prioritization: statistical rule tuning, dynamic lowering of severity for test and mock code, and a custom CVE calculator that weighs exploit availability, automation potential and code reachability. Secrets receive additional VK Triage LLM processing that rejects obvious false positives with an F1 score of 0.981 on internal benchmarks.
The interface provides project dashboards, data-flow visualization, Jira integration, cross-branch verdicts and exportable XLSX, CSV and SBOM reports. Projects are discovered automatically from corporate GitLab, with scans triggered on changes or every 30 days for unchanged repositories.
Related articles
Starting in Bug Bounty: Understanding 1-Day Vulnerabilities
Mikhail Klyuchnikov, known in the bug hunting community as n1, shares his decade-long experience at Positive Technologies leading a team focused on software security analysis. The team specializes in discovering new zero-day vulnerabilities while also reproducing known 1-day issues to support penetration testing engagements. Klyuchnikov is also a member of the PT SWARM team, which regularly publishes technical articles, tips, and timely vulnerability breakdowns. With extensive participation in international bug bounty platforms and the Russian Standoff Bug Bounty program, he aims to explain the practical role of 1-day vulnerabilities for newcomers entering bug bounty hunting. The article provides foundational knowledge on how security researchers leverage publicly disclosed vulnerabilities in real-world testing scenarios.
Keycloak Fixes Critical CVE-2026-18963 Password Reset Flaw Allowing Unauthenticated Account Takeover
Keycloak has patched a critical vulnerability tracked as CVE-2026-18963 that lets remote unauthenticated attackers force a password reset for any user and seize control of the account. The flaw affects the reset-credentials flow due to improper state validation, enabling attackers to bypass email verification and reach the password change endpoint directly. With a CVSS 3.1 score of 9.1, the issue requires no privileges or user interaction and impacts confidentiality and integrity. Patches are available in Keycloak 26.7.2 and corresponding Red Hat Build of Keycloak releases 26.4.15 and 26.6.6. Organizations unable to update immediately should disable the Forgot password feature across all realms. Post-remediation auditing of login events and credential changes on privileged accounts is recommended to detect any prior exploitation attempts.
Sky Discloses Five Vulnerabilities in SKYSEA Client View and SKYMEC IT Manager
Sky has released a security advisory detailing five vulnerabilities affecting its IT asset management tools SKYSEA Client View and SKYMEC IT Manager. The flaws impact all Windows-based components including master servers, management machines, terminal machines, and standalone terminals. Two issues received CVSSv4 base scores of 8.5 while the remaining three scored 5.8, with CVSSv3 scores reversing the severity ranking for some entries. The vulnerabilities include missing authorization checks, improper file permissions during installation, multiple path traversal flaws, and a stack-based buffer overflow. Sky has made update and patch modules available to contracted customers and strongly recommends immediate deployment.
CISA Adds Oracle WebLogic Proxy Plug-in Flaw CVE-2026-21962 to KEV Catalog After Confirmed Exploitation
The U.S. Cybersecurity and Infrastructure Security Agency has added CVE-2026-21962 to its Known Exploited Vulnerabilities catalog, confirming active exploitation of the Oracle WebLogic Server Proxy Plug-in. The vulnerability affects the mod_wl_ohs module that proxies requests from web servers to Oracle WebLogic Server. It is bundled with Oracle HTTP Server and also impacts equivalent plug-ins for Apache HTTP Server and IIS. The flaw allows unauthenticated remote attackers to tamper with, delete, or create data and exfiltrate information. Exploitation can impact connected environments and backend systems. CISA issued the alert on August 24, 2026, highlighting the risk to organizations running affected proxy configurations.