October (software)
| October | |
|---|---|
| Developers | Alexey Bobkov, Samuel Georges |
| Initial release | May 15, 2014[1] |
| Stable release | |
| Written in | PHP |
| Operating system | Cross-platform |
| Type | Content management system |
| License | Source-available commercial software; subscription license required for continued use |
| Website | octobercms |
| Repository | |
October is a self-hosted content management system (CMS) based on the PHP programming language and Laravel web application framework. It supports MariaDB, MySQL, PostgreSQL, SQLite and SQL Server for the database back end[3] and uses a flat file database for the front end structure.[4] The October CMS covers a range of capabilities such as users, permissions, themes, and plugins, and is seen as a simpler alternative to WordPress.[5][6][7]
The platform is intended to have a small learning curve and a template system easily manageable with version control systems.[7] As of November 2023, October is the second-most starred PHP CMS repository hosted on GitHub[8] and is 17th most popular on the internet in open source category according to the number built.[9]
On April 12, 2021, October CMS transitioned from using an MIT License to a proprietary software model[10] citing concerns over a lack of sustainability with the open-source model.
Features
October offers the following features, among others:
- Components, a key feature that are configurable building elements that can be attached to any page.[11]
- Building an interface requires minimal programming.[12]
- Flat files are used to serve the website structure.[13]
- Includes an Ajax framework, later released as a standalone open-source package called Larajax (see below), built in for back-end and front-end.[12]
- Uses Twig as template engine. This makes it possible to completely separate data from the templates.
- File manager with CDN support and image cropping.
- CSS and JavaScript assets can be combined and minified with just a single tag in the CMS templates.
- The whole setup is event-driven, which enables the user to hook into core or plugin processes and extend them.
- Updates and plugins are delivered with a package manager.
- Community-contributed extensions in the October CMS marketplace.
- The back-end is translated into 36 languages.
Larajax
In January 2026, with the release of October CMS v4.1, the project's built-in Ajax framework was extracted and released as an independent open-source package called Larajax, licensed under the MIT License.[14][15] Larajax allows Laravel developers to call controller methods directly from HTML using a data-request attribute, without creating separate API routes.[16] The package consolidates page-specific actions into a single route per page rather than requiring separate API endpoints, using an approach the developers described as having been refined over years of production use within October CMS.[17]
The release marked a partial return to open-source distribution for the project, which had moved to a proprietary license in 2021.[17]
Ukraine cyberattacks
From the 13th to 14th of January 2022, a known vulnerability in October CMS was used to deface the Ministry of Education and Science, the Ministry of Foreign Affairs, the Cabinet of Ministers and other Ukrainian government websites as part of the 2022 Ukraine cyberattacks.[18][19] The Ukrainian Ministry of Digital Transformation announced that there was no data leak.[20] The vulnerabilities were fixed nearly a year before the attack,[21] although not all sites were running the latest version.[22][23] Ukrainian cybersecurity agencies said the attack involved exploitation of CVE-2021-32648,[24] a vulnerability in the October CMS, as well as the exploitation of the notorious Log4Shell flaw, and DDoS attacks.[25]
See also
References
- ^ "Announcement: OctoberCMS Beta", by daftspunk, May 15, 2014. Retrieved on 18 May 2015.
- ^ "Changelog - OctoberCMS". octobercms.com. Retrieved 2026-03-15.
- ^ "Database: Getting Started - Laravel - The PHP Framework For Web Artisans". laravel.com. Retrieved 2024-01-04.
- ^ "Laravel 4 File-Based CMS", by Christopher Pitt, February 2, 2014
- ^ "A Detailed Comparison Between WordPress And October CMS "
- ^ "WordPress CMS vs October CMS: The Ultimate Showdown"
- ^ a b "Alternative Content Management — Part 2", by Christos Chiotis, May 20, 2014.
- ^ "GitHub search", sort:stars language:PHP stars:>1 CMS. Retrieved on 20 May 2015.
- ^ "October CMS Usage Statistics"
- ^ "October CMS Moves to Become a Paid Platform"
- ^ "CMS Components", Retrieved on 16 May 2015.
- ^ a b "Introducing October – a Laravel-based CMS", by Nick Salloum, November 17, 2014
- ^ "Introducing October CMS", by Chad Cantrell, December 30, 2014
- ^ "Introducing Larajax & October CMS v4.1". octobercms.com. Retrieved 2026-03-15.
- ^ "Larajax". GitHub. Retrieved 2026-03-15.
- ^ "Larajax - AJAX library for Laravel". larajax.org. Retrieved 2026-03-15.
- ^ a b "Introducing Larajax & October CMS v4.1". octobercms.com. Retrieved 2026-03-15.
- ^ "Sources tell me ~15 sites in Ukraine - all using October content management system - have been defaced", by Kim Zetter
- ^ "Massive Cyber Attack Knocks Down Ukrainian Government Websites"
- ^ "Official statement of the Ministry of Digital Investigation of a link with a hacker attack on a number of sites"
- ^ "Build software better, together". GitHub.
- ^ "Ukrainian government websites attacked: How could it happen?"
- ^ "Multiple Ukrainian government websites hacked and defaced"
- ^ "CVE-2021-32648 Detail"
- ^ "Ukraine Attacks Involved Exploitation of Log4j, October CMS Vulnerabilities"