The number of vulnerabilities in educational software surged in 2025, with critical security flaws increasing by 56% compared to the previous year. Cybersecurity analysts attribute this trend to a development culture that prioritizes rapid release cycles over secure coding practices, leaving sensitive user data in student and teacher portals exposed to potential exploitation.
Why Educational Software Security Is Declining
The rapid expansion of the EdTech market has created a "speed-over-security" environment. According to data reported by Vedomosti based on findings from AppSec Solutions, the total number of identified vulnerabilities in educational applications reached approximately 2,500 in 2025, up from 1,773 in 2024.

Experts point to several systemic drivers for this increase:
- Release Pressure: Development teams often bypass rigorous security testing to meet market deadlines for new features or software updates.
- Budget Constraints: Compared to the banking or telecommunications sectors, EdTech firms often allocate fewer resources to cybersecurity, viewing the sector as a lower-priority target for attackers.
- Technical Debt: Developers frequently rely on outdated software libraries that contain known, unpatched security gaps.
The Risks to Personal Data
Security researchers have identified a common pattern where sensitive information is left unprotected within application code. This includes hardcoded API keys, authorization tokens, and credentials for testing environments. When these items remain in production code, they provide attackers with a direct path to sensitive user data, including personal information of parents, students, and educators.
Anna Vyatkina, an analyst at Positive Technologies, notes that the growing complexity of EdTech architecture complicates the security landscape. Modern educational platforms often require deep integration with third-party systems—such as payment gateways, cloud storage, and video conferencing tools—which increases the "attack surface" for cybercriminals.
The Role of Generative AI in Code Vulnerabilities
The adoption of AI-assisted coding tools has introduced new security challenges. According to analysis from Positive Technologies, widespread reliance on generative AI for code production is contributing to an increase in standardized security errors. While these tools increase developer productivity, they often replicate common, well-known coding vulnerabilities that human reviewers may fail to catch during the accelerated deployment phase.
Comparative Security Posture
The following table outlines the reported shifts in EdTech security between 2024 and 2025:
| Metric | 2024 | 2025 | Growth/Change |
|---|---|---|---|
| Total Vulnerabilities | 1,773 | 2,500 | +41% |
| High/Critical Vulnerabilities | 683 | 1,065 | +56% |
Looking Ahead
The shift in threat perception is forcing a change in the industry. Historically, educational software was not considered a primary target for sophisticated cyberattacks. However, as these platforms increasingly handle financial transactions and sensitive personal records, they have become lucrative targets for data theft.
Industry analysts suggest that without a fundamental shift toward "security by design," the trend of rising vulnerabilities is likely to continue. Developers are now under increased pressure to integrate automated security scanning into their CI/CD (Continuous Integration/Continuous Deployment) pipelines to identify flaws before software reaches the end user.