ThreatPaper
Data BreachHigh

Gyazo breach: 23.6M user records and 490M image-metadata records — and why the metadata is the sharper harm

By Sethu Satheesh · 25 Sept 2026 · 10 min read

Threat Actor: Unknown (unattributed third party) · Target: Gyazo (cloud screenshot/screen-recording service by Helpfeel Inc., ~23M users, 3.1B media items)

Source: corp.helpfeel.com


Executive Summary

On September 11, 2026, a third party exploited a vulnerability in the image-upload server of Gyazo — the cloud screenshot and screen-recording service operated by Kyoto-based Helpfeel Inc. — to gain unauthorized access to Gyazo's systems and execute arbitrary commands.1 Helpfeel detected the activity that evening, blocked the access routes and terminated the intruder's connections by the early hours of September 12, and remediated the exploited vulnerability the same day — but by then the data had already been taken.12 The company confirmed the theft on September 14, reported the incident to Japan's Personal Information Protection Commission on September 15, and published a detailed notice on September 16.1

Two datasets were disclosed. The first is roughly 23.62 million user records containing, depending on the account, names or nicknames, email addresses, password hashes, user and device IDs, login session IDs, X (Twitter) integration tokens, Google SSO email addresses, profile and language details, registration and last-login timestamps, subscription plan and billing status, and usage statistics.1 No credit-card or other payment information was disclosed.1 Importantly, Helpfeel is careful about that headline number: the 23.62 million records include anonymous accounts with no registered email address, and the company says it is "continuing to determine the actual number of individuals whose personal information was disclosed" — so the count of affected people is not the same as, and is likely lower than, the record count.1

The second dataset is the one that deserves more attention than it has had: approximately 490 million image-metadata records, primarily for images registered in or before January 2019 (about 14.4% of all image-related data), plus metadata for a further ~2.4 million images retrieved through specific filtering.1 That metadata is not the images themselves — Helpfeel found no loss of image data — but it includes the Image IDs used to construct Gyazo's shareable URLs, the source IP address of each upload, User-Agent strings, EXIF location data, OCR text extracted from the images, image titles, source URLs, and the hashed passphrases for private images.1 Because those Image IDs can be used to build a working URL, the exposure created a path for a third party to view the corresponding content without authorization; Helpfeel has temporarily disabled viewing of affected images.1 The attacker also obtained a list identifying private images, and Helpfeel says it cannot rule out that some private images were viewed.1

Gyazo is a widely embedded tool, especially in gaming and technical communities; the service claims around 23 million users worldwide and 3.1 billion media items.23 For a screenshot service, the metadata exposure is arguably the sharper harm: OCR text and EXIF geolocation attached to screenshots and photos, combined with URL-reconstructing IDs, can reveal the content people captured and where they were — not just their account details. On September 24, Helpfeel took Gyazo offline for security maintenance and advised users to reset passwords once the service resumes.1

Verification of Claims

  1. Claim: A third party breached Gyazo and stole user data and image metadata. → Verified → Confirmed in Helpfeel's own first-party disclosure: a vulnerability in Gyazo's image-upload server was exploited on September 11 for unauthorized access and arbitrary command execution, and the database was accessed.12

  2. Claim: 23.6 million Gyazo users had their data breached. → Partially verified / imprecise → The 23.62 million figure counts records, and Helpfeel states these include anonymous accounts with no registered email and that the number of affected individuals is still being determined.1 "23.6 million users" overstates a record count that has not been resolved to a person count.

  3. Claim: 490 million Gyazo images were stolen. → False / imprecise → The 490 million figure is image-metadata records, not image files; Helpfeel found no loss of image data. The metadata (Image IDs, EXIF, OCR text, private-image passphrase hashes) is real and sensitive, but it is not the images, though exposed Image IDs can be used to reconstruct URLs and view some content.1

  4. Claim: Payment card data was exposed. → False → Helpfeel states no payment information, including credit-card numbers, was disclosed.1

Timeline

Date (JST) Actor Event Source
September 11, 2026 Unattributed third party Exploits a vulnerability in Gyazo's image-upload server for unauthorized access and arbitrary command execution; Helpfeel detects suspicious activity that evening 1
September 12, 2026 Helpfeel Blocks the access routes, terminates the intruder's connections, and remediates the exploited vulnerability 12
September 14, 2026 Helpfeel Confirms data was disclosed; suspends image delivery as a precaution 1
September 15, 2026 Helpfeel Implements further measures; resumes delivery of newly uploaded images; reports the incident to Japan's Personal Information Protection Commission 1
September 16, 2026 Helpfeel Publishes its detailed breach notice 1
September 18, 2026 Press BleepingComputer and others report the breach 2
September 24, 2026 Helpfeel Takes Gyazo offline for security maintenance; advises password resets after service resumes 1

Attack Anatomy

Helpfeel has not published the specific vulnerability, a CVE, or the attacker's identity, so the chain below is limited to what the company itself confirmed.

Initial access — the image-upload server vulnerability

The entry point was a vulnerability in Gyazo's image-upload server, which a third party exploited to gain unauthorized access and execute arbitrary commands on Helpfeel's systems (T1190, T1059).1 Helpfeel has not disclosed the vulnerability class or a CVE.

Database access and bulk collection

From that foothold, the third party accessed Gyazo's database and pulled roughly 23.62 million user records and hundreds of millions of image-metadata records — a large-scale, automated extraction consistent with database access rather than per-record theft (T1005, T1119).1

The metadata angle

Beyond account fields, the attacker took image metadata including the Image IDs that construct Gyazo URLs, EXIF geolocation, OCR text, and hashed private-image passphrases, plus a list identifying private images — turning a database breach into a potential means of viewing user content.1

Loading diagram...

Threat Actor Profile

  • Attacker: Unattributed. Helpfeel refers only to "a third party" and has not named an actor, published indicators, or stated a motive.1
  • Attribution confidence: Not applicable.
  • Assessment: The theft of authentication material at scale — login session IDs, X integration tokens, Google SSO email addresses, password hashes — points to an actor interested in account access and downstream credential abuse, consistent with a financially or access-motivated data thief. Helpfeel says it has invalidated and restricted the authentication-related information involved.1 Nothing in the disclosure indicates state activity or ransomware.

MITRE ATT&CK techniques (verified on attack.mitre.org):

ID Technique
T1190 Exploit Public-Facing Application
T1059 Command and Scripting Interpreter
T1005 Data from Local System
T1119 Automated Collection

Technical Indicators

# Helpfeel has not published a CVE, file hashes, or attacker infrastructure.
# The only concrete technical fact is the entry point and the data classes.
entry_point: "vulnerability in Gyazo's image-upload server (arbitrary command execution); CVE not disclosed"
user_records_exposed: "~23.62 million (records, includes anonymous accounts; individual count still being determined)"
user_data_classes:
  - "name/nickname, email, password hash"
  - "user ID, device ID, login session ID"
  - "X (Twitter) integration token; Google SSO email (if connected)"
  - "profile, language, registration/last-login timestamps, subscription plan, billing status"
  - "usage statistics"
payment_data: "not exposed"
image_metadata_exposed: "~490 million records (mostly images from before Jan 2019, ~14.4% of image data) + ~2.4 million via filtering"
image_metadata_classes:
  - "Image ID (constructs the image URL)"
  - "upload source IP address, User-Agent"
  - "EXIF location data, OCR-extracted text, image title, source URL"
  - "hashed passphrase for private images"
  - "a list identifying private images"
image_files: "no loss of image data confirmed; viewing of affected images temporarily disabled"
network_iocs: none disclosed
file_hashes: none disclosed

Helpfeel reported the incident to Japan's Personal Information Protection Commission on September 15, 2026, and is investigating with external experts.12 It is notifying affected users by their registered email addresses, and — for anonymous accounts with no contact information — through the Gyazo web interface.1 No regulatory finding, fine, or law-enforcement action has been reported at this stage; the response so far has been the company's own containment, credential invalidation, image-viewing suspension, and the September 24 maintenance shutdown.1

Impact Assessment

  • Confirmed: ~23.62 million user records disclosed, including password hashes and live authentication material (session IDs, X integration tokens, Google SSO emails), now invalidated/restricted by Helpfeel.1
  • Confirmed: ~490 million image-metadata records disclosed, including EXIF geolocation, OCR text, and Image IDs that can reconstruct image URLs; a list of private images obtained, with viewing of some private images not ruled out.1
  • Confirmed: No payment-card data disclosed; no confirmed loss of image files; no confirmed compromise of Helpfeel's other services (Helpfeel, Cosense).1
  • Unknown: The number of actual affected individuals (as distinct from the 23.62M records, which include anonymous accounts); the specific vulnerability exploited; the attacker's identity and motive; and how many private images, if any, were actually viewed.1

Lessons and Defensive Recommendations

For Gyazo users:

  • Change your Gyazo password once the service resumes, and change it anywhere you reused it — password hashes were taken. Treat active X and Google SSO connections as exposed even though Helpfeel says it invalidated authentication material.
  • Be aware the exposure includes what your screenshots contained: OCR text and EXIF geolocation attached to images you thought were private or ephemeral. If you captured credentials, personal documents, or location-revealing images, assess that content as potentially exposed, not just your account.

For SaaS and platform operators:

  • Image and file metadata is sensitive data, not bookkeeping. EXIF geolocation, OCR text, and — critically — the identifiers used to construct object URLs can turn a "metadata only" breach into unauthorized access to the underlying content. Store URL-constructing IDs as unguessable, revocable references, and treat OCR/EXIF as regulated personal data with the same protection as account fields.
  • The distinction Helpfeel drew — records versus individuals, metadata versus image files — is the right way to disclose, and the right way to plan. Retention is the multiplier here: 490 million metadata records "primarily from before January 2019" means seven-year-old upload metadata was still on hand to steal. Minimize and expire metadata you no longer need.

For breach responders and communicators:

  • Helpfeel's careful wording ("records," "including anonymous accounts," "still determining the number of individuals," "metadata, not images") is a model for not letting a headline number outrun the facts. Where a record count includes anonymous or duplicate entries, say so — because downstream coverage will otherwise convert "23.62 million records" into "23.6 million users" and "490 million metadata records" into "490 million images."

Sources

Footnotes

  1. Notice and Apology Regarding a Data Breach Resulting from Unauthorized Access to Gyazo — Helpfeel Inc., September 16, 2026 (updated September 24, 2026) ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7 ↩8 ↩9 ↩10 ↩11 ↩12 ↩13 ↩14 ↩15 ↩16 ↩17 ↩18 ↩19 ↩20 ↩21 ↩22 ↩23 ↩24 ↩25 ↩26 ↩27 ↩28 ↩29 ↩30 ↩31 ↩32 ↩33

  2. Gyazo server flaw exploited to steal 23.6 million user records — BleepingComputer, Bill Toulas, September 18, 2026 ↩ ↩2 ↩3 ↩4 ↩5 ↩6

  3. Gyazo Breach Exposes 23.62 Million User Records and 490 Million Image Metadata Records — The Hacker News, September 2026 ↩

Topics: #gyazo#helpfeel#data-breach#image-metadata#exif#session-tokens#japan-pipc#image-upload-server
Original Incident Report →

Related Research

CenterPoint's 8-K confirms a customer-data breach through an external-facing system — but the 7.49M figure, the SSN exposure, and the 'unprotected API' mechanism all come from the attacker's forum post, not the company. Filed under Item 8.01, deemed immaterial for now.

Data Breach

A copy of Postmark's MCP server, published to npm by someone unaffiliated with them, worked perfectly for fifteen versions. The sixteenth added one line — a BCC to an address the publisher controlled.

Supply Chain AttackData Breach

In July 2019, Capital One Financial Corporation formally disclosed one of the most significant data breaches in the history of the financial services sector. The security incident resulted in the...

Data Breach