This release includes 1 security fix for security teams reviewing exposed deployments.
Topics
+1 more
Affected surfaces
ReleasePort's take
Light signalVersion 5.5.3‑#136 resolves several bugs (SQL injection fix, chunk upload issues, tags suggestion, etc.) and adds UI updates.
Why it matters: Addresses a possible SQL injection vulnerability affecting ratings storage; all deployments should upgrade to mitigate the risk.
Summary
AI summaryUpdates https://github.com/MacWarrior/clipbucket-v5/issues/834, https://github.com/MacWarrior/clipbucket-v5/issues/839, and https://github.com/MacWarrior/clipbucket-v5/issues/843 across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Implement backdrop as default thumb Implement backdrop as default thumb Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Feature | Medium |
Implement random photo order Implement random photo order Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Feature | Medium |
Implement docker build automation through Github actions Implement docker build automation through Github actions Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Feature | Medium |
Update TMDB search interface (front office) Update TMDB search interface (front office) Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Feature | Medium |
Update TMDB search interface (back office) Update TMDB search interface (back office) Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Feature | Medium |
Update video upload form Update video upload form Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Feature | Medium |
Update video allowed extensions display (back office) Update video allowed extensions display (back office) Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Feature | Medium |
Update manage tags type filter (back office) Update manage tags type filter (back office) Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
Fix chunk upload issues (https://github.com/MacWarrior/clipbucket-v5/issues/834) Fix chunk upload issues (https://github.com/MacWarrior/clipbucket-v5/issues/834) Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
Fix tags suggestion (https://github.com/MacWarrior/clipbucket-v5/issues/839) Fix tags suggestion (https://github.com/MacWarrior/clipbucket-v5/issues/839) Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
Fix possible thumbs migration issues Fix possible thumbs migration issues Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
Fix possible JS error on breaking version alert Fix possible JS error on breaking version alert Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
Fix SQL error on View online users page Fix SQL error on View online users page Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
Fix tags type search on manage tags page (https://github.com/MacWarrior/clipbucket-v5/issues/843) Fix tags type search on manage tags page (https://github.com/MacWarrior/clipbucket-v5/issues/843) Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
Fix videos, photos, collections & playlists advanced search by tags (https://github.com/MacWarrior/clipbucket-v5/issues/844) Fix videos, photos, collections & playlists advanced search by tags (https://github.com/MacWarrior/clipbucket-v5/issues/844) Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
Fix collection item removal Fix collection item removal Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
Fix video preview on similar videos Fix video preview on similar videos Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
Fix unhandled double-click on photo upload form Fix unhandled double-click on photo upload form Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
Fix video backdrop ratio display Fix video backdrop ratio display Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
Fix photo upload preview Fix photo upload preview Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
Fix video block display Fix video block display Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
Fix possible video thumbs cache issue Fix possible video thumbs cache issue Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
Fix featured collection hierarchy option (back office) Fix featured collection hierarchy option (back office) Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Bugfix | Medium |
Fix possible SQL injection (Thanks @FutureBuildingEN & @Bnyt7 !) Fix possible SQL injection (Thanks @FutureBuildingEN & @Bnyt7 !) Source: llm_adapter@2026-05-22 Confidence: low |
— |
| Bugfix | Medium |
Fix possible unauthorized access to video subtitles edition (Thanks @Bnyt7 !) Fix possible unauthorized access to video subtitles edition (Thanks @Bnyt7 !) Source: llm_adapter@2026-05-22 Confidence: low |
— |
| Refactor | Medium |
Refactor ratings storage Refactor ratings storage Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Refactor | Medium |
Refactor and mutualize images uploads Refactor and mutualize images uploads Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Refactor | Medium |
Refactor users deletion Refactor users deletion Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Refactor | Medium |
Refactor action logs Refactor action logs Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Refactor | Medium |
Cleanup code Cleanup code Source: llm_adapter@2026-05-22 Confidence: low |
— |
Full changelog
Front office :
- Refactor ratings storage
- Implement backdrop as default thumb
- Implement random photo order
- Update TMDB search interface
- Update video upload form
- Fix collection item removal
- Fix video preview on similar videos
- Fix unhandled double-click on photo upload form
- Fix video backdrop ratio display
- Fix chunk upload issues (https://github.com/MacWarrior/clipbucket-v5/issues/834)
- Fix photo upload preview
- Fix video block display
- Fix tags suggestion (https://github.com/MacWarrior/clipbucket-v5/issues/839)
- Fix possible video thumbs cache issue
- Fix possible unauthorized access to video subtitles edition (Thanks @Bnyt7 !)
Back office :
- Refactor and mutualize images uploads
- Refactor users deletion
- Refactor action logs
- Update video allowed extensions display
- Update TMDB search interface
- Update manage tags type filter
- Fix featured collection hierarchy option
- Fix possible JS error on breaking version alert
- Fix SQL error on View online users page
- Fix tags type search on manage tags page (https://github.com/MacWarrior/clipbucket-v5/issues/843)
- Fix videos, photos, collections & playlists advanced search by tags (https://github.com/MacWarrior/clipbucket-v5/issues/844)
Installation & Update :
- Implement docker build automation through Github actions
- Fix possible thumbs migration issues
Miscellaneous :
- Fix possible SQL injection (Thanks @FutureBuildingEN & @Bnyt7 !)
- Cleanup code
Security Fixes
- Fix possible SQL injection (Thanks @FutureBuildingEN & @Bnyt7 !)
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About ClipBucket
Start your own video sharing website (YouTube/Netflix Clone) in a matter of minutes.
Related context
Related tools
Beta — feedback welcome: [email protected]