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

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
Y
Y Combinator Blog
G
Google Developers Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
L
LangChain Blog
S
SegmentFault 最新的问题
J
Java Code Geeks
V
Visual Studio Blog
H
Help Net Security
Stack Overflow Blog
Stack Overflow Blog
aimingoo的专栏
aimingoo的专栏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
Tailwind CSS Blog
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
H
Hackread – Cybersecurity News, Data Breaches, AI and More
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - Franky
B
Blog RSS Feed
The Cloudflare Blog
MyScale Blog
MyScale 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