LiveActive security incident?Get immediate response
CVE Record

CVE-2011-3178: openbuildservice webui code injection

In the web ui of the openbuildservice before 2.3.0 a code injection of the project rebuildtimes statistics could be used by authorized attackers to execute shellcode.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw lets a logged-in attacker abuse the Open Build Service web UI’s project rebuild-time statistics feature to run injected code. For organizations still running Open Build Service before 2.3.0, the business risk is high because successful abuse could expose or change sensitive build service data.

Executive priority

Prioritize remediation where Open Build Service is internet-accessible or used for sensitive build workflows. The issue needs authenticated access, but the potential confidentiality and integrity impact makes stale deployments unacceptable.

Technical view

CVE-2011-3178 is a CWE-78 code injection issue in openSUSE Open Build Service webui before 2.3.0. The CVSS 3.0 vector is AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N, indicating authenticated network exploitation with high confidentiality and integrity impact and no stated availability impact.

Likely exposure

Exposure is limited to Open Build Service web UI deployments before 2.3.0. The source bundle does not identify specific vulnerable package builds, CPEs, default configurations, or hosted service exposure, so asset inventory and version validation are required.

Exploitation context

The sources state exploitation requires an authorized attacker. CISA KEV status is false, and the provided sources do not claim active exploitation, public weaponization, or in-the-wild abuse.

Researcher notes

Evidence is concise and historical. The record names webui project rebuildtimes statistics as the injection point, but the bundle does not provide exploit details, affected build ranges beyond before 2.3.0, or confirmed exploitation telemetry.

Mitigation direction

  • Upgrade Open Build Service to 2.3.0 or a later vendor-supported release.
  • Review the referenced upstream commit and SUSE bug for vendor-specific remediation context.
  • Restrict web UI access to trusted authenticated users until upgrade is complete.
  • Check vendor guidance if maintaining an older downstream or custom OBS build.

Validation and detection

  • Inventory all Open Build Service web UI instances and record exact versions.
  • Flag any deployment running a version earlier than 2.3.0.
  • Confirm whether project rebuild-time statistics are reachable by authenticated users.
  • Review application and host logs for unusual web UI execution activity.
  • Verify remediation against the upstream commit or vendor advisory notes.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-78: Command execution behavior lookup

Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2011-3178 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.1 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.1CVSS 3.0HighCVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N2.85.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

8.1High
CVSS 3.0 vector shape for CVE-2011-3178Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
opensuseopenbuildserviceunspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-78 · source CWE mapping

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.