LiveActive security incident?Get immediate response
CVE Record

CVE-2014-125054: koroket RedditOnRails Vote access control

A vulnerability classified as critical was found in koroket RedditOnRails. This vulnerability affects unknown code of the component Vote Handler. The manipulation leads to improper access controls. The attack can be initiated remotely. The patch is identified as 7f3c7407d95d532fcc342b00d68d0ea09ca71030. It is recommended to apply a patch to fix this issue. VDB-217594 is the identifier assigned to this vulnerability.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2014-125054 affects koroket RedditOnRails Vote Handler. A logged-in remote user could manipulate voting behavior because access controls were improper, potentially allowing unauthorized vote changes. The documented impact is limited to integrity, not confidentiality or availability. Sources identify a specific patch commit, but do not describe affected versions beyond "n/a".

Executive priority

Handle as a targeted integrity issue, not a broad infrastructure emergency. Prioritize if RedditOnRails is deployed in a public or business-relevant application where vote manipulation affects trust, rankings, or moderation outcomes.

Technical view

The CVE maps to CWE-284 and CVSS 3.1 vector AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N. The vulnerable component is the Vote Handler in RedditOnRails, with unknown affected code. The issue is improper access control reachable over the network by a low-privileged authenticated user. Patch commit 7f3c7407d95d532fcc342b00d68d0ea09ca71030 is referenced.

Likely exposure

Exposure appears narrow: organizations running koroket RedditOnRails with the vulnerable Vote Handler and authenticated user access. The source bundle provides no CPEs, package versions, deployment prevalence, or hosted-service indicators, so asset matching requires repository or application inventory review.

Exploitation context

The sources state remote initiation is possible and permissions are required. CVE data does not show CISA KEV listing, and the bundle includes no evidence of active exploitation, public exploit code, or mass scanning. Treat exploitation status as unconfirmed.

Researcher notes

Evidence is sparse. The affected code path is described only as unknown code in the Vote Handler, and affected versions are not enumerated. Analysis should focus on the patch diff, authorization checks, and whether local forks inherited the vulnerable voting behavior.

Mitigation direction

  • Identify any deployed or forked koroket RedditOnRails instances.
  • Review whether the referenced patch commit is present in deployed code.
  • Apply the vendor patch or update to a fixed revision if applicable.
  • Restrict voting functionality to authenticated, authorized users while patch status is confirmed.
  • Check vendor or repository guidance for any later corrective changes.

Validation and detection

  • Inventory applications for RedditOnRails or code derived from koroket/RedditOnRails.
  • Compare Vote Handler code against commit 7f3c7407d95d532fcc342b00d68d0ea09ca71030.
  • Review access-control tests around vote creation, update, and ownership checks.
  • Check logs for unusual authenticated voting activity if the application was internet-facing.
Prepared
Confidence
medium
Sources
5

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-284: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-2014-125054 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
Medium
CVSS
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/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
4Source 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
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2014-125054Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
koroketRedditOnRailsn/aListed
Weakness

CWE details

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

CWE-284 · source CWE mapping

Improper Access Control

Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.