Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2122+ Articles
156+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-63232: Koollab LMS SQL Injection and RCE via Unsafe Deserialisation
CVE-2026-63232: Koollab LMS SQL Injection and RCE via Unsafe Deserialisation

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-63232

CVE-2026-63232: Koollab LMS SQL Injection and RCE via Unsafe Deserialisation

A critical CVSS 9.9 vulnerability in Koollab LMS allows authenticated attackers to exploit SQL injection and unsafe PHP deserialisation in the assessment reinforcement endpoint to write a webshell and execute arbitrary code.

Dylan H.

Security Team

July 29, 2026
2 min read

Affected Products

  • Koollab LMS

Overview

CVE-2026-63232 is a critical-severity vulnerability (CVSS 9.9) affecting Koollab LMS, a learning management system. The flaw combines SQL injection with unsafe PHP unserialize() usage in the platform's assessment reinforcement endpoint, enabling an authenticated attacker to achieve remote code execution (RCE) on the underlying server.

Technical Details

The vulnerability exists in Koollab LMS's assessment reinforcement endpoint, where user-supplied input is passed unsanitised into SQL queries and subsequently fed into PHP's unserialize() function without validation.

The attack chain is as follows:

  1. SQL Injection — an authenticated user crafts a malicious payload through the assessment reinforcement endpoint that manipulates the underlying database query.
  2. Unsafe Deserialisation — the attacker controls data passed to unserialize(), enabling PHP object injection.
  3. Webshell Write — by exploiting the deserialisation gadget chain, the attacker writes a PHP webshell to a publicly accessible directory on the server.
  4. Remote Code Execution — the attacker sends HTTP requests to the dropped webshell to execute arbitrary OS commands as the web server user.

Impact

  • Confidentiality: Full read access to server filesystem and database contents, including student PII, credentials, and course materials.
  • Integrity: Ability to modify or delete LMS data, course content, and user records.
  • Availability: Server can be taken offline or repurposed for further attacks.

Because the CVSS score is 9.9, the attack requires only authentication — no special privileges or user interaction beyond a standard LMS account — making this accessible to any enrolled student or staff member.

Affected Software

ProductAffected Versions
Koollab LMSUnspecified (see vendor advisory)

Remediation

  • Apply vendor patches immediately. Check the Koollab LMS vendor portal or NVD for patched versions.
  • Restrict access to the assessment reinforcement endpoint to trusted roles while patches are being applied.
  • Audit logs for unusual requests to the affected endpoint.
  • Remove unserialise() usage wherever possible; prefer json_decode() for structured data.
  • Web Application Firewall (WAF) rules targeting SQL injection patterns can reduce exposure in the interim.

References

  • NVD — CVE-2026-63232
  • CVSS Score: 9.9 Critical
#Vulnerability#CVE#RCE#SQL Injection#Deserialisation#LMS

Related Articles

CVE-2026-63227: Koollab LMS SCORM File Upload Allows Webshell Deployment and RCE

A CVSS 9.9 critical vulnerability in Koollab LMS allows authenticated module designers to upload a SCORM package containing a PHP webshell to a publicly accessible directory, achieving remote code execution on the server.

3 min read

CVE-2026-13423: Streamit WordPress Theme Allows Unauthenticated Arbitrary PHP Function Execution

The Streamit WordPress theme through version 4.5.0 exposes an unauthenticated AJAX route with no authorization or nonce verification, letting any anonymous visitor call arbitrary PHP functions with attacker-controlled arguments — a critical CVSS 9.8 flaw.

3 min read

CVE-2026-10818: WPForms Pro Arbitrary File Upload — Unauthenticated RCE

A high-severity vulnerability in WPForms Pro allows unauthenticated attackers to upload malicious files and achieve remote code execution. File type...

3 min read
Back to all Security Alerts