← 戻る
CVE-2025-68113
altcha-lib の脆弱性 (CVE-2025-68113)
概要
altcha-lib に 脆弱性 (CVE-2025-68113) が存在。不正な操作・情報露出のリスクがあります。``salt`` 経由で攻撃可能。対策: `1.4.1` 以上に更新。
AI要約 snake-internal / snake-material-v2
altcha-lib という製品で、CVE-2025-68113 という番号がついた弱点 (脆弱性) が見つかりました。
悪い人がインターネット越しに ``salt`` のような特定の入り口を狙うことで、製品の中を不正に操作できてしまいます。
不正な操作・情報露出のリスクがあります。重要度は CVSS スコア ?/10 です。
対策: altcha-lib を **1.4.1** 以上に更新してください。
心配なら、システム担当者や製品の公式サイトで「altcha-lib CVE-2025-68113」を検索してください。
CVE-2025-68113 (altcha-lib) — CWE-115 /
攻撃ベクター: ネットワーク経由 (リモート攻撃可) / 認証不要 / 被害者操作不要
脆弱箇所: `salt`
修正バージョン: `1.4.1` (即時適用推奨)
暫定回避: As a mitigation, implementations may append a delimiter to the end of the `salt` value prior to HMAC computation (for example, `<salt>?expires=<time>&`).
対応方針: 1) SBOMで影響バージョン横断確認, 2) ステージング検証→本番更新, 3) WAF/プロキシで該当エンドポイントを監視, 4) ログでIOC調査。
参考: 当ページの『参照URL』の GHSA / vendor advisory / patched release を参照。
❓ 何が問題か
altcha-lib に **脆弱性** (CWE-115) があります。攻撃者は ``salt`` を経由して脆弱な処理に到達し、認証なしで悪用できます。
📍 影響範囲
altcha-lib のうち 。攻撃箇所: `salt`。
🔥 重要度
重要度: ?。不正な操作・情報露出のリスクがあります
🔧 修正方法
**1.4.1** に更新してください。
🛡️ 暫定回避
暫定回避: As a mitigation, implementations may append a delimiter to the end of the `salt` value prior to HMAC computation (for example, `<salt>?expires=<time>&`).
🔍 検知方法
Webサーバ・プロキシ・WAFログで該当CVEのIOCに合致する不審リクエストを検索。SBOM/依存ファイルで影響バージョンを横断確認。
対応アクション (7段階)
SOC/SREチームが順番に実行すべき具体的なステップとコマンド例
-
1影響範囲の特定 identify
grep -r 'altcha-lib' . | grep -v node_modulesリポジトリと本番環境の依存ファイル (package-lock.json / requirements.txt / go.sum / Gemfile.lock 等) で `altcha-lib` を grep し、稼働しているサービス・バージョンを把握する。
-
5暫定回避策の適用 mitigate
As a mitigation, implementations may append a delimiter to the end of the `salt` value prior to HMAC computation (for example, `<salt>?expires=<time>&`).パッチが適用されるまでの応急処置として、As a mitigation, implementations may append a delimiter to the end of the `salt` value prior to HMAC computation (for example, `<salt>?expires=<time>&`). を実施。回避策の副作用 (機能低下) を確認した上で。
-
6パッチ適用 patch
Upgrade altcha-lib to 1.4.1ステージング環境で 1.4.1 に上げて回帰テスト → 本番反映。回帰テストはアプリの主要ハッピーパスと、Step 3 で見つけた異常検知の続報チェックを含めること。
-
7事後検証 verify
Confirm patched version is live in productionパッチ適用後、ステージングで PoC または同等の悪用パターンを再現して脆弱性が閉じたことを確認。本番では Step 3 と同じログクエリでアラート再発が無いか継続監視。
影響パッケージ
npm
altcha-lib
[{"type":"SEMVER","events":[{"introduced":"0"},{"fixed":"1.4.1"}]}]
Packagist
altcha-org/altcha
[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"1.3.1"}]}]
Go
github.com/altcha-org/altcha-lib-go
[{"type":"SEMVER","events":[{"introduced":"0"},{"fixed":"1.0.0"}]}]
Maven
org.altcha:altcha
[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"1.3.0"}]}]
RubyGems
altcha
[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"1.0.0"}]}]
PyPI
altcha
[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"1.0.0"}]}]
Hex
altcha
[{"type":"SEMVER","events":[{"introduced":"0"},{"fixed":"1.0.0"}]}]
参照URL
- advisory https://nvd.nist.gov/vuln/detail/CVE-2025-68113
- advisory https://github.com/advisories/GHSA-6gvq-jcmp-8959
- package https://github.com/altcha-org/altcha-lib
- package https://pypi.org/project/altcha
- web https://github.com/altcha-org/altcha-lib/security/advisories/GHSA-6gvq-jcmp-8959
- web https://github.com/altcha-org/altcha-lib-ex/commit/09b2bad466ad0338a5b24245380950ea9918333e
- web https://github.com/altcha-org/altcha-lib-go/commit/4a5610745ef79895a67bac858b2e4f291c2614b8
- web https://github.com/altcha-org/altcha-lib-java/commit/69277651fdd6418ae10bf3a088901506f9c62114
- web https://github.com/altcha-org/altcha-lib-php/commit/9e9e70c864a9db960d071c77c778be0c9ff1a4d0
- web https://github.com/altcha-org/altcha-lib-rb/commit/4fd7b64cbbfc713f3ca4e066c2dd466e3b8d359b
- web https://github.com/altcha-org/altcha-lib/commit/cb95d83a8d08e273b6be15e48988e7eaf60d5c08
- web https://github.com/altcha-org/altcha-lib-java/releases/tag/v1.3.0
- web https://github.com/altcha-org/altcha-lib-php/releases/tag/v1.3.1
- web https://github.com/altcha-org/altcha-lib/releases/tag/1.4.1
- web https://github.com/rubysec/ruby-advisory-db/blob/master/gems/altcha/CVE-2025-68113.yml