BaiCloud-cms is a powerful open source CMS that allows you to create professional websites and scalable web applications. Visit the project website for more information.

Related tags

CMS BaiCloud-cms
Overview

BaiCloud-cms

About

BaiCloud-cms is a powerful open source CMS that allows you to create professional websites and scalable web applications. Visit the project website for more information.
BaiCloud-cms是一款功能强大的开源cms,允许您创建专业网站和可扩展的web应用程序。有关更多信息,请访问项目网站

Installation steps

Step 1: upload the program to the root directory of the server website
Step 2: run the install directory to install (enter http: / / your domain name / install in the address bar)
Step 3: delete the install directory and its files after installation
安装步骤
第一步:上传程序到服务器网站根目录
第二步:运行install目录进行安装(在地址栏输入http://你的域名/install)
第三步:安装完后删除install目录及里面的文件

Installation platform requirements

Windows 平台——IIS/Apache/Nginx + PHP4/PHP5.2/PHP5.3/PHP7 + MySQL4/5
Linux/Unix 平台——Apache + PHP4/PHP5/PHP7 + MySQL4/5 (PHP必须在非安全模式下运行)

PHP must be an environment or enabled system function

allow_url_fopen
GD extension library
MySQL extension library
Mysqli extension librar

function

User hierarchical management function (user group)
用户分级管理功能(用户组)
By setting up user groups and assigning different permissions to each user group, the hierarchical management of registered members is realized.
通过设制用户组,分配给每个用户组不同的权限,来实现注册会员的分级管理。
Function of seizing advertising position on the home page
抢占首页广告位置功能
After the registered user logs in to the user center, he can use this function to seize the advertisements at the designated position on the home page of the website( This function is originally created by this program)
注册用户登陆用户中心后,可利用此功能抢占网站首页指定位置的广告。(此功能为本程序独创)
Custom template, custom label, custom directory name function
自定义模板,自定义标签,自定义目录名功能
Make the website flexible and easy to control. Front page layout, style, text, links, directory names and other elements can be changed in the background through website management.
使网站灵活,易控。前台页布局,风格,文字,链接,目录名等所有元素都可通过网站管理后台更改。
Custom product attribute parameter function
自定义产品属性参数功能
Product attribute parameters can be customized. You can also customize the single choice attributes of products to meet the accurate description and release of products in various industries
可自定义产品属性参数。也可自定义产品的单选属性,可满足各行业产品的精确描述与发布

License

BaiCloud-cms is licensed under the terms of the LGPLv3.

Development Team

BaiCloud-cms was created by 北京互与 They will continue to follow up
BaiCloud-cms由北京互与创建,他们都在继续开发该平台。

You might also like...
PHPVibe Open source video CMS / Video Sharing CMS / Youtube Api v3 / Video Embeds
PHPVibe Open source video CMS / Video Sharing CMS / Youtube Api v3 / Video Embeds

PHPVibe Video CMS Free Video Sharing CMS The modern choice of design inspired by Youtube and a social videos sharing module that may just cut it for y

 Amila Laravel CMS - Free, open-source Simple Bootstrap Laravel CMS
Amila Laravel CMS - Free, open-source Simple Bootstrap Laravel CMS

Simple Bootstrap Laravel CMS. Support Laravel 8.x Can integrate into any existing Laravel project. Only add few database tables with prefixes, not affect your existing database tables. Support Laravel 7.x & Laravel 6.x & Laravel 5.x & MySql & PostgreSql - Amila Laravel CMS

Soosyze CMS is a minimalist content management system in PHP, without database to create and manage your website easily
Soosyze CMS is a minimalist content management system in PHP, without database to create and manage your website easily

Soosyze CMS is a content management system without a database. It's easy to create and manage you

Zenphoto - a standalone CMS for multimedia focused websites

Zenphoto The simpler media website CMS http://www.zenphoto.org Welcome to the Zenphoto git repository! About Zenphoto is a standalone CMS for multimed

Statamic 3 - the flat-first, Laravel + Git powered CMS designed for building beautiful, easy to manage websites

Statamic 3 - the flat-first, Laravel + Git powered CMS designed for building beautiful, easy to manage websites

Origin CMS for Laravel to kickstart your web applications
Origin CMS for Laravel to kickstart your web applications

Installation git clone -b master https://github.com/akhileshdarjee/origin-cms.git Update new git project URL composer install cp .env.example .env php

ExpressionEngine is a flexible, feature-rich, free open-source content management platform that empowers hundreds of thousands of individuals and organizations around the world to easily manage their web site.
ExpressionEngine is a flexible, feature-rich, free open-source content management platform that empowers hundreds of thousands of individuals and organizations around the world to easily manage their web site.

ExpressionEngine CMS ExpressionEngine is a mature, flexible, secure, free open-source content management system. It is beloved by designers for giving

Borgert is a CMS Open Source created with Laravel Framework 5.6
Borgert is a CMS Open Source created with Laravel Framework 5.6

A simple CMS to start projects in Laravel containing some modules. Blog, Pages, Products, Mailbox, Image Gallery, Log Viewer and Users. Frontend: Blog

Comments
  • Some Arbitrary File Deletion vulnerabilities Bugs

    Some Arbitrary File Deletion vulnerabilities Bugs

    Vulnerability Name: Multiple Arbitrary File Deletion

    Product version: 2.5.7 Download link

    file location:/user/licence_save.php,/user/ztconfig.php,/user/zssave.php Vulnerability Description: When unsanitized user input is supplied to a file deletion function, an arbitrary file deletion vulnerability arises. This occurs in PHP when the unlink() function is called and user input might affect portions of or the whole affected parameter, which represents the path of the file to remove, without sufficient sanitization. Exploiting the vulnerability allows an attacker to delete any file in the web root (along with any other file on the server that the PHP process user has the proper permissions to delete). Furthermore, an attacker can leverage the capability of arbitrary file deletion to circumvent certain webserver security mechanisms such as deleting .htaccess file that would deactivate those security constraints.

    Proof of Concept 1

    Vulnerable URL:/user/licence_save.php Vulnerable Code: line 22 image we just need post id as param and then use unlink to delete the file as long as the file exists(the base dir is ../),for example,we can delete install.lock image

    Proof of Concept 2

    Vulnerable URL:/user/ztconfig.php Vulnerable Code: line 68 image

    exp

    POST /user/ztconfig.php?action=modify 
    oldimg=install/install.lock
    
    

    Proof of Concept 3

    Vulnerable URL:/user/zssave.php Vulnerable Code: line 114 this base dir is ./ so exp

    POST /user/zssave.php
    action=modify&oldimg=../install/install.lock
    

    image

    opened by bkfish 0
  • Bug Report: Multiple Arbitrary File Deletion vulnerabilities

    Bug Report: Multiple Arbitrary File Deletion vulnerabilities

    Vulnerability Name: Multiple Arbitrary File Deletion

    Date of Discovery: 30 August 2021

    Product version: 2.5.7 Download link

    Author: hibiki-sama

    Vulnerability Description: When unsanitized user input is supplied to a file deletion function, an arbitrary file deletion vulnerability arises. This occurs in PHP when the unlink() function is called and user input might affect portions of or the whole affected parameter, which represents the path of the file to remove, without sufficient sanitization. Exploiting the vulnerability allows an attacker to delete any file in the web root (along with any other file on the server that the PHP process user has the proper permissions to delete). Furthermore, an attacker can leverage the capability of arbitrary file deletion to circumvent certain webserver security mechanisms such as deleting .htaccess file that would deactivate those security constraints.

    Proof of Concept 1

    Vulnerable URL: /user/ppsave.php Vulnerable Code: line 68 - kanacms\user

    11

    It can be found that there is no verification, just judge whether it is the same as the previous or default, and then use unlink to delete the file as long as the file exists

    Therefore, the vulnerability analysis and utilization are very simple

    22

    We deleted the installed lock file / install / install.lock 33

    Proof of Concept 2

    Vulnerable URL: /user/adv.php Vulnerable Code: line 77 - kanacms\user/adv.php

    There is an arbitrary file deletion vulnerability. I have to say that the system is really problematic in judging this

    The file causing the problem is in / user / adv.php

    It is also a problem caused by the comparison between oldimg and img

    44

    Similar to the above analysis, it only judges whether it is the same as the original, and then splices.. / and directly calls unlink, so the use is also very simple

    Just delete the hidden of the form attribute in HTML, and then directly enter the file name you want to delete

    opened by h1b1ki 1
  •  Bug fix

    Bug fix

    Our staff noticed that SQL injection was generated in / company / search.php due to controllable function name. Now we are trying our best to repair it

    opened by meiko-S 0
Releases(BaiCloud-cms)
Owner
null
Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. /// Chat with us and others on Spectrum: https://spectrum.chat/twill

About Twill Twill is an open source Laravel package that helps developers rapidly create a custom CMS that is beautiful, powerful, and flexible. By st

AREA 17 3k Jan 6, 2023
Powerful framework for designers and developers to create responsive, fast & robust Joomla based websites and templates.

Astroid Framework Powerful Frontend Template Framework for Joomla CMS Powerful framework for designers and developers to create responsive, fast & rob

JoomBoost 1 Oct 28, 2021
Bolt CMS is an open source, adaptable platform for building and running modern websites.

Bolt CMS is an open source, adaptable platform for building and running modern websites. Built on PHP, Symfony and more. Read the site for more info.

Bolt 437 Jan 4, 2023
🚀Bolt CMS is an open source, adaptable platform for building and running modern websites

??Bolt CMS is an open source, adaptable platform for building and running modern websites

Bolt 32 Dec 3, 2022
Manage your photos with Piwigo, a full featured open source photo gallery application for the web. Star us on Github! More than 200 plugins and themes available. Join us and contribute!

Manage your photo library. Piwigo is open source photo gallery software for the web. Designed for organisations, teams and individuals. The piwigo.org

Piwigo 2.3k Jan 1, 2023
ProcessWire 3.x is a friendly and powerful open source CMS with a strong API.

Welcome to ProcessWire 3.x This document is in Markdown. An HTML formatted version of this document can be read at: https://github.com/processwire/pro

ProcessWire 804 Jan 3, 2023
phpReel is a free, MIT open-source subscription-based video streaming service that lets you create your platform for distributing video content in the form of movies or series.

phpReel is a free, MIT open-source subscription-based video streaming service that lets you create your platform for distributing video content in the form of movies or series.

null 118 Dec 14, 2022
Aimeos is THE professional, full-featured and ultra fast e-commerce package for Laravel 5 and 6

Aimeos is THE professional, full-featured and ultra fast e-commerce package for Laravel 5 and 6! You can install it in your existing Laravel application within 5 minutes and can adapt, extend, overwrite and customize anything to your needs.

Aimeos 5.9k Jan 2, 2023
Flextype is an open-source Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS

Flextype is an open-source Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS. Building this Content Management System, we focused on simplicity. To achieve this, we implemented a simple but powerful API's.

Flextype 524 Dec 30, 2022