惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
Jina AI
Jina AI
月光博客
月光博客
博客园 - Franky
小众软件
小众软件
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
Visual Studio Blog
有赞技术团队
有赞技术团队
V
V2EX
IT之家
IT之家
阮一峰的网络日志
阮一峰的网络日志
Stack Overflow Blog
Stack Overflow Blog
H
Help Net Security
Apple Machine Learning Research
Apple Machine Learning Research
腾讯CDC
D
DataBreaches.Net
Hugging Face - Blog
Hugging Face - Blog
Martin Fowler
Martin Fowler
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
WordPress大学
WordPress大学
C
Check Point Blog
Microsoft Azure Blog
Microsoft Azure Blog
Microsoft Security Blog
Microsoft Security Blog

OpenStack - Recent changes [en]

Security Notes - OpenStack OSSN/OSSN-0098 - OpenStack User:ZlixnupTop - OpenStack OpenStack OpenStack Meetings/InfraTeamMeeting - OpenStack User:Jibzfloopgraip - OpenStack OpenStack OpenStack OpenStack OpenStack OpenStack User:Normanroppy - OpenStack OpenStack OpenStack OpenStack OpenStack OpenStack OpenStack OpenStack OpenStack OpenStack OpenStack Difference between revisions of "Meetings/QATeamMeeting" OpenStack Difference between revisions of "CinderMeetings" OpenStack OpenStack OpenStack User:Mufftroxkeere - OpenStack
“OSSN/OSSN-0097”的版本间的差异 - OpenStack
Gouthamr · 2026-06-19 · via OpenStack - Recent changes [en]
第39行: 第39行:
 

* Mailing List: [security-sig] tag on openstack-discuss@lists.openstack.org

 

* Mailing List: [security-sig] tag on openstack-discuss@lists.openstack.org

 

* OpenStack Security: [https://security.openstack.org/ https://security.openstack.org/]

 

* OpenStack Security: [https://security.openstack.org/ https://security.openstack.org/]

* CVE: none

+

* CVE: CVE-2026-55748


2026年6月18日 (四) 21:18的最新版本

目录

  • 1 Horizon RC file generation does not escape special characters in project names
    • 1.1 Summary
    • 1.2 Affected Services / Software
    • 1.3 Discussion
    • 1.4 Recommended Actions
      • 1.4.1 Patches
    • 1.5 Credits
    • 1.6 Contacts / References

Horizon RC file generation does not escape special characters in project names

Summary

Horizon generates shell scripts for OpenStack RC file downloads with user-provided values in double-quoted strings without escaping shell metacharacters. A domain manager can set a project name containing $() or backtick sequences that execute arbitrary commands when a user sources the RC file.

Affected Services / Software

  • horizon: >=8.0.0 <25.3.3, >=25.4.0 <25.5.3, >=25.6.0 <25.7.4

Discussion

A domain manager who can rename a project can inject commands that run in the shell of any user who downloads and sources the RC file for that project.

Recommended Actions

Upgrade to a version of horizon containing the fix. As a workaround, inspect downloaded RC files before sourcing them, or use clouds.yaml for CLI authentication instead.

Patches

The following reviews contain the fix for this issue:

Credits

Tim Shephard, roiai.ca

Contacts / References