<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ThisIsOne</author_name>
  <author_url>https://blog.hatena.ne.jp/ThisIsOne/</author_url>
  <blog_title>Shikata Ga Nai</blog_title>
  <blog_url>https://cysec148.hatenablog.com/</blog_url>
  <categories>
    <anon>Web Security Academy</anon>
    <anon>Business logic</anon>
  </categories>
  <description>Hello there, ('ω')ノ ✅ 脆弱性の概要 多くのアプリケーションは、画面上では正常な入力値しか想定しておらず、 異常な入力値（負の数、異常に大きな値、桁外れな文字列など）への対処を忘れていることがあります。 💣 典型的な設計ミスの例：送金処理 以下は、送金処理の簡略化されたコードです： $transferAmount = $_POST['amount']; $currentBalance = $user-&gt;getBalance(); if ($transferAmount &lt;= $currentBalance) { // 送金を実行 } else { // 残高不足でブロック …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcysec148.hatenablog.com%2Fentry%2F2025%2F05%2F27%2F170145&quot; title=&quot;想定外の入力値を処理できない脆弱性 ― 負の数や極端な値がもたらす設計崩壊 - Shikata Ga Nai&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-05-27 17:01:45</published>
  <title>想定外の入力値を処理できない脆弱性 ― 負の数や極端な値がもたらす設計崩壊</title>
  <type>rich</type>
  <url>https://cysec148.hatenablog.com/entry/2025/05/27/170145</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
