Linux res4.skyhost.pk 4.18.0-553.158.1.el8_10.x86_64 #1 SMP Wed Aug 26 03:18:33 EDT 2026 x86_64
LiteSpeed
Server IP : 65.109.66.33 & Your IP : 216.73.217.126
Domains : 334 Domain
User : supercareproduct
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
owncloud /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-09-09 12:10
php53
[ DIR ]
drwxr-xr-x
2026-09-09 12:10
php56
[ DIR ]
drwxr-xr-x
2026-09-09 12:10
php71
[ DIR ]
drwxr-xr-x
2026-09-09 12:10
php81
[ DIR ]
drwxr-xr-x
2026-09-09 12:10
php82
[ DIR ]
drwxr-xr-x
2026-09-09 12:10
.htaccess
3.43
KB
-rw-r--r--
2021-12-23 00:18
PasswordHash.php
6.67
KB
-rw-r--r--
2021-12-23 00:18
_.htaccess
315
B
-rw-r--r--
2021-12-23 00:18
changelog.txt
4.21
KB
-rw-r--r--
2026-09-08 23:01
check_suphp.php
101
B
-rw-r--r--
2021-12-23 00:18
clone.php
5.16
KB
-rw-r--r--
2026-09-09 02:15
config.php
917
B
-rw-r--r--
2026-09-08 23:01
edit.php
4.82
KB
-rw-r--r--
2026-09-09 02:15
edit.xml
433
B
-rw-r--r--
2021-12-23 00:18
fileindex.php
269
B
-rw-r--r--
2021-12-23 00:18
import.php
3.87
KB
-rw-r--r--
2026-09-09 02:15
info.xml
3.52
KB
-rw-r--r--
2026-09-08 23:01
install.js
924
B
-rw-r--r--
2021-12-23 00:18
install.php
11.24
KB
-rw-r--r--
2026-09-09 02:15
install.xml
2.5
KB
-rw-r--r--
2021-12-23 00:18
md5
2.43
KB
-rw-r--r--
2026-09-09 02:15
notes.txt
1.83
KB
-rw-r--r--
2024-08-07 00:13
restore.php
2.84
KB
-rw-r--r--
2026-09-09 02:15
update_pass.php
6.64
KB
-rw-r--r--
2023-03-03 04:12
upgrade.php
5.81
KB
-rw-r--r--
2026-09-09 02:15
upgrade.xml
330
B
-rw-r--r--
2021-12-23 00:18
Save
Rename
# Changelog for ownCloud Core [10.16.4] (2026-07-29) The following sections list the changes in ownCloud core 10.16.4 relevant to ownCloud admins and users. [10.16.4]: https://github.com/owncloud/core/compare/v10.16.3...v10.16.4 ## Summary * Bugfix - Fix subadmin email change updating caller's address instead of target's: [#41574](https://github.com/owncloud/core/pull/41574) * Change - Honour the write hook veto on legacy chunked WebDAV uploads: [#41763](https://github.com/owncloud/core/pull/41763) ## Details * Bugfix - Fix subadmin email change updating caller's address instead of target's: [#41574](https://github.com/owncloud/core/pull/41574) The verification token and confirmation link in the subadmin path of setMailAddress were associated with the caller's account instead of the target user's account. Clicking the confirmation link changed the subadmin's email rather than the intended target's email. https://github.com/owncloud/core/pull/41574 * Change - Honour the write hook veto on legacy chunked WebDAV uploads: [#41763](https://github.com/owncloud/core/pull/41763) The legacy WebDAV chunked upload path assembled the final file without respecting the pre-write hook result, so the filename blacklist that applies to ordinary uploads was not enforced for chunked uploads. The chunked assembly now aborts when a write hook vetoes the file, matching the non-chunked upload path. https://github.com/owncloud/core/pull/41763 Changelog for ownCloud Core 10.16.3 (2026-05-22) The following sections list the changes in ownCloud core 10.16.3 relevant to ownCloud admins and users. Summary Security - Update phpseclib to 3.0.52 for CVE-2026-40194: #41529 Security - Restrict AppConfigController read methods to full admins only: #41550 Security - Update symfony/routing to 5.4.52 for CVE-2026-45065: #41559 Bugfix - Prevent mounting local storage if not allowed: #41538 Bugfix - Use the correct user ID when changing email via admin API: #41539 Bugfix - Prevent IDOR in WebDAV comments API: #41558 Details Security - Update phpseclib to 3.0.52 for CVE-2026-40194: #41529 CVE-2026-40194: Timing attack vulnerability in SSH binary packet processing. Upgraded phpseclib/phpseclib from 3.0.50 to 3.0.52. https://github.com/owncloud/core/pull/41529 https://github.com/owncloud/core/pull/41541 https://github.com/phpseclib/phpseclib/releases/tag/3.0.51 Security - Restrict AppConfigController read methods to full admins only: #41550 Subadmin users could read all oc_appconfig values including SMTP passwords, LDAP bind credentials, and encryption master keys via the Settings API. Removed @NoAdminRequired from getApps, getKeys, and getValue so that the AdminMiddleware enforces full-admin-only access, consistent with the write methods. https://github.com/owncloud/core/pull/41550 Security - Update symfony/routing to 5.4.52 for CVE-2026-45065: #41559 CVE-2026-45065: UrlGenerator route-requirement bypass via unanchored regex alternation allowing off-site URL injection. Upgraded symfony/routing from 5.4.48 to 5.4.52. https://github.com/owncloud/core/pull/41559 https://symfony.com/cve-2026-45065 Bugfix - Prevent mounting local storage if not allowed: #41538 Mounting a local storage was possible if the internal class name was used as backend, despite local storage not allowed to be mounted. This problem is fixed and the local storage can't be mounted if it was explicitly disallowed in the configuration. https://github.com/owncloud/core/pull/41538 Bugfix - Use the correct user ID when changing email via admin API: #41539 The admin API endpoint for changing a user's email address was incorrectly using the requesting admin's user ID instead of the target user's ID, causing the admin's email to be updated rather than the intended user's. https://github.com/owncloud/core/pull/41539 Bugfix - Prevent IDOR in WebDAV comments API: #41558 Authenticated users could read, edit, or delete comments on files they have no access to by supplying an arbitrary comment ID in the WebDAV comments endpoint. The fix verifies that a requested comment belongs to the file in the URL before returning it. https://github.com/owncloud/core/pull/41558